CVS commit: src/gnu/dist/groff/tmac

2014-10-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 2 06:56:36 UTC 2014 Modified Files: src/gnu/dist/groff/tmac: ascii.tmac Log Message: Give \(ua its own comment, so it's not listed under daggers. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gro

CVS commit: src/doc

2014-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 2 09:18:44 UTC 2014 Modified Files: src/doc: BRANCHES Log Message: Updates for active and inactive release branches, from PR 49127 by J. Lewis Muir. To generate a diff of this commit: cvs rdiff -u -r1.332 -r1.333 src/doc/B

CVS commit: src/sbin/gpt

2014-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 2 21:27:41 UTC 2014 Modified Files: src/sbin/gpt: gpt_uuid.c Log Message: include for both the non-tools build, and the tools build on a host where the file exists. Fixes a build problem on FreeBSD, reported by Herbert J.

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc_s

2014-10-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 3 12:41:41 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile Log Message: Add space before "]" in "if [ ... ]" to fix usage error and test for existence of the correct file. To generate a diff of

CVS import: src/external/public-domain/tz/dist

2014-10-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 4 11:42:13 UTC 2014 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16230 Log Message: Import tzdata2014h from ftp://ftp.iana.org/tz/releases/tzdata2014h.tar.gz Summary of changes

CVS commit: src/doc

2014-10-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 4 11:49:02 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tzdata2014h/tzcode2014h have been released. we have updated tzdata. To generate a diff of this commit: cvs rdiff -u -r1.1153 -r1.1154 src/doc/3RDPARTY Pl

CVS commit: src/doc

2014-10-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 4 11:49:58 UTC 2014 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2014h. [apb 20141004] Also delete a stray blank line. To generate a diff of this commit: cvs rdiff -u -r1.1987 -r1.1988 src/doc/CHANG

CVS commit: src/sys/fs/puffs

2014-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 5 14:13:15 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_sys.h Log Message: Safer definitions of DPRINTF and DPRINTF_VERBOSE. In the PUFFSDEBUG case, wrap do { ... } while (/*CONSTCOND*/0) around the definitions. In the

CVS commit: src/share/mk

2014-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 5 17:08:46 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: Use HAVE_LLVM, not MKLLVM, in tests related to the active compiler. Fixes problems in a build with MKLLVM=yes HAVE_LLVM=no, where this error interact

CVS commit: src/sys/fs/puffs

2014-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 5 20:40:46 UTC 2014 Modified Files: src/sys/fs/puffs: puffs_sys.h Log Message: Add close brace, accidentally omitted from previous change. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/fs/puffs/puff

CVS commit: src/tests/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 7 19:20:29 UTC 2014 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Add local parsecheck() function and use it for several tests. Instead of just checking that parsedate(3) does not return an error, also p

CVS commit: src/tests/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 7 19:26:31 UTC 2014 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Add comments for some non-obvious cases. Also add a test with year=70, which is documented to be treated as 1970. To generate a diff of

CVS commit: src/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 7 22:27:14 UTC 2014 Modified Files: src/lib/libutil: parsedate.y Log Message: Some years don't need the "maybe add 1900 or 2000" adjustment that was designed for handling two-digit abbreviated years. For example, "1/2/70" st

CVS commit: src/tests/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 7 22:33:52 UTC 2014 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Adapt to a recent change in parsedate(). "9/10/69" still refers to 2069, and "9/10/70" still refers to 1970, but "69-09-10" and "70-09-10"

CVS commit: src/lib/libutil

2014-10-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 7 22:39:32 UTC 2014 Modified Files: src/lib/libutil: parsedate.3 Log Message: Document that years in ISO 8601 dates are taken literally. "69-09-10" is in the year 69, not 2069. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 13:26:47 UTC 2014 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Add tests for PR lib/47916. Some of these fail. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libutil/t_p

CVS commit: src/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 14:32:29 UTC 2014 Modified Files: src/lib/libutil: parsedate.y Log Message: A time like HH:MM:SS.sss says nothing about whether DST is on or off. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libu

CVS commit: src/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 14:43:48 UTC 2014 Modified Files: src/lib/libutil: parsedate.y Log Message: Add a new non-terminal "time_numericzone" for a time with a numeric timezone. Move some productions from "time" to "time_numericzone". Increment

CVS commit: src/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 17:06:18 UTC 2014 Modified Files: src/lib/libutil: parsedate.3 Log Message: The tzoff argument is in minutes (behind/west of UTC), not seconds. While here, also say that time = NULL and tzoff = NULL are independent. The c

CVS commit: src/tests/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 17:21:40 UTC 2014 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: When tests fail, print all args, notjust the date string. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/lib/li

CVS commit: src/tests/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 17:23:03 UTC 2014 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: 2013-07-09 was in British Summer TIme, so use tzoff=-60, not 0. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/

CVS commit: src/lib/libutil

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 8 17:38:28 UTC 2014 Modified Files: src/lib/libutil: parsedate.y Log Message: Improved handling of local times. * A magic value USE_LOCAL_TIME (defined as 9) may be passed as the Timezone to Convert(), instructing it

CVS commit: src/tests/lib/librumphijack

2014-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 9 06:52:37 UTC 2014 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: Avoid literal in sed regular expression. Instead, use printf(1) to save the regexp in a shell variable, taking advantage of the fact t

CVS commit: src/lib/libc/string

2010-04-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Apr 18 10:51:34 UTC 2010 Modified Files: src/lib/libc/string: swab.c Log Message: Bitwise operations on signed types are well-defined if the values happen to be positive, and indeed the values here were guaranteed to be positive,

CVS commit: src/lib/libc/string

2010-04-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Apr 18 11:39:39 UTC 2010 Modified Files: src/lib/libc/string: swab.c Log Message: The number of byte pairs to swap is len/2, not len/2+1. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/swab.c

CVS commit: src

2010-09-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 26 18:37:15 UTC 2010 Modified Files: src/etc: rc.subr src/share/man/man8: rc.subr.8 Log Message: Add a collapse_backslash_newline function to rc.subr. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 sr

CVS commit: src

2010-09-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 26 18:52:05 UTC 2010 Modified Files: src/etc/rc.d: network src/share/man/man5: ifconfig.if.5 Log Message: Collapse sequences in /etc/ifconfig.xxx files read by /etc/rc.d/network. Fixes PR 41662 by Christoph Badura,

CVS commit: src/share/man/man8

2010-09-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 26 18:52:52 UTC 2010 Modified Files: src/share/man/man8: rc.subr.8 Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man8/rc.subr.8 Please note that diffs are n

CVS commit: src

2011-07-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 10 13:42:50 UTC 2011 Modified Files: src/share/man/man5: locate.conf.5 src/usr.bin/locate/locate: updatedb.sh Log Message: Allow quoting of embedded shell metacharacters in locate.conf(5). The shell_quote function he

CVS commit: src/usr.bin/locate/locate

2011-07-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 13 07:48:19 UTC 2011 Modified Files: src/usr.bin/locate/locate: updatedb.sh Log Message: Fix error in previous: The first character of $i should be removed only if it is '!', but it was removed in the wrong case branch. To

CVS commit: src/usr.bin/locate/locate

2011-07-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 13 07:58:35 UTC 2011 Modified Files: src/usr.bin/locate/locate: updatedb.sh Log Message: Comments and white space changes, inspired by Greg Woods' remarks in PR 45130, but not directly copied from the patch in the PR. To ge

CVS commit: src/gnu/dist

2011-07-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jul 14 17:29:43 UTC 2011 Modified Files: src/gnu/dist/autoconf: Makefile.in src/gnu/dist/gettext/gettext-runtime: Makefile.in src/gnu/dist/gettext/gettext-runtime/libasprintf: Makefile.in src/gnu/dist/gette

CVS commit: src/gnu/dist

2011-07-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jul 15 07:04:53 UTC 2011 Modified Files: src/gnu/dist/autoconf: Makefile.in src/gnu/dist/gettext/gettext-runtime: Makefile.in src/gnu/dist/gettext/gettext-runtime/libasprintf: Makefile.in src/gnu/dist/gette

CVS commit: src/sys/dev/dtv

2011-07-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jul 16 22:30:26 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_math.c Log Message: Instead of returning an integer between 0 and 31 (scaled by 1<<24), use (0.5 + x/2 - 1/x) as an approximation to log2(x) for x from 1 to 2, and sca

CVS commit: src/sys/dev/dtv

2011-07-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jul 16 22:41:59 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_math.c Log Message: Reinstate #include which was incorrectly removed in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev

CVS commit: src

2011-07-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jul 18 21:51:49 UTC 2011 Modified Files: src/sbin/newfs_v7fs: main.c src/sys/fs/v7fs: v7fs_datablock.c v7fs_dirent.c v7fs_endian.c v7fs_file.c v7fs_file_util.c v7fs_inode.c v7fs_inode_util.c v7fs_io

CVS commit: src/sys/dev/usb

2011-07-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 20 14:38:05 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Huawei E1820 "Mobile Broadband" USB cellular data adapter To generate a diff of this commit: cvs rdiff -u -r1.585 -r1.586 src/sys/dev/usb/usbdev

CVS commit: src/sys/dev/usb

2011-07-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 20 14:41:39 UTC 2011 Modified Files: src/sys/dev/usb: u3g.c Log Message: Make u3g driver recognise Huawei E1820. (u3ginit already recognised it.) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb

CVS commit: src/sys/dev/usb

2011-07-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 20 14:40:23 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen for Huawei E1820 To generate a diff of this commit: cvs rdiff -u -r1.578 -r1.579 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.5

CVS commit: src

2011-08-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 11 22:52:47 UTC 2011 Modified Files: src/etc: rc rc.subr src/share/man/man8: rc.subr.8 Log Message: Allow "echo -n" to work as expected in rc.d scripts that are executed by /etc/rc. Similarly for printf with a format

CVS commit: src/lib/librt

2011-08-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 12 21:18:51 UTC 2011 Modified Files: src/lib/librt: lio_listio.3 Log Message: Add sigevent(3) to SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librt/lio_listio.3 Please note that diffs are no

CVS commit: src/sys/fs/v7fs

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 09:02:07 UTC 2011 Modified Files: src/sys/fs/v7fs: v7fs_datablock.c Log Message: Rename all static functions to have "v7fs_" prefix. Fixes a problem in the tools build, where the static link() and unlink() functions confl

CVS commit: src/tools/compat

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 20:20:59 UTC 2011 Modified Files: src/tools/compat: configure.ac Log Message: Prevent expansion of NetBSD in a string that's indended to be copied to nbtool_config.h. Fix most lines longer than 80 columns. I don't know h

CVS commit: src/tools/compat

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 20:22:42 UTC 2011 Modified Files: src/tools/compat: configure.ac defs.mk.in Log Message: Detect the presence of , and add a HAVE_PTHREAD_H variable in defs.mk. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.7

CVS commit: src/tools/compat

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 20:25:02 UTC 2011 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/tools/compat/configure cvs rdiff -u -r1.25 -r1.26 src/

CVS commit: src

2011-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 30 12:04:12 UTC 2011 Modified Files: src: build.sh Log Message: Escape '$' in double quotes. To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/build.sh Please note that diffs are not public domain; they a

CVS commit: src/etc/mtree

2011-09-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 5 09:57:02 UTC 2011 Modified Files: src/etc/mtree: Makefile Log Message: Use ${.OBJDIR}/NetBSD.dist.tmp instead of just NetBSD.dist.tmp. This fixes a problem in which NetBSD.dist.tmp had been created in the SRCDIR by an earl

CVS commit: src/share/man/man8

2011-09-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 6 10:27:07 UTC 2011 Modified Files: src/share/man/man8: MAKEDEV.8 Log Message: regen for "-u" option and dtv device. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/share/man/man8/MAKEDEV.8 Please note t

CVS commit: src/etc

2011-09-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 6 10:54:03 UTC 2011 Modified Files: src/etc: MAKEDEV.tmpl Log Message: In most case patterns, change foo*) to foo[0-9]*). There are also a few where foo*) changes to foo|foo[0-9]*) or some other slightly more complex patter

CVS commit: src/etc

2011-09-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 6 13:34:44 UTC 2011 Modified Files: src/etc: MAKEDEV.tmpl Log Message: MAKEDEV dk should create only the dk device, but it previously looped creating everything from dk0 to dk. Reported by M. Levinson. Also add comments to

CVS commit: src/etc

2011-09-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 6 14:40:11 UTC 2011 Modified Files: src/etc/etc.alpha: MAKEDEV.conf src/etc/etc.amiga: MAKEDEV.conf src/etc/etc.amigappc: MAKEDEV.conf src/etc/etc.atari: MAKEDEV.conf src/etc/etc.emips: MAKEDEV

CVS commit: src/share/mk

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 10:08:14 UTC 2011 Modified Files: src/share/mk: bsd.README Log Message: Document the FILESBUILD variable, which was added in bsd.files.mk revision 1.41 dated 2010-02-03. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 13:29:23 UTC 2011 Modified Files: src: BUILDING build.sh src/doc: BUILDING.mdoc Log Message: Allow MAKEFLAGS to be set via build.sh -V. Somebody asked for this in 2008. Also add comments above a few functions in

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 14:01:29 UTC 2011 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Revisions 1.92 and 1.93 of src/BUILDING were not reflected in src/doc/BUILDING.mdoc, so those changes were lost when src/BUILDING

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 14:23:38 UTC 2011 Modified Files: src: Makefile src/doc: BUILDING.mdoc Added Files: src/doc: Makefile Log Message: Move the code for creating src/BUILDING from "make build-docs" in src/Makefile to "make reg

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 18:48:34 UTC 2011 Modified Files: src: BUILDING build.sh src/doc: BUILDING.mdoc Log Message: Add tests for the shell under which build.sh is run. If the shell fails the tests, then build.sh tries to re-exec itself

CVS commit: src/share/mk

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 16:57:36 UTC 2011 Modified Files: src/share/mk: bsd.README bsd.dep.mk bsd.files.mk bsd.hostlib.mk bsd.hostprog.mk bsd.info.mk bsd.kmodule.mk bsd.lib.mk bsd.man.mk bsd.nls.mk bsd.prog.mk bsd.rpc.mk bs

CVS commit: src/etc/mtree

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 17:02:46 UTC 2011 Modified Files: src/etc/mtree: Makefile Log Message: Revert previous now that "make cleandir" uses bsd.clean.mk to clean both the obj dir and the src dir. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/mk

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 19:25:10 UTC 2011 Modified Files: src/share/mk: bsd.clean.mk Log Message: Don't automatically load ".depend" files during "make clean" or "make cleandir". To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/s

CVS commit: src/external/gpl3/binutils/usr.bin/ld

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 19:26:18 UTC 2011 Modified Files: src/external/gpl3/binutils/usr.bin/ld: Makefile Log Message: Don't include .depend.* files during "make clean" or "make cleandir" To generate a diff of this commit: cvs rdiff -u -r1.9 -r

CVS commit: src/gnu/dist/gettext

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 20:35:43 UTC 2011 Modified Files: src/gnu/dist/gettext/autoconf-lib-link: Makefile.in src/gnu/dist/gettext/gettext-runtime: Makefile.in Log Message: Disable rebuilding files in the source tree. To generate a diff

CVS commit: src/doc

2011-09-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 11 10:25:58 UTC 2011 Modified Files: src/doc: CHANGES Log Message: build: Both the source tree and the obj directories will be cleaned by "make clean" or "make cleandir". [apb 20110910] To generate a diff of this c

CVS commit: src/distrib/sets/lists/base

2011-09-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 11 16:19:42 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Log Message: Add bsd.clean.mk to set lists To generate a diff of this commit: cvs rdiff -u -r1.954 -r1.955 src/distrib/sets/lists/base/mi Please note tha

CVS commit: src

2011-09-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 12 13:38:43 UTC 2011 Modified Files: src/external/mit/xorg/share/fonts: Makefile.fccache src/x11/share/fonts: Makefile Log Message: Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR} starts with

CVS commit: src/lib/libc/sys

2011-09-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Sep 14 11:49:21 UTC 2011 Modified Files: src/lib/libc/sys: stat.2 Log Message: There's no st_block field; it's st_blocks. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/stat.2 Please note that d

CVS commit: src

2011-09-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Sep 14 17:35:45 UTC 2011 Modified Files: src: build.sh Log Message: When using random versions of make to try to find the TOOLDIR, redirect 2>/dev/null. This should hide error messages like "*** missing separator. Stop." when G

CVS commit: src/usr.bin/stat

2011-09-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 15 19:56:35 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: Add examples of formats for stat(1) to simulate "find -ls" and "ls -lTd". To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/

CVS commit: src/usr.bin/stat

2011-09-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 16 11:06:27 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: Anothe difference in output format: stat -f "%Z" does not add any space in "major,minor" for device nodes, whereas both "ls -l" and "find -ls" add at

CVS commit: src/usr.bin/stat

2011-09-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 16 14:32:53 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 Log Message: More corrections to format compatibility between stat(1), find(1) -ls, and ls(1) -lT. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/etc/rc.d

2011-09-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 20 12:13:21 UTC 2011 Modified Files: src/etc/rc.d: fsck_root Log Message: Don't try to fsck root device if "/" is not mentioned in fstab. Also don't assume that all network mounts are "nfs". To generate a diff of this commi

CVS commit: src/usr.bin/stat

2011-09-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 22 20:23:56 UTC 2011 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Use vis(3) encoding when a string format is modified by the '#' flag. Also bump copyright years. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/mk

2011-09-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 23 21:13:14 UTC 2011 Modified Files: src/share/mk: bsd.clean.mk Log Message: * use a :M* modifier when testing whether the expanded list of files is empty. Sometimes the variable contains one or more spaces, and testing

CVS commit: src/usr.bin/find

2011-09-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 24 13:45:43 UTC 2011 Modified Files: src/usr.bin/find: find.1 Log Message: Updates to the find(1) man page, based on PR 45381 from Greg Woods, with additional changes by myself. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/mk

2011-09-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 25 11:20:41 UTC 2011 Modified Files: src/share/mk: bsd.lib.mk Log Message: If the number of entries in CLEANFILES is too large, then the commands in bsd.clean.mk encounter errors like "exec(/bin/sh) failed (Argument list too

CVS commit: src/external/gpl3/binutils/dist/binutils/doc

2011-09-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 25 19:40:36 UTC 2011 Modified Files: src/external/gpl3/binutils/dist/binutils/doc: Makefile.in Log Message: Disable rebuilding of elfedit.1 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3

CVS commit: src/bin/sh

2011-10-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 4 18:11:27 UTC 2011 Modified Files: src/bin/sh: sh.1 Log Message: .Dq Dv \&: To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject t

CVS commit: src/share/mk

2011-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 5 12:34:05 UTC 2011 Modified Files: src/share/mk: bsd.README bsd.clean.mk Log Message: Add MKCLEANSRC and MKCLEANVERIFY variables, defaulting to "yes". You may set them to "no" to get the old behaviour of "make clean" and "m

CVS commit: src/sys/kern

2011-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 5 13:05:49 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: Print "WARNING: negative runtime; monotonic clock has gone backwards\n" using log(LOG_WARNING, ...), not just printf(...). >From PR 45421 by Greg W

CVS commit: src/sys/kern

2011-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 5 13:22:13 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: When killing a process due to RLIMIT_CPU, also log a message with LOG_NOTICE, and print a message to the user with uprintf. >From PR 45421 by Greg

CVS commit: src/sys/kern

2011-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 5 13:24:10 UTC 2011 Modified Files: src/sys/kern: kern_sysctl.c Log Message: s/null terminate/NUL terminate/ in a comment. >From PR 45422 by Greg Woods. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/s

CVS commit: src/sys/kern

2011-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 5 13:30:24 UTC 2011 Modified Files: src/sys/kern: sys_pipe.c Log Message: When pipe1() calls pipe_create() and it fails, use the error result from pipe_create(), don't assume it will always be ENOMEM. >From PR 45423 by Greg

CVS commit: src/sys/kern

2011-10-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 5 14:28:08 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: revert revision 1.291. log(LOG_WARNING) is not strictly more noisy than printf(). To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294

CVS commit: src/share/mk

2011-10-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 7 17:53:03 UTC 2011 Modified Files: src/share/mk: bsd.lua.mk Log Message: Use bsd.clean.mk instead of defining our own "clean" target. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/mk/bsd.lua.mk Pl

CVS commit: src/dist/openpam/lib

2011-10-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 8 20:40:06 UTC 2011 Modified Files: src/dist/openpam/lib: openpam_dispatch.c Log Message: If a module doesn't implement a primitive, don't just ignore it; set r = PAM_SYSTEM_ERR and let later code check the flags before deci

CVS commit: src/share/zoneinfo

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 19:15:04 UTC 2011 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv19539 Log Message: Import tzdata2011j. Notable change: Samoa will move to the other side of the International Date Line, jumping

CVS commit: src/share/zoneinfo

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 19:15:34 UTC 2011 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv25411 Log Message: Import tzdata2011k. Notable changes: * New time zone Asia/Hebron (West Bank), which no longer follows the sa

CVS commit: src/share/zoneinfo

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 19:16:59 UTC 2011 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv20093 Log Message: Import tzdata2011l, from ftp://munnari.oz.au/pub/tzdata2011l.tar.gz. This release was prepared by Robert Elz

CVS commit: src/share/zoneinfo

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 19:29:09 UTC 2011 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv12219 Log Message: Import tzdata2011l, from ftp://munnari.oz.au/pub/tzdata2011l.tar.gz. This release was prepared by Robert Elz

CVS commit: src/share/zoneinfo

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 19:35:07 UTC 2011 Modified Files: src/share/zoneinfo: australasia Log Message: Sync with tzdata2011l. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/zoneinfo/australasia Please note that diffs a

CVS commit: src/doc

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 20:01:08 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: tzdata updated to 2011l. Mailing list moved to (archive at , but there's no field for that in the 3RDPARTY file). Robert

CVS commit: src/doc

2011-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 10 20:05:51 UTC 2011 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2011l. [apb 20111010]$ To generate a diff of this commit: cvs rdiff -u -r1.1612 -r1.1613 src/doc/CHANGES Please note that diffs are

CVS commit: src/etc

2011-10-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 12 20:57:55 UTC 2011 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Exit with non-zero status when asked to create an unrecognised device. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/etc/MAKEDEV.

CVS commit: src/share/zoneinfo

2011-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 24 15:40:49 UTC 2011 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv8723 Log Message: Import tzdata2011m. The executive summary: europe Pridnestrovian Moldavian Republic (Europe/Tiraspol)

CVS commit: src/share/zoneinfo

2011-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 24 15:42:57 UTC 2011 Modified Files: src/share/zoneinfo: australasia Log Message: merge tzdata2011m To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/share/zoneinfo/australasia Please note that diffs are no

CVS commit: src/doc

2011-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 24 15:44:10 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: tzdata2011m is released and merged To generate a diff of this commit: cvs rdiff -u -r1.880 -r1.881 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2011-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Oct 24 15:44:56 UTC 2011 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2011m. [apb 20111024] To generate a diff of this commit: cvs rdiff -u -r1.1616 -r1.1617 src/doc/CHANGES Please note that diffs are n

CVS commit: src/etc

2011-10-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 26 09:02:20 UTC 2011 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Change the pattern for matching ttys to allow any number of digits, (tty[0-9]*). This should fix PR 45514. To generate a diff of this commit: cvs rdif

CVS commit: src/share/zoneinfo

2011-11-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Nov 2 05:15:29 UTC 2011 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv1512 Log Message: Import tzdata2011n. There are three changes of note - most urgently, Cuba (America/Havana) has extended summer

CVS commit: src/share/zoneinfo

2011-11-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Nov 2 05:21:46 UTC 2011 Modified Files: src/share/zoneinfo: australasia Log Message: Merge TZDATA2011N. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/zoneinfo/australasia Please note that diffs are n

CVS commit: src/doc

2011-11-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Nov 2 05:24:12 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: tzdata2011n has been released and imported. To generate a diff of this commit: cvs rdiff -u -r1.883 -r1.884 src/doc/3RDPARTY Please note that diffs are no

<    1   2   3   4   5   6   7   >