svn commit: r198719 - head/sys/dev/sym

2009-10-31 Thread Stefan Esser
Author: se Date: Sat Oct 31 17:06:36 2009 New Revision: 198719 URL: http://svn.freebsd.org/changeset/base/198719 Log: While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010) do support 64bit addresses, the current SCRIPTS code supports only 32bit addresses causing data

svn commit: r250943 - head/usr.bin/patch

2013-05-23 Thread Stefan Esser
Author: se Date: Thu May 23 20:57:20 2013 New Revision: 250943 URL: http://svnweb.freebsd.org/changeset/base/250943 Log: Fix target selection logic, which did not comply with the man page. Instead of using the file with the least order of path name components, shortest filename and

svn commit: r250972 - head/usr.bin/patch

2013-05-24 Thread Stefan Esser
Author: se Date: Fri May 24 18:54:52 2013 New Revision: 250972 URL: http://svnweb.freebsd.org/changeset/base/250972 Log: The error handling for writes to the target file could lead to the final fclose() being skipped. Fix this by using boolean and | instead of short-cut operators and ||.

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-26 Thread Stefan Esser
Am 25.05.2013 06:31, schrieb Bruce Evans: On Fri, 24 May 2013, Stefan Esser wrote: ... Log: The error handling for writes to the target file could lead to the final fclose() being skipped. Fix this by using boolean and | instead of short-cut operators and ||. While here, increment

svn commit: r238094 - head/usr.sbin/nscd

2012-07-04 Thread Stefan Esser
Author: se Date: Wed Jul 4 09:02:12 2012 New Revision: 238094 URL: http://svn.freebsd.org/changeset/base/238094 Log: Add the possibility to specify a threshold for the number of negative cache results required to have the cache return lookup failure. A new configuration parameter is

svn commit: r231595 - stable/8/share/mk

2012-02-13 Thread Stefan Esser
Author: se Date: Mon Feb 13 18:57:36 2012 New Revision: 231595 URL: http://svn.freebsd.org/changeset/base/231595 Log: MFC r223596: Add macros to specify owner, group and mode of config files for installation. Modified: stable/8/share/mk/bsd.own.mk Directory Properties:

svn commit: r228572 - head/sys/dev/drm

2011-12-16 Thread Stefan Esser
Author: se Date: Fri Dec 16 12:42:02 2011 New Revision: 228572 URL: http://svn.freebsd.org/changeset/base/228572 Log: Fix format string Z -- z, since the former is a deprecated and (in FreeBSD) unsupported form of the latter. This change has been reviewed and accepted in the -hackers list.

svn commit: r223596 - head/share/mk

2011-06-27 Thread Stefan Esser
Author: se Date: Mon Jun 27 13:23:51 2011 New Revision: 223596 URL: http://svn.freebsd.org/changeset/base/223596 Log: Add macros to specify owner, group and mode of config files for installation. Submitted by: Chris Rees (crees) Modified: head/share/mk/bsd.own.mk Modified:

svn commit: r223881 - head/bin/expr

2011-07-09 Thread Stefan Esser
Author: se Date: Sat Jul 9 12:05:53 2011 New Revision: 223881 URL: http://svn.freebsd.org/changeset/base/223881 Log: Make /bin/expr support 64bit numeric range and range checks by default, again. This brings back the behaviour of expr in FreeBSD-4, which had been reverted due to an assumed

svn commit: r223882 - head/bin/expr

2011-07-09 Thread Stefan Esser
Author: se Date: Sat Jul 9 12:14:57 2011 New Revision: 223882 URL: http://svn.freebsd.org/changeset/base/223882 Log: Some refactoring for easier maintenance of the code. This is a follow-up to re-establishment of 64bit arithmetic, but is committed separately, to not obscure that

svn commit: r223883 - head/bin/expr

2011-07-09 Thread Stefan Esser
Author: se Date: Sat Jul 9 12:20:15 2011 New Revision: 223883 URL: http://svn.freebsd.org/changeset/base/223883 Log: Fix style, since this file has just been touched in a major way. No actual code changes. Modified: head/bin/expr/expr.y Modified: head/bin/expr/expr.y

svn commit: r226470 - head/etc/periodic/daily

2011-10-17 Thread Stefan Esser
Author: se Date: Mon Oct 17 14:33:41 2011 New Revision: 226470 URL: http://svn.freebsd.org/changeset/base/226470 Log: Fix error message in case the backup storage directory does not exist and cannot be created ($daily_backup_pkgdb_dbdir - $daily_backup_pkgdb_dir). MFC after:1 week

svn commit: r226471 - head/etc/defaults

2011-10-17 Thread Stefan Esser
Author: se Date: Mon Oct 17 14:37:24 2011 New Revision: 226471 URL: http://svn.freebsd.org/changeset/base/226471 Log: Add missing default values for daily/800.scrub-zfs for documentation purposes. No functional change, since all parameters are set to their default values. MFC after:1

svn commit: r269119 - head/usr.sbin/kbdcontrol

2014-07-26 Thread Stefan Esser
Author: se Date: Sat Jul 26 12:17:26 2014 New Revision: 269119 URL: http://svnweb.freebsd.org/changeset/base/269119 Log: Fix obvious off by one error: prefix[1] should be set to the path of the newcons specific keymap files, not prefix[2]. The result of this bug was that kbdcontrol ignored

svn commit: r269120 - head/usr.sbin/kbdcontrol

2014-07-26 Thread Stefan Esser
Author: se Date: Sat Jul 26 13:14:28 2014 New Revision: 269120 URL: http://svnweb.freebsd.org/changeset/base/269120 Log: The previous commit (r269119) introduced a regression: It removed the ability to specify the the full path name of the keymap file. Instead leave the original search

svn commit: r269976 - head/usr.sbin/kbdmap

2014-08-14 Thread Stefan Esser
Author: se Date: Thu Aug 14 14:22:12 2014 New Revision: 269976 URL: http://svnweb.freebsd.org/changeset/base/269976 Log: Add support for NEWCONS to kbdmap and vidfont. The path to keymaps and fonts is selected based on the existence and value of sysctl kern.vty. MFC after:1 week

svn commit: r270098 - head/share/syscons/keymaps

2014-08-17 Thread Stefan Esser
Author: se Date: Sun Aug 17 11:59:23 2014 New Revision: 270098 URL: http://svnweb.freebsd.org/changeset/base/270098 Log: Add a few missing entries and fix entries that are obviously wrong. The use of the old ISO language code iw for Hebrew was inconsistent and it is replaced by the new

svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Stefan Esser
Author: se Date: Sun Aug 17 19:54:21 2014 New Revision: 270114 URL: http://svnweb.freebsd.org/changeset/base/270114 Log: Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS. I have spent many hours comparing source and destination formats, and hope to have caught the

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Stefan Esser
Am 17.08.2014 um 22:20 schrieb Pedro Giffuni: On 08/17/14 14:54, Stefan Esser wrote: Author: se Date: Sun Aug 17 19:54:21 2014 New Revision: 270114 URL: http://svnweb.freebsd.org/changeset/base/270114 Log: Attempt at converting the SYSCONS keymaps to Unicode for use with NEWCONS

svn commit: r270131 - head/tools/tools/vt/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 09:40:19 2014 New Revision: 270131 URL: http://svnweb.freebsd.org/changeset/base/270131 Log: Import the tools used to convert the keymap files from SYSCONS (in locale dependent encoding) to NEWCONS (Unicode). The file LANG.map is used to convert INDEX.keymaps.

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-18 Thread Stefan Esser
Am 17.08.2014 um 23:40 schrieb Pedro Giffuni: Il giorno 17/ago/2014, alle ore 16:09, Stefan Esser s...@freebsd.org mailto:s...@freebsd.org ha scritto: Therefore, what you'd name es_LA (or es-la) is now latinamerican (it could be latinamerican-es if you wanted to make the language visible

svn commit: r270152 - head/tools/tools/vt/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 20:55:11 2014 New Revision: 270152 URL: http://svnweb.freebsd.org/changeset/base/270152 Log: Minor fixes to convert-keymap.pl (conversion of 8bit characters in the form 'x' with high bit set) and to KBDFILES.map (fix encodings and comment out a few redundant

svn commit: r270153 - head/share/syscons/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 20:58:17 2014 New Revision: 270153 URL: http://svnweb.freebsd.org/changeset/base/270153 Log: Fix minor problems found while converting to NEWCONS format. MFC after:3 days Modified: head/share/syscons/keymaps/be.iso.acc.kbd

svn commit: r270156 - head/share/vt/keymaps

2014-08-18 Thread Stefan Esser
Author: se Date: Mon Aug 18 21:07:12 2014 New Revision: 270156 URL: http://svnweb.freebsd.org/changeset/base/270156 Log: Fix a few conversion problems (e.g. when a keymap is derived from ISO8859-1, but shall provide an Euro sign - similar for Japanese Yen). The Brazilian keymap br.kbd

svn commit: r270199 - head/tools/tools/vt/keymaps

2014-08-20 Thread Stefan Esser
Author: se Date: Wed Aug 20 07:46:28 2014 New Revision: 270199 URL: http://svnweb.freebsd.org/changeset/base/270199 Log: Fix further conversion errors found while testing the converted keymaps. MFC after:3 days Modified: head/tools/tools/vt/keymaps/convert-keymap.pl

svn commit: r270200 - head/share/vt/keymaps

2014-08-20 Thread Stefan Esser
Author: se Date: Wed Aug 20 07:48:09 2014 New Revision: 270200 URL: http://svnweb.freebsd.org/changeset/base/270200 Log: Fix conversion errors leading to malformed keymap files. MFC after:3 days Modified: head/share/vt/keymaps/cz.kbd head/share/vt/keymaps/fr.dvorak.acc.kbd

svn commit: r270229 - head/share/vt/keymaps

2014-08-20 Thread Stefan Esser
Author: se Date: Wed Aug 20 17:00:47 2014 New Revision: 270229 URL: http://svnweb.freebsd.org/changeset/base/270229 Log: Another rpund of fixes, after checking keymaps for plausibility and with several updates to the converter tools. There is now support for hybrid source keymaps, which

svn commit: r265433 - in head/sys: conf modules/drm2

2014-05-06 Thread Stefan Esser
Author: se Date: Tue May 6 11:12:56 2014 New Revision: 265433 URL: http://svnweb.freebsd.org/changeset/base/265433 Log: Fix buildkernel breakage, which was fall-out from the move of options to src.opts.mk. Modified: head/sys/conf/kmod.mk head/sys/modules/drm2/Makefile Modified:

svn commit: r265436 - head/usr.bin/bmake

2014-05-06 Thread Stefan Esser
Author: se Date: Tue May 6 12:31:17 2014 New Revision: 265436 URL: http://svnweb.freebsd.org/changeset/base/265436 Log: Fix include statement to accept src.opts.mk from a source directory instead of from /usr/share/mk. I'm not sure that this will let buildworld complete on a system with

svn commit: r265443 - head/usr.bin/bmake

2014-05-06 Thread Stefan Esser
Author: se Date: Tue May 6 14:01:48 2014 New Revision: 265443 URL: http://svnweb.freebsd.org/changeset/base/265443 Log: Revert r265436, since it is not the correct fix. Modified: head/usr.bin/bmake/Makefile.inc Modified: head/usr.bin/bmake/Makefile.inc

svn commit: r253597 - head/sbin/ipfw

2013-07-24 Thread Stefan Esser
Author: se Date: Wed Jul 24 08:36:29 2013 New Revision: 253597 URL: http://svnweb.freebsd.org/changeset/base/253597 Log: Remove duplicated parapgraph. MFC after:3 days Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8

svn commit: r259609 - head/sys/kern

2013-12-19 Thread Stefan Esser
Author: se Date: Thu Dec 19 09:01:46 2013 New Revision: 259609 URL: http://svnweb.freebsd.org/changeset/base/259609 Log: Fix overflow for timeout values of more than 68 years, which is the maximum covered by sbintime (LONG_MAX seconds). Some programs use timeout values in excess of 1000

Re: svn commit: r259609 - head/sys/kern

2013-12-19 Thread Stefan Esser
Am 19.12.2013 11:49, schrieb Bruce Evans: On Thu, 19 Dec 2013, Stefan Esser wrote: Log: Fix overflow for timeout values of more than 68 years, which is the maximum covered by sbintime (LONG_MAX seconds). Not LONG_MAX seconds, but INT32_MAX seconds. LONG_MAX seconds is about 2**32

Re: svn commit: r259609 - head/sys/kern

2013-12-19 Thread Stefan Esser
Am 19.12.2013 21:46, schrieb Andreas Tobler: On 19.12.13 18:00, Stefan Esser wrote: I'd replace the two occurances of LLONG_MAX with INT64_MAX and add the missing empty line: static __inline sbintime_t timer2sbintime(intptr_t data) { if (data INT64_MAX / SBT_1MS

svn commit: r259633 - head/sys/kern

2013-12-19 Thread Stefan Esser
Author: se Date: Thu Dec 19 21:35:33 2013 New Revision: 259633 URL: http://svnweb.freebsd.org/changeset/base/259633 Log: Fix compilation on 32 bit architectures and use INT64_MAX instead of LONG_MAX for the upper bound check. Modified: head/sys/kern/kern_event.c Modified:

svn commit: r258687 - head/share/misc

2013-11-27 Thread Stefan Esser
@@ sbruno [label=Sean Bruno\nsbruno@FreeBS scf [label=Sean C. Farley\n...@freebsd.org\n2007/06/24] schweikh [label=Jens Schweikhardt\nschwe...@freebsd.org\n2001/04/06] scottl [label=Scott Long\nsco...@freebsd.org\n2000/09/28] +se [label=Stefan Esser\n...@freebsd.org\n1994/08/26] sephe [label=Sepherosa

svn commit: r255232 - head/usr.bin/patch

2013-09-04 Thread Stefan Esser
Author: se Date: Thu Sep 5 05:51:15 2013 New Revision: 255232 URL: http://svnweb.freebsd.org/changeset/base/255232 Log: Fix file selection logic for the RCS/SCCS case, as was done for the simple file case before. Bump version because of the changed behavior, which now matches the

svn commit: r270232 - head/tools/tools/vt/keymaps

2014-08-20 Thread Stefan Esser
Author: se Date: Wed Aug 20 17:07:41 2014 New Revision: 270232 URL: http://svnweb.freebsd.org/changeset/base/270232 Log: The conversion tools have been further improved and some erroneous conversions have been detected and fixed. It is now possible to add options after the encoding in

svn commit: r270300 - head/share/vt/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 20:33:09 2014 New Revision: 270300 URL: http://svnweb.freebsd.org/changeset/base/270300 Log: Next round of fixes. MFC after:3 days Added: head/share/vt/keymaps/bg.phonetic.kbd - copied unchanged from r270290, head/share/vt/keymaps/bg.bds.ctrlcaps.kbd

svn commit: r270301 - head/tools/tools/vt/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 20:35:39 2014 New Revision: 270301 URL: http://svnweb.freebsd.org/changeset/base/270301 Log: Modify a few output file names as used with vt. MFC after:3 days Modified: head/tools/tools/vt/keymaps/KBDFILES.map Modified:

svn commit: r270307 - stable/10/share/syscons/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 21:48:33 2014 New Revision: 270307 URL: http://svnweb.freebsd.org/changeset/base/270307 Log: MFC 270153, 270098: Apply a fixes to problems found while converting to NEWCONS. Modified: stable/10/share/syscons/keymaps/INDEX.keymaps

svn commit: r270308 - stable/10/tools/tools/vt/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 21:53:43 2014 New Revision: 270308 URL: http://svnweb.freebsd.org/changeset/base/270308 Log: MFC 270131, 270152, 270199, 270232: Add converter from SYSCONS keymap format to NEWCONS and configuration files. The convert-keymap.pl script can

svn commit: r270309 - stable/10/usr.sbin/kbdmap

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 21:57:18 2014 New Revision: 270309 URL: http://svnweb.freebsd.org/changeset/base/270309 Log: MFC 269976. Add support for NEWCONS to kbdmap and vidfont. Modified: stable/10/usr.sbin/kbdmap/kbdmap.c stable/10/usr.sbin/kbdmap/kbdmap.h Modified:

svn commit: r270310 - stable/10/share/vt/keymaps

2014-08-21 Thread Stefan Esser
Author: se Date: Thu Aug 21 22:04:17 2014 New Revision: 270310 URL: http://svnweb.freebsd.org/changeset/base/270310 Log: MFC: 269950, 269952, 269973, 270114, 270119, 270142, 270156, 270200, 270229 Add fonts converted from SYSCONS with help of tools/tools/vt/keymaps for use

svn commit: r270647 - in head: etc/defaults share/man/man4 share/man/man5 share/man/man7 share/man/man8

2014-08-26 Thread Stefan Esser
Author: se Date: Tue Aug 26 08:13:30 2014 New Revision: 270647 URL: http://svnweb.freebsd.org/changeset/base/270647 Log: Add references to vt(4) and the configuration files in /usr7share/vt where appropriate (i.e. where syscons was already mentioned and vt supports the feature). Comments in

svn commit: r270652 - head/usr.sbin/kbdcontrol

2014-08-26 Thread Stefan Esser
Author: se Date: Tue Aug 26 09:37:43 2014 New Revision: 270652 URL: http://svnweb.freebsd.org/changeset/base/270652 Log: Remove band.aid that made kbdcontrol lookup keymap files in the syscons path even under vt, which is no longer useful, since the syscons keymap files have been converted

svn commit: r270653 - head/usr.sbin/kbdcontrol

2014-08-26 Thread Stefan Esser
Author: se Date: Tue Aug 26 09:40:14 2014 New Revision: 270653 URL: http://svnweb.freebsd.org/changeset/base/270653 Log: Update man-pages to correctly refer to changed pathes and naming conventions for systems with vt(4) consoles. MFC after:3 days Modified:

svn commit: r270657 - in head: usr.bin/lock usr.sbin/bsdconfig usr.sbin/bsdinstall usr.sbin/kbdmap

2014-08-26 Thread Stefan Esser
Author: se Date: Tue Aug 26 10:55:08 2014 New Revision: 270657 URL: http://svnweb.freebsd.org/changeset/base/270657 Log: More man pages that need to know about vt in addition to syscons. MFC after:3 dayS Modified: head/usr.bin/lock/lock.1 head/usr.sbin/bsdconfig/bsdconfig.8

Re: svn commit: r270647 - in head: etc/defaults share/man/man4 share/man/man5 share/man/man7 share/man/man8

2014-08-26 Thread Stefan Esser
Am 26.08.2014 um 10:53 schrieb Marius Strobl: On Tue, Aug 26, 2014 at 08:13:30AM +, Stefan Esser wrote: Author: se Date: Tue Aug 26 08:13:30 2014 New Revision: 270647 URL: http://svnweb.freebsd.org/changeset/base/270647 Log: Add references to vt(4) and the configuration files

svn commit: r270660 - head/share/man/man4

2014-08-26 Thread Stefan Esser
Author: se Date: Tue Aug 26 11:13:07 2014 New Revision: 270660 URL: http://svnweb.freebsd.org/changeset/base/270660 Log: Back-out the references to vt(4) from this man-page. It appears that the splash support in vt is implemented within the vt driver and does not depend on splash(4).

svn commit: r270931 - head/usr.sbin/smbmsg

2014-09-01 Thread Stefan Esser
Author: se Date: Mon Sep 1 16:12:29 2014 New Revision: 270931 URL: http://svnweb.freebsd.org/changeset/base/270931 Log: Fix typo (by - be). MFC after:3 days Modified: head/usr.sbin/smbmsg/smbmsg.8 Modified: head/usr.sbin/smbmsg/smbmsg.8

svn commit: r270933 - in head: sbin/conscontrol usr.sbin/vidcontrol

2014-09-01 Thread Stefan Esser
Author: se Date: Mon Sep 1 16:25:08 2014 New Revision: 270933 URL: http://svnweb.freebsd.org/changeset/base/270933 Log: Add references to vt(4) to further man-pages. MFC after:3 days Modified: head/sbin/conscontrol/conscontrol.8 head/usr.sbin/vidcontrol/vidcontrol.1 Modified:

svn commit: r270934 - head/tools/tools/vt/keymaps

2014-09-01 Thread Stefan Esser
Author: se Date: Mon Sep 1 16:26:57 2014 New Revision: 270934 URL: http://svnweb.freebsd.org/changeset/base/270934 Log: Final patches to the tools used to convert syscons keymaps for use with vt. MFC after:3 days Modified: head/tools/tools/vt/keymaps/KBDFILES.map

svn commit: r270935 - head/etc/rc.d

2014-09-01 Thread Stefan Esser
Author: se Date: Mon Sep 1 16:51:57 2014 New Revision: 270935 URL: http://svnweb.freebsd.org/changeset/base/270935 Log: Add vt(4) support to the console initialisation script, specifically: - Identify the console driver used and print syscons or vt as appropriate. - If vt is used and

svn commit: r271095 - in stable/10: etc/defaults etc/rc.d sbin/conscontrol share/man/man4 share/man/man5 share/man/man7 share/man/man8 tools/tools/vt/keymaps usr.bin/lock usr.sbin/bsdconfig usr.sbi...

2014-09-04 Thread Stefan Esser
Author: se Date: Thu Sep 4 13:45:16 2014 New Revision: 271095 URL: http://svnweb.freebsd.org/changeset/base/271095 Log: MFC r270647: Add references to vt(4) and the configuration files in /usr/sha MFC r270653: Update man-pages to correctly refer to changed pathes and namin MFC r270657:

svn commit: r271096 - stable/10/usr.sbin/smbmsg

2014-09-04 Thread Stefan Esser
Author: se Date: Thu Sep 4 13:47:55 2014 New Revision: 271096 URL: http://svnweb.freebsd.org/changeset/base/271096 Log: MFC r270931: Fix typo (by - be). Modified: stable/10/usr.sbin/smbmsg/smbmsg.8 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r271108 - head/tools/tools/vt/keymaps

2014-09-04 Thread Stefan Esser
Author: se Date: Thu Sep 4 17:19:16 2014 New Revision: 271108 URL: http://svnweb.freebsd.org/changeset/base/271108 Log: Fix debug output that has erroneously been committed with the last update. Obtained from:Jan Beich MFC after:3 days Modified:

svn commit: r271109 - stable/10/tools/tools/vt/keymaps

2014-09-04 Thread Stefan Esser
Author: se Date: Thu Sep 4 17:21:54 2014 New Revision: 271109 URL: http://svnweb.freebsd.org/changeset/base/271109 Log: Fix debug output that has erroneously been committed with the last update. Obtained from:Jan Beich Modified:

Re: svn commit: r270232 - head/tools/tools/vt/keymaps

2014-09-04 Thread Stefan Esser
Am 04.09.2014 um 16:52 schrieb Jan Beich: Stefan Esser s...@freebsd.org writes: Author: se Date: Wed Aug 20 17:07:41 2014 New Revision: 270232 URL: http://svnweb.freebsd.org/changeset/base/270232 Log: The conversion tools have been further improved and some erroneous conversions

svn commit: r271452 - head/share/vt/keymaps

2014-09-12 Thread Stefan Esser
Author: se Date: Fri Sep 12 06:23:57 2014 New Revision: 271452 URL: http://svnweb.freebsd.org/changeset/base/271452 Log: Add forgotten keymap files fr.kbd and fr.acc.kbd to the FILES list. Obtained from:thierry MFC after:3 days Modified: head/share/vt/keymaps/Makefile

svn commit: r271646 - stable/10/share/vt/keymaps

2014-09-15 Thread Stefan Esser
Author: se Date: Mon Sep 15 20:08:07 2014 New Revision: 271646 URL: http://svnweb.freebsd.org/changeset/base/271646 Log: MFC r271452: Add two forgotten keymap names (fr.kbd and fr.acc.kbd) to the list of files to be installed. Approved by: re Modified:

svn commit: r271958 - head/etc/rc.d

2014-09-22 Thread Stefan Esser
Author: se Date: Mon Sep 22 11:54:13 2014 New Revision: 271958 URL: http://svnweb.freebsd.org/changeset/base/271958 Log: The new naming scheme for keymap files for use with vt(4) introduced a collision for no as a country code with NO meaning do not load any keymap (which also has been the

svn commit: r272112 - stable/10/etc/rc.d

2014-09-25 Thread Stefan Esser
Author: se Date: Thu Sep 25 16:35:19 2014 New Revision: 272112 URL: http://svnweb.freebsd.org/changeset/base/272112 Log: MFC r271958: Permit use of no as specification of a Norwegian keymap file. Only keymap=NO (the default in defaults/rc.conf) or keymap= (an empty value) will prevent

svn commit: r277798 - head/bin/expr

2015-01-27 Thread Stefan Esser
Author: se Date: Tue Jan 27 18:04:41 2015 New Revision: 277798 URL: https://svnweb.freebsd.org/changeset/base/277798 Log: Fix overflow check for multiplication: - Add special test to detect the case of -1 * INTMAX_MIN - Protect against elimination of the test division by the optimizer

Re: svn commit: r301944 - head/share/zoneinfo

2016-06-16 Thread Stefan Esser
Am 16.06.2016 um 05:00 schrieb Glen Barber: > Author: gjb > Date: Thu Jun 16 03:00:10 2016 > New Revision: 301944 > URL: https://svnweb.freebsd.org/changeset/base/301944 > > Log: > Fix zoneinfo file packaging. > > This change fixes 468 of 488 zoneinfo file packaging issues, > the rest

svn commit: r295465 - head/usr.sbin/services_mkdb

2016-02-10 Thread Stefan Esser
Author: se Date: Wed Feb 10 09:40:45 2016 New Revision: 295465 URL: https://svnweb.freebsd.org/changeset/base/295465 Log: Remove O_SYNC from the options passed to dbmopen(). The services db is created as a temporary file that is moved over the existing file after completion. Thus there

Re: svn commit: r295465 - head/usr.sbin/services_mkdb

2016-02-11 Thread Stefan Esser
Am 11.02.2016 um 10:15 schrieb David Malone: > On Wed, Feb 10, 2016 at 09:40:45AM +0000, Stefan Esser wrote: >> Author: se >> Date: Wed Feb 10 09:40:45 2016 >> New Revision: 295465 >> URL: https://svnweb.freebsd.org/changeset/base/295465 >> >> Log: >

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-19 Thread Stefan Esser
Am 19.01.2016 um 18:08 schrieb Kurt Lidl: > Removing the ability to run different zpools on top of a zvol is > a significant reduction in functionality of the entire system, and a > huge violation of the POLA. > > At the very least, can you not add a sysctl that allows the > dangerous behavior

svn commit: r295760 - head/usr.sbin/pciconf

2016-02-18 Thread Stefan Esser
Author: se Date: Thu Feb 18 15:23:25 2016 New Revision: 295760 URL: https://svnweb.freebsd.org/changeset/base/295760 Log: Make WARNS=6 safe. Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64. Modified: head/usr.sbin/pciconf/Makefile head/usr.sbin/pciconf/cap.c

Re: svn commit: r295760 - head/usr.sbin/pciconf

2016-02-18 Thread Stefan Esser
Am 18.02.2016 um 19:07 schrieb John Baldwin: > On Thursday, February 18, 2016 03:23:26 PM Stefan Esser wrote: >> Author: se >> Date: Thu Feb 18 15:23:25 2016 >> New Revision: 295760 >> URL: https://svnweb.freebsd.org/changeset/base/295760 >> >> Log: &g

svn commit: r295769 - head/usr.sbin/pciconf

2016-02-18 Thread Stefan Esser
Author: se Date: Thu Feb 18 20:20:36 2016 New Revision: 295769 URL: https://svnweb.freebsd.org/changeset/base/295769 Log: Use __unused instead of casting to void to silence the unused parameter warning. Fix the indentation of 2 lines to conform with the style of this file. Submitted

svn commit: r295800 - head/usr.bin/cap_mkdb

2016-02-19 Thread Stefan Esser
Author: se Date: Fri Feb 19 08:42:13 2016 New Revision: 295800 URL: https://svnweb.freebsd.org/changeset/base/295800 Log: Remove O_SYNC from the options passed to dbmopen(). The output file is created as a temporary file that is moved over the existing file after completion. Thus there

svn commit: r295806 - head/usr.sbin/pciconf

2016-02-19 Thread Stefan Esser
Author: se Date: Fri Feb 19 14:01:35 2016 New Revision: 295806 URL: https://svnweb.freebsd.org/changeset/base/295806 Log: Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build". Some invalid PCI device selectors could cause read access to an initialized variable next to

svn commit: r295813 - head/sys/dev/pci

2016-02-19 Thread Stefan Esser
Author: se Date: Fri Feb 19 16:43:03 2016 New Revision: 295813 URL: https://svnweb.freebsd.org/changeset/base/295813 Log: Remove redundant check for "(dinfo != NULL)", it has already been performed as the first part of this complex loop conditional. Found by:PVS Static Analysis

svn commit: r295816 - head/sys/dev/pci

2016-02-19 Thread Stefan Esser
Author: se Date: Fri Feb 19 16:53:21 2016 New Revision: 295816 URL: https://svnweb.freebsd.org/changeset/base/295816 Log: Fix syntax error introduced in previous commit where I removed one character to few. I should have waited for the kernel compile to finish, even though the change seemed

Re: svn commit: r295800 - head/usr.bin/cap_mkdb

2016-02-20 Thread Stefan Esser
Am 20.02.2016 um 03:31 schrieb Eric van Gyzen: > On 2/19/16 6:40 PM, Bryan Drewery wrote: >> On 2/19/2016 12:42 AM, Stefan Esser wrote: >>> Author: se >>> Date: Fri Feb 19 08:42:13 2016 >>> New Revision: 295800 >>> URL: https://svnweb.freebsd.org/cha

svn commit: r298539 - head/etc/rc.d

2016-04-24 Thread Stefan Esser
Author: se Date: Sun Apr 24 12:07:44 2016 New Revision: 298539 URL: https://svnweb.freebsd.org/changeset/base/298539 Log: Fix typo (forgotten "=" after desc). Modified: head/etc/rc.d/ccd Modified: head/etc/rc.d/ccd

svn commit: r321859 - head/share/vt/keymaps

2017-08-01 Thread Stefan Esser
Author: se Date: Tue Aug 1 09:34:15 2017 New Revision: 321859 URL: https://svnweb.freebsd.org/changeset/base/321859 Log: Adjust path to X11 locale files (/usr/X11 has been changed to /usr/local a long ago) in comment. No functional change. Modified: head/share/vt/keymaps/INDEX.keymaps

svn commit: r321858 - head/share/vt/keymaps

2017-08-01 Thread Stefan Esser
Author: se Date: Tue Aug 1 09:30:21 2017 New Revision: 321858 URL: https://svnweb.freebsd.org/changeset/base/321858 Log: Add alternate Turkish keyboard layout F. The layout and menu texts have been provided by Ufuk Güler, with minor changes for consistency by me. Submitted by: Ufuk

svn commit: r322225 - stable/10/share/vt/keymaps

2017-08-08 Thread Stefan Esser
Author: se Date: Tue Aug 8 10:45:22 2017 New Revision: 35 URL: https://svnweb.freebsd.org/changeset/base/35 Log: MFC 321858: Add alternate Turkish keyboard layout F, submitted by Ufur Guler. MFC 321859: While here, adjust a few file and path names in comments. Added:

svn commit: r322224 - stable/11/share/vt/keymaps

2017-08-08 Thread Stefan Esser
Author: se Date: Tue Aug 8 10:45:13 2017 New Revision: 34 URL: https://svnweb.freebsd.org/changeset/base/34 Log: MFC 321858: Add alternate Turkish keyboard layout F, submitted by Ufur Guler. MFC 321859: While here, adjust a few file and path names in comments. Added:

Re: svn commit: r324620 - head/sys/fs/fuse

2017-10-14 Thread Stefan Esser
Am 14.10.17 um 21:02 schrieb Fedor Uporov: > Author: fsu > Date: Sat Oct 14 19:02:52 2017 > New Revision: 324620 > URL: https://svnweb.freebsd.org/changeset/base/324620 > > Log: > Add extended attributes support to fuse kernel module. > > Author: kem > Reviewed by:cem, pfg

svn commit: r324721 - in head/share/man: man5 man8

2017-10-18 Thread Stefan Esser
Author: se Date: Wed Oct 18 13:25:44 2017 New Revision: 324721 URL: https://svnweb.freebsd.org/changeset/base/324721 Log: Add references to sysrc(8). Reported by: Kurt Jaeger (lists at opsec.eu) Modified: head/share/man/man5/rc.conf.5 head/share/man/man8/rc.8 Modified:

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-18 Thread Stefan Esser
Am 18.11.17 um 03:31 schrieb Pedro Giffuni: > >> On Nov 17, 2017, at 20:34, Rodney W. Grimes >> wrote: >> >> [ Charset UTF-8 unsupported, converting... ] >>> Kib@ posted to arch that we were removing it, nobody objected, we removed >>> it. If it was a working

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-18 Thread Stefan Esser
Am 18.11.17 um 16:01 schrieb Pedro Giffuni: > Hi; > > On 11/18/17 09:15, Stefan Esser wrote: >> Am 18.11.17 um 03:31 schrieb Pedro Giffuni: >>>> On Nov 17, 2017, at 20:34, Rodney W. Grimes >>>> <free...@pdx.rh.cn85.dnsmgr.net> wrote: >

svn commit: r324823 - in head/share/man: man5 man8

2017-10-21 Thread Stefan Esser
Author: se Date: Sat Oct 21 16:55:52 2017 New Revision: 324823 URL: https://svnweb.freebsd.org/changeset/base/324823 Log: Mention sysrc(8) as scripting interface for the modification of config files. This is a follow up commit to r324721, which added sysrc(8) to the SEE ALSO list.

Re: svn commit: r333919 - in head/contrib/file: . doc magic magic/Magdir python src tests

2018-05-20 Thread Stefan Esser
Am 20.05.18 um 22:30 schrieb Antoine Brodin: > On Sun, May 20, 2018 at 7:06 AM, Eitan Adler wrote: >> Author: eadler >> Date: Sun May 20 05:06:42 2018 >> New Revision: 333919 >> URL: https://svnweb.freebsd.org/changeset/base/333919 >> >> Log: >> MFV: file 5.33 >> >> Merge

Re: svn commit: r333388 - in head: . share/man/man4 sys/conf sys/dev/nxge sys/modules sys/modules/nxge tools/kerneldoc/subsys tools/tools tools/tools/nxge usr.sbin/bsdconfig/share

2018-05-23 Thread Stefan Esser
Am 23.05.18 um 20:14 schrieb Rodney W. Grimes: >> On Wed, May 23, 2018 at 10:41:17AM -0700, Gleb Smirnoff wrote: >>> If end of sales and support is enough to remove 10g driver from the kernel, >>> can we please delete all 10Mbit, 100Mbit 10+ year old drivers from the >>> kernel? >> >> Depends on

Re: svn commit: r333995 - head/sys/teken

2018-05-22 Thread Stefan Esser
Am 22.05.18 um 03:18 schrieb Bruce Evans: > On Mon, 21 May 2018, [UTF-8] Jean-Sébastien Pédron wrote: >> -CS    Cursor style    ^[ [ SP q    r >> +DECSCUSR    Set Cursor Style    ^[ [ SP q    r >> DA1    Primary Device Attributes    ^[ [ c    r >> DA2    Secondary Device

Re: svn commit: r334617 - in head: . etc

2018-06-06 Thread Stefan Esser
Am 05.06.18 um 22:43 schrieb Brad Davis: > > On Tue, Jun 5, 2018, at 1:07 PM, Renato Botelho wrote: >> On 05/06/18 15:26, Konstantin Belousov wrote: >> > On Tue, Jun 05, 2018 at 12:13:05PM -0600, Brad Davis wrote: >> >> On Tue, Jun 5, 2018, at 10:46 AM, Konstantin Belousov wrote: >> >>> I find it

svn commit: r325052 - in stable/11/share/man: man5 man8

2017-10-28 Thread Stefan Esser
Author: se Date: Sat Oct 28 07:06:30 2017 New Revision: 325052 URL: https://svnweb.freebsd.org/changeset/base/325052 Log: MFC 324721: Add references to sysrc(8) to SEE ALSO. MFC 324823: Mention sysrc(8) as scripting interface for config files. Modified: stable/11/share/man/man5/rc.conf.5

svn commit: r325053 - in stable/10/share/man: man5 man8

2017-10-28 Thread Stefan Esser
Author: se Date: Sat Oct 28 07:06:57 2017 New Revision: 325053 URL: https://svnweb.freebsd.org/changeset/base/325053 Log: MFC 324721: Add references to sysrc(8) to SEE ALSO. MFC 324823: Mention sysrc(8) as scripting interface for config files. Modified: stable/10/share/man/man5/rc.conf.5

Re: svn commit: r327086 - head/sys/dev/lmc

2018-01-04 Thread Stefan Esser
Am 04.01.18 um 00:41 schrieb Pedro Giffuni: > Either the license is very naively stated or the device should have been added > in the contrib/gnu branches. This appears to be one of the dual-licensed drivers, that are the result of some BSD driver having been ported to Linux with the original

svn commit: r340428 - in head: . usr.sbin/ctm/ctm

2018-11-14 Thread Stefan Esser
Author: se Date: Wed Nov 14 08:45:48 2018 New Revision: 340428 URL: https://svnweb.freebsd.org/changeset/base/340428 Log: Prepare move of ctm from base to a port (misc/ctm) by: - Adding a note to UPDATING - Adding a note to the history section of the manpage ctm.1 - Adding a message

svn commit: r340444 - in stable/12: . usr.sbin/ctm/ctm

2018-11-14 Thread Stefan Esser
Author: se Date: Wed Nov 14 20:35:04 2018 New Revision: 340444 URL: https://svnweb.freebsd.org/changeset/base/340444 Log: MFC S340428: Prepare move of ctm from base to a port (misc/ctm) by: - Adding a note to UPDATING - Adding a note to the history section of the manpage ctm.1 - Adding a

svn commit: r343303 - head/usr.sbin/kbdmap

2019-01-22 Thread Stefan Esser
Author: se Date: Tue Jan 22 13:11:15 2019 New Revision: 343303 URL: https://svnweb.freebsd.org/changeset/base/343303 Log: Silence a CI warning regarding the use of strcpy(). While this is a false positive (a sufficiently large buffer has been allocated in the line above), the use of

svn commit: r343339 - head/usr.sbin/kbdcontrol

2019-01-23 Thread Stefan Esser
Author: se Date: Wed Jan 23 10:05:27 2019 New Revision: 343339 URL: https://svnweb.freebsd.org/changeset/base/343339 Log: Silence Clang Scan warning about use of unitialized variable. While the warning is a false positive, it is possible to clarify the code by always initializing the

svn commit: r342162 - head

2018-12-17 Thread Stefan Esser
Author: se Date: Mon Dec 17 10:17:56 2018 New Revision: 342162 URL: https://svnweb.freebsd.org/changeset/base/342162 Log: Add removed CTM files to ObsoleteFiles.inc as a follow-up to r342126. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r342126 - in head: share/man/man5 tools/build/mk tools/build/options usr.sbin usr.sbin/ctm

2018-12-15 Thread Stefan Esser
Author: se Date: Sat Dec 15 16:53:15 2018 New Revision: 342126 URL: https://svnweb.freebsd.org/changeset/base/342126 Log: Remove CTM from 13-CURRENT after the release of FreeBSD-12.0. The removal (and creation of a port) has been pre-announced in UPDATING 1 month ago. Packages are

Re: svn commit: r341759 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/src/eap_

2018-12-10 Thread Stefan Esser
Am 10.12.18 um 07:47 schrieb Warner Losh: > > > On Sun, Dec 9, 2018, 11:40 PM Cy Schubert wrote: > > In message <201812100619.wba6jb0c064...@pdx.rh.cn85.dnsmgr.net > >, > "Rodney W. Gri >

  1   2   >