CVS commit: src/share/misc

2014-03-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 28 10:16:28 UTC 2014 Modified Files: src/share/misc: airport Log Message: +ICN:Incheon, South Korea Also fix spelling of Incheon in the entry for JCN To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/share/m

CVS commit: src/games/hunt/huntd

2014-03-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 28 17:49:11 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: If you are going to use memcpy instead of struct assignment, then at least use sizeof(the correct variable). The use of memcmp to test two p

CVS commit: src/games/sail

2014-03-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 28 17:53:47 UTC 2014 Modified Files: src/games/sail: dr_2.c Log Message: temp is a pointer, and tempmax, not sizeof(temp), is the length of the buffer that it points to. Adjust a strlcat() call to suit. To generate a diff

CVS commit: src/sbin/shutdown

2014-03-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 28 18:27:14 UTC 2014 Modified Files: src/sbin/shutdown: shutdown.c Log Message: When the third arg to fwrite() is a size in bytes, then the second arg should be 1. sizeof(*mbuf) happens to equal 1, but it's better not to rel

CVS commit: src/sys/arch/m68k/m68k

2014-03-29 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Mar 29 11:34:13 UTC 2014 Modified Files: src/sys/arch/m68k/m68k: procfs_machdep.c Log Message: procfs_getcpuinfstr's len argument contains the buffer size on entry, and the number of bytes used on return. Use the actual buffer s

CVS commit: src/usr.sbin/bootp/bootpd

2014-03-29 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Mar 29 18:23:00 UTC 2014 Modified Files: src/usr.sbin/bootp/bootpd: bootpd.c Log Message: sizeof(pointer) is not a good buffer length to pass to strlcat. Introduce a new variable, clntpathmaxlen, to hold the correct buffer length

CVS commit: src/usr.sbin/rpc.pcnfsd

2014-03-29 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Mar 29 18:54:37 UTC 2014 Modified Files: src/usr.sbin/rpc.pcnfsd: extern.h pcnfsd_print.c pcnfsd_v2.c Log Message: Add a statuslen argument to get_pr_status(), and use it as the length in a call to strlcpy(). The previous code w

CVS commit: src/doc

2014-04-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 5 11:18:03 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: Add a "Location" line for all three versions of gcc. Explain why both gcc.old and gcc trees are expected to persist in the future. Briefly describe how to

CVS commit: src/crypto/external/bsd/openssl

2014-04-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Apr 7 17:40:49 UTC 2014 Modified Files: src/crypto/external/bsd/openssl: pkgconfig.mk Log Message: Run the mkpc script using ${HOST_SH} To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/openss

CVS commit: src/etc

2014-04-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Apr 9 12:38:09 UTC 2014 Modified Files: src/etc: rc Log Message: Add comments about the intended use of each type of metadata message. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/etc/rc Please note tha

CVS commit: src/etc

2014-04-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Apr 9 12:45:05 UTC 2014 Modified Files: src/etc: rc Log Message: Send a "nop" metadata message to the postprocessor every few seconds, to flush partial output lines. This should help with PR 48714. To generate a diff of this

CVS commit: src/external/gpl3/gcc/dist

2014-04-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 19 12:41:32 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: Makefile.in src/external/gpl3/gcc/dist/gcc/c: Make-lang.in src/external/gpl3/gcc/dist/gcc/cp: Make-lang.in src/external/gpl3/gcc/dist

CVS commit: src/external/gpl3/gcc/dist

2014-04-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 19 13:00:58 UTC 2014 Modified Files: src/external/gpl3/gcc/dist: configure src/external/gpl3/gcc/dist/fixincludes: configure src/external/gpl3/gcc/dist/gcc: configure src/external/gpl3/gcc/dist/gnattool

CVS commit: src/external/gpl3/gcc.old/dist

2014-04-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 19 15:57:47 UTC 2014 Modified Files: src/external/gpl3/gcc.old/dist: configure src/external/gpl3/gcc.old/dist/fixincludes: configure src/external/gpl3/gcc.old/dist/gcc: configure src/external/gpl3/gcc.o

CVS commit: src/doc

2014-04-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 19 16:05:45 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: Add note about sending bsd-family-tree changes upstream to FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.1106 -r1.1107 src/doc/3RDPARTY Ple

CVS commit: src/tools/compat

2014-04-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 19 19:01:08 UTC 2014 Modified Files: src/tools/compat: compat_defs.h Log Message: Clarify the NetBSD-specific and Linux-specific code at the top of compat_defs.h: * Explain why _NETBSD_SOURCE should not be defined on NetBSD.

CVS import: src/share/zoneinfo

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu May 15 15:42:14 UTC 2014 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv23892 Log Message: Import tzdata2014c from ftp://ftp.iana.org/tz/releases/tzcode2014c.tar.gz Changes from tzdata2013i to tzdata2

CVS commit: src/share/zoneinfo

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu May 15 16:01:18 UTC 2014 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2014c. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/zoneinfo/australasia Please note that diffs are n

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

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu May 15 16:06:38 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi Log Message: Add ./usr/share/zoneinfo/Antarctica/Troll for tzdat2014c To generate a diff of this commit: cvs rdiff -u -r1.1066 -r1.1067 src/distrib/sets/l

CVS commit: src/distrib/sets

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu May 15 16:32:07 UTC 2014 Modified Files: src/distrib/sets: Makefile Log Message: Teach "make sortlists" to ignore .#* files (sometimes created by cvs), and to squeeze multiple blank lines. To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu May 15 16:32:28 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips ad.powerpc md.amd64 md.playstation2 md

CVS commit: src/doc

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri May 16 06:23:58 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tzdata has been updated to 2014c To generate a diff of this commit: cvs rdiff -u -r1.1110 -r1. src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2014-05-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri May 16 06:25:22 UTC 2014 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2014c. [apb 20140515] To generate a diff of this commit: cvs rdiff -u -r1.1924 -r1.1925 src/doc/CHANGES Please note that diffs are n

CVS commit: src/usr.bin/find

2014-05-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat May 17 11:31:40 UTC 2014 Modified Files: src/usr.bin/find: find.1 Log Message: Add an example with find ... -exec sh -c To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/usr.bin/find/find.1 Please note tha

CVS commit: src/share/zoneinfo

2014-05-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat May 17 19:53:22 UTC 2014 Added Files: src/share/zoneinfo: tzdata2netbsd Log Message: Add tzdata2netbsd, a script to help import new versions of tzdata. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/zoneinf

CVS commit: src/share/zoneinfo

2014-05-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun May 18 16:53:56 UTC 2014 Modified Files: src/share/zoneinfo: tzdata2netbsd Log Message: Many changes to tzdata2netbsd. This has been tested in a private repository. * Use set -e * Pass -d ${CVSROOT} to all cvs invocations. cvs

CVS commit: src/doc

2014-05-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed May 28 16:05:04 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2014d/tzdata2014d has been released. There's no need to updata tzdata this time, because it's identical to the previous version. To generate a diff

CVS commit: src/usr.sbin/etcupdate

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 13:33:43 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate Log Message: There is a file named "._etcupdate_${TEMPROOT}${1}" was never created, so don't try to delete it. Delete "$B" instead. To generate a diff

CVS commit: src/usr.sbin/etcupdate

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 13:31:48 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate Log Message: When processing the -s option, the variable used is ${arg}, not ${ARG}. Also adjust an error message to say "Nonexistent or invalid file or

CVS commit: src/usr.sbin/etcupdate

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 13:40:43 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate Log Message: When populating ${TEMPROOT} from ${SRCDIR} by copying, use the mtree set files from ${BINARYDIR}/etc/mtree/set.{etc,xetc} as a list of files

CVS commit: src/usr.sbin/etcupdate

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 13:42:05 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate Log Message: Keep track of whether anything was changed (or needs to be changed), and print a message at the end if nothing needs to be done. To generat

CVS commit: src/usr.sbin/etcupdate

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 13:56:32 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate etcupdate.8 Log Message: Add "-d destdir" option to etcupdate. This has been only lightly tested. To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/usr.sbin/etcupdate

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 14:07:13 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate.8 Log Message: Update date for previous, and fix some small errors. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/etcupdate

CVS commit: src/doc

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 15:13:44 UTC 2014 Modified Files: src/doc: CHANGES Log Message: etcupdate(8): Add destdir support. [apb 20140612] To generate a diff of this commit: cvs rdiff -u -r1.1932 -r1.1933 src/doc/CHANGES Please note that diffs

CVS commit: src/lib/libc/gen

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 19:05:37 UTC 2014 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Wrap complex macros in do { ... } while (0). Also replace the magic number 160 with a macro. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gen

2014-06-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jun 12 19:12:20 UTC 2014 Modified Files: src/lib/libc/gen: arc4random.c Log Message: fix missing backslash in previous To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/arc4random.c Please note tha

CVS import: src/share/zoneinfo

2014-06-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jun 13 19:48:57 UTC 2014 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv19905 Log Message: Import tzdata2014e from ftp://ftp.iana.org/tz/releases/tzdata2014e.tar.gz Summary of changes in tzdata2014e (

CVS commit: src/share/zoneinfo

2014-06-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jun 13 19:54:04 UTC 2014 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2014e To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/share/zoneinfo/australasia Please note that diffs are no

CVS commit: src/share/zoneinfo

2014-06-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jun 13 19:56:19 UTC 2014 Modified Files: src/share/zoneinfo: tzdata2netbsd Log Message: Update tzdata2netbsd for 2014e release. * Rename work directory so there's a subdir per release. * Slightly better detection of work that's a

CVS commit: src/doc

2014-06-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jun 13 19:57:45 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2014e/tzdata2014e have been released. We have tzdata2014e. To generate a diff of this commit: cvs rdiff -u -r1.1119 -r1.1120 src/doc/3RDPARTY Pleas

CVS commit: src/doc

2014-06-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jun 13 19:58:22 UTC 2014 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2014e. [apb 20140613] To generate a diff of this commit: cvs rdiff -u -r1.1934 -r1.1935 src/doc/CHANGES Please note that diffs are n

CVS commit: src/tests/lib/libc/gen

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 08:19:02 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_fmtcheck.c Log Message: Update fmtcheck(3) test now that pointers and longs are differentiated. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/

CVS commit: src/lib/libc/gen

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 08:18:24 UTC 2014 Modified Files: src/lib/libc/gen: fmtcheck.3 fmtcheck.c Log Message: Teach fmtcheck(3) that a pointer and a long are not the same. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/lib

CVS commit: src/doc

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 12:20:17 UTC 2014 Modified Files: src/doc: BUILDING.mdoc Log Message: Improve documentation for BUILDID. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/doc/BUILDING.mdoc Please note that diffs are no

CVS commit: src

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 12:21:41 UTC 2014 Modified Files: src: BUILDING Log Message: Regen from doc/BUILDING.mdoc;1.100: Improve documentation for BUILDID. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/BUILDING Please not

CVS commit: src

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 12:25:00 UTC 2014 Modified Files: src: build.sh Log Message: Print BUILDID near the beginning of build.sh. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/build.sh Please note that diffs are not publ

CVS commit: src/etc

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 12:26:26 UTC 2014 Modified Files: src/etc: Makefile Log Message: Print BUILDID near the top of /etc/release. To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/etc/Makefile Please note that diffs are no

CVS commit: src/sys/conf

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 12:35:18 UTC 2014 Modified Files: src/sys/conf: newvers.sh Log Message: Append ".${BUILDID}" to the default value of , provided the "-i " command line option was not used. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/conf

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 12:42:41 UTC 2014 Modified Files: src/sys/conf: newvers.sh Log Message: Document command line options and other inputs and outputs. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/conf/newvers.sh P

CVS commit: src/lib/libc/gen

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 13:09:37 UTC 2014 Modified Files: src/lib/libc/gen: uname.c Log Message: If sysctl kern.version returns a string that's too long to fit in {struct utsname}.version then just use the truncated value. To generate a diff of

CVS commit: src/lib/libc/gen

2014-06-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jun 14 14:32:44 UTC 2014 Modified Files: src/lib/libc/gen: uname.3 Log Message: Document the relationship between uname(3) and sysctl(7) variables. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 07:08:06 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add SORT and SED variables, in case a host environment needs them. To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/

CVS commit: src

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 07:11:52 UTC 2014 Modified Files: src: Makefile Log Message: Pass SED=${TOOL_SED:Q} to postinstall. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/Makefile Please note that diffs are not public doma

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 08:21:21 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add bre_quote (copied from etcupdate), and unprefix functions. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/usr.

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 08:28:08 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Clarify wording in a comment for obsolete_paths. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/usr.sbin/postinsta

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 08:29:18 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: In do_sendmail, use unprefix to fix up paths that will be processed by obsolete_paths. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 08:39:56 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Remove stray quotation mark To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/usr.sbin/postinstall/postinstall Pleas

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 08:59:13 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add a new obsolete_stand target, disabled by default, to delete old files and subdirectories under /stand/${MACHINE}. To generate a dif

CVS commit: src

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 09:04:43 UTC 2014 Modified Files: src: Makefile Log Message: Pass -m MACHINE -a MACHINE_ARCH to postinstall To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/Makefile Please note that diffs are not pub

CVS commit: src

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 09:06:26 UTC 2014 Modified Files: src: Makefile Log Message: Run "postinstall fix obsolete_stand" just before checkflist, if we are building with DESTDIR != / To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.3

CVS commit: src/doc

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 09:12:30 UTC 2014 Modified Files: src/doc: CHANGES Log Message: pigz(1): Update to pigz-2.3.1 [tls 20140615] To generate a diff of this commit: cvs rdiff -u -r1.1937 -r1.1938 src/doc/CHANGES Please note that diffs are n

CVS commit: src/usr.sbin/postinstall

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 22:04:39 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Delete trailing slash with "${1%/}", not "${1#/}". To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/usr.sbin/postins

CVS commit: src/usr.sbin

2014-06-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jun 16 22:12:30 UTC 2014 Modified Files: src/usr.sbin/etcupdate: etcupdate src/usr.sbin/postinstall: postinstall Log Message: Use extra="${2-/,}" to use $2 if defined, else default to "/,". To generate a diff of this co

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 17:35:09 UTC 2014 Modified Files: src: build.sh Log Message: Fix two incorrect attempts to skip blank lines or comment lines. They failed to account for the space that is appended to ${line} before comparison. To generat

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 17:49:20 UTC 2014 Modified Files: src: build.sh Log Message: Set USETOOLS and MAKEWRAPPERMACHINE in parseoptions(), where several other make variables are set, insteadof in special case code in createmakewrapper(). To ge

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 18:04:44 UTC 2014 Modified Files: src: build.sh Log Message: Make the makewrapper script robust against variables with embedded special characters. * Add a shell_quote function, identical to that in postinstall(1) and et

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:50:03 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: When printing a timestamp to a metalog, use 9 digits for the nanoseconds part, except use only 1 digit if the value was zero. To generate a

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:54:47 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: mtree spec files want nanoseconds, so multiply the microseconds by 1000. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src

CVS commit: src

2014-07-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 23 08:37:03 UTC 2014 Modified Files: src: UPDATING Log Message: How to deal with src/external/mit/lua/src: No such file or directory To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/UPDATING Please note

CVS commit: src

2014-07-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jul 23 08:52:32 UTC 2014 Modified Files: src: UPDATING Log Message: More general advice about "cvs [update aborted]... No such file or directory". Also invent a "Cause:" keyword for use in "Symptom:/Cause:/Fix" sections. Also a

CVS commit: src/share/man/man4

2014-07-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jul 25 16:37:44 UTC 2014 Modified Files: src/share/man/man4: lua.4 Log Message: The lua(4) device is experimental. Incompatible changes might be made in the future. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 sr

CVS commit: src/etc

2014-07-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 27 07:46:46 UTC 2014 Modified Files: src/etc: rc rc.subr Log Message: In rc.subr, add _have_rc_postprocessor function and use it instead of inline tests like [ -n "${_rc_postprocessor_fd}" ]. The new function performs a few n

CVS commit: src/tests/bin/sh/dotcmd

2014-07-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 27 14:24:17 UTC 2014 Modified Files: src/tests/bin/sh/dotcmd: Makefile Log Message: Run scripts at build time via ${HOST_SH} To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/dotcmd/Makefile Plea

CVS commit: src/etc

2014-07-29 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jul 29 20:39:16 UTC 2014 Modified Files: src/etc: rc Log Message: In the background subshell that flushes partial output every few seconds, detach from the controlling terminal. Without this, pressing control-T (to send SIGINFO

CVS commit: src/sys/conf

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:13:11 UTC 2014 Modified Files: src/sys/conf: newvers.sh Log Message: BUILDINFO part 1: newvers.sh If the BUILDINFO environment variable is set, then interpret it as a string with embedded C-style escapes and store it i

CVS commit: src

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:15:21 UTC 2014 Modified Files: src/share/man/man7: sysctl.7 src/sys/kern: init_sysctl.c src/sys/sys: systm.h Log Message: BUILDINFO part 2: expose sysctl kern.buildinfo To generate a diff of this commi

CVS commit: src/etc

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:19:34 UTC 2014 Modified Files: src/etc: Makefile Makefile.params Log Message: BUILDINFO part 3: Add BUILDINFO to RELEASEVARS and /etc/release The BUILDINFO string will appear nearthe top of /etc/release, indented by 8

CVS commit: src

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:22:29 UTC 2014 Modified Files: src: build.sh Log Message: BUILDINFO part 4: build.sh Add BUILDINFO to the list of variables saved in the makewrapper script, and print any non-blank BUILDINFO lines near the beginning of

CVS commit: src/doc

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:24:08 UTC 2014 Modified Files: src/doc: BUILDING.mdoc Log Message: BUILDINFO part 5: Document BUILDINFO in doc/BUILDING.mdoc. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/doc/BUILDING.mdoc Plea

CVS commit: src/doc

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:25:02 UTC 2014 Modified Files: src/doc: BUILDING.mdoc Log Message: Bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/doc/BUILDING.mdoc Please note that diffs are not public do

CVS commit: src

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:28:43 UTC 2014 Modified Files: src: BUILDING Log Message: BUILDINFO part6: regen BUILDING from doc/BUILDING.mdoc To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/BUILDING Please note that diffs are

CVS commit: src/doc

2014-08-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 3 09:33:48 UTC 2014 Modified Files: src/doc: CHANGES Log Message: Mention BUILDINFO in doc/CHANGES file To generate a diff of this commit: cvs rdiff -u -r1.1956 -r1.1957 src/doc/CHANGES Please note that diffs are not publ

CVS commit: src

2014-08-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Aug 4 21:56:30 UTC 2014 Modified Files: src: build.sh src/share/zoneinfo: tzdata2netbsd src/usr.bin/locate/locate: updatedb.sh src/usr.sbin/etcupdate: etcupdate src/usr.sbin/postinstall: postinstal

CVS commit: src/share/mk

2014-08-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 5 15:25:20 UTC 2014 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: Provide and document GZIP_N_FLAG and TOOL_GZIP_N. These may be used to pass "-nT" instead of just "-n" when the gzip program is actually pi

CVS commit: src

2014-08-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 5 15:40:59 UTC 2014 Modified Files: src/distrib/alpha/floppy-GENERIC: Makefile src/distrib/alpha/rz25dist: Makefile src/distrib/cobalt: Makefile src/distrib/common: Makefile.image Makefile.mdset Makefi

CVS commit: src

2014-08-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 5 15:43:50 UTC 2014 Modified Files: src/distrib/common: Makefile.image src/etc: Makefile Log Message: Pass GZIP="-9 ${GZIP_N_FLAG}" instead of GZIP=-9n in the environmentto commands that invoke ${TOOL_GZIP}. This wil

CVS commit: src/share/mk

2014-08-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 5 15:51:23 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.825 -r1.826 src/share/mk/bsd.own.mk Please note that diffs are not public domai

CVS commit: src

2014-08-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 5 15:45:50 UTC 2014 Modified Files: src/distrib/sets: Makefile src/lib/libc/time: Makefile Log Message: Ue ${GZIP_N_FLAG} instead of -n when setting GZIPFLAGS or GZIP_FLAGS. This will allow -nT instead of just -n to

CVS commit: src/etc

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 10:37:30 UTC 2014 Modified Files: src/etc: Makefile Log Message: Introduce and use GZIP_FLAGS variable, to fix a quoting error in the way we tried to use GZIP="-9 ${GZIP_N_FLAG}". For consistency, also use GZIP_FLAGS elese

CVS commit: src/distrib/common

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 10:41:13 UTC 2014 Modified Files: src/distrib/common: Makefile.image Log Message: Introduce and use GZIP_FLAGS variable. The previous use of GZIP="-9 ${GZIP_N_FLAG}" happened to work, but the new use of GZIP=${GZIP_FLAGS:

CVS commit: src

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 11:41:19 UTC 2014 Modified Files: src/distrib/common: Makefile.image src/etc: Makefile Log Message: To make pax use ${TOOL_GZIP}, we need to pass "--use-compress-program ${TOOL_GZIP}" on the command line, and refra

CVS commit: src

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 12:29:13 UTC 2014 Modified Files: src: build.sh Log Message: When searching for a default MACHINE_ARCH for a given MACHINE, don't break out of the loop too early. To generate a diff of this commit: cvs rdiff -u -r1.289 -

CVS commit: src/share/mk

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 15:23:48 UTC 2014 Modified Files: src/share/mk: sys.mk Log Message: Wrap CTFCONVERT invocations in ${defined(CTFCONVERT):? ... :} so it performs the test at the time the rule is invoked. We can't use a ".if defined" test

CVS import: src/share/zoneinfo

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 18:36:59 UTC 2014 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv21871 Log Message: Import tzdata2014f from ftp://ftp.iana.org/tz/releases/tzdata2014f.tar.gz Summary of changes in tzdata2014f (

CVS commit: src/share/zoneinfo

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 19:18:05 UTC 2014 Modified Files: src/share/zoneinfo: Makefile australasia leap-seconds.list yearistype.sh Log Message: Merge tzdata2014f. The following new time zones are added: Asia/Chita Asia/Srednekoly

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

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 19:24:00 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi Log Message: New files that appeared in tzdata2014f, plus the leapseconds file that has existed for a long time but was not installed before today. To gen

CVS commit: src/doc

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 19:27:58 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2014f/tzdata2014f has been released. We have updated tzdata. To generate a diff of this commit: cvs rdiff -u -r1.1140 -r1.1141 src/doc/3RDPARTY Ple

CVS commit: src/doc

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 19:28:20 UTC 2014 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2014f. [apb 20140806] To generate a diff of this commit: cvs rdiff -u -r1.1957 -r1.1958 src/doc/CHANGES Please note that diffs are n

CVS commit: src/share/zoneinfo

2014-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 6 19:41:42 UTC 2014 Modified Files: src/share/zoneinfo: tzdata2netbsd Log Message: Update tzdata2netbsd for tzdata2014f. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/zoneinfo/tzdata2netbsd Please

CVS commit: src

2014-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 7 15:15:48 UTC 2014 Modified Files: src: build.sh Log Message: In the usage message, mention that the -m arg may be an alias. Also adjust a comment around alias processing. To generate a diff of this commit: cvs rdiff -u -

<    1   2   3   4   5   6   7   >