CVS commit: src

2014-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 7 17:54:28 UTC 2014 Modified Files: src: build.sh Log Message: Add a list-arch operation to build.sh. This lists all known MACHINE/MACHINE_ARCH values, optionally filtered by glob patterns given in the "-m" and "-a" options

CVS commit: src

2014-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 7 18:10:20 UTC 2014 Modified Files: src: build.sh Log Message: MACHINE_ARCH from the environment may be overridden by getarch (based on the MACHINE), but MACHINE_ARCH from the -a option should not be overridden. The previou

CVS commit: src/doc

2014-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 7 21:32:11 UTC 2014 Modified Files: src/doc: BUILDING.mdoc Log Message: Document build.sh list-arch To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/doc/BUILDING.mdoc Please note that diffs are not publ

CVS commit: src/doc

2014-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 7 21:45:27 UTC 2014 Modified Files: src/doc: BUILDING.mdoc Log Message: Add advice about avoiding common pitfalls. This is taken from the patch in PR 48741, by David H. Gutteridge, but I made small changes to wording and ma

CVS commit: src

2014-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 7 21:46:43 UTC 2014 Modified Files: src: BUILDING Log Message: regen BUILDING from doc/BUILDING.mdoc To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/BUILDING Please note that diffs are not public domai

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

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 08:56:51 UTC 2014 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5618 Log Message: Import tzdata2014f from ftp://ftp.iana.org/tz/releases/tzdata2014f.tar.gz and NEWS file from ht

CVS commit: src/external/public-domain/tz/share/zoneinfo

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:06:41 UTC 2014 Added Files: src/external/public-domain/tz/share/zoneinfo: Makefile Log Message: Copy src/share/zoneinfo/Makefile (revision 1.47) to src/external/public-domain/tz/share/zoneinfo/Makefile. This is a verba

CVS commit: src/external/public-domain/tz

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:08:19 UTC 2014 Added Files: src/external/public-domain/tz: tzdata2netbsd Log Message: Copy src/share/zoneinfo/tzdata2netbsd (revision 1.5) to src/external/public-domain/tz/tzdata2netbsd. This is a verbatim copy, as par

CVS commit: src/external/public-domain/tz

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:14:40 UTC 2014 Added Files: src/external/public-domain/tz: Makefile Makefile.inc Log Message: Add infrastructure for building tzdata under src/external/public-domain/tz. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/public-domain/tz/share/zoneinfo

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:17:03 UTC 2014 Modified Files: src/external/public-domain/tz/share/zoneinfo: Makefile Log Message: Adapt to the new source location under src/public-domain/tz. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1

CVS commit: src/external/public-domain/tz/share

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:18:02 UTC 2014 Added Files: src/external/public-domain/tz/share: Makefile Log Message: Part of the new infrastructure for building tzdata under src/public-domain/tz. To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:34:10 UTC 2014 Modified Files: src/external/public-domain: Makefile src/share: Makefile Log Message: Hook external/public-domain/tz into the build, and unhook share/zoneinfo. The timezone files are still instal

CVS commit: src/external/public-domain/tz

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 09:47:28 UTC 2014 Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: Adapt tzdata2netbsd script to the new source location. * Change src/share/zoneinfo to src/external/public-domain/tz. * The NEWS f

CVS import: src/external/bsd/ekermit/dist

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:20:39 UTC 2014 Update of /cvsroot/src/external/bsd/ekermit/dist In directory ivanova.netbsd.org:/tmp/cvs-serv7737 Log Message: Import ekermit-1.7 from http://www.kermitproject.org/ftp/kermit/archives/ek17.tar EK (Embedded Kerm

CVS commit: src/external/bsd/ekermit/dist

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:29:34 UTC 2014 Modified Files: src/external/bsd/ekermit/dist: kermit.h platform.h Log Message: Make ekermit compile on NetBSD: * Add several #includes of standard headers in platform.h. * #undef X_OK in platform.h. It

CVS commit: src/external/bsd/ekermit

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:30:35 UTC 2014 Added Files: src/external/bsd/ekermit: Makefile Makefile.inc src/external/bsd/ekermit/bin: Makefile src/external/bsd/ekermit/bin/ekermit: Makefile Log Message: Add reachover build infrastr

CVS commit: src

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:34:35 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/external/bsd: Makefile Log Message: Add ekermit to the build. It will replace gkermit, as proposed in tech-userlevel on 7 Aug 2014. To generat

CVS commit: src

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:38:47 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi src/gnu/usr.bin: Makefile Log Message: Unhook gkermit from the build

CVS commit: src/gnu

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:45:06 UTC 2014 Removed Files: src/gnu/dist/gkermit: ANNOUNCE COPYING README gcmdline.c gkermit.c gkermit.h gkermit.nr gproto.c gproto.w gunixio.c gwart.c makefile src/gnu/usr.bin/gkermit: Makefile Lo

CVS commit: src/doc

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:50:45 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: gkermit has been replaced by ekermit. To generate a diff of this commit: cvs rdiff -u -r1.1142 -r1.1143 src/doc/3RDPARTY Please note that diffs are not pu

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

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 19:54:14 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add ekermit.debug. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/lists/debug/mi Please note that diffs are

CVS commit: src/doc

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 20:20:43 UTC 2014 Modified Files: src/doc: CHANGES Log Message: gkermit has been replaced by ekermit. To generate a diff of this commit: cvs rdiff -u -r1.1958 -r1.1959 src/doc/CHANGES Please note that diffs are not publ

CVS commit: src/external/bsd/ekermit/bin/ekermit

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 21:38:45 UTC 2014 Added Files: src/external/bsd/ekermit/bin/ekermit: ekermit.1 Log Message: Add a simple man page for ekermit(1). This is derived from the help output and the web page http://www.kermitproject.org/ek.html

CVS commit: src

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 21:41:46 UTC 2014 Modified Files: src/distrib/sets/lists/man: mi src/external/bsd/ekermit/bin/ekermit: Makefile Log Message: Install man page for ekermit(1). To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/external/bsd/ekermit/bin/ekermit

2014-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 8 21:57:31 UTC 2014 Modified Files: src/external/bsd/ekermit/bin/ekermit: ekermit.1 Log Message: Fix name in .Dt, and fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ekermit/bin/eke

CVS commit: src/distrib/sets/lists

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 11:33:53 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi Log Message: Mark gkermit files "obsolete", don't remove then from the set l

CVS commit: src/share/zoneinfo

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 15:22:40 UTC 2014 Removed Files: src/share/zoneinfo: Makefile README africa antarctica asia australasia backward etcetera europe factory iso3166.tab leap-seconds.list leapseconds leapseconds.awk nort

CVS commit: src

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 18:32:34 UTC 2014 Modified Files: src/distrib/sets/lists/base: rescue.mi src/rescue: list Log Message: Add rescue/ekermit. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/base

CVS commit: src/doc

2014-08-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 9 18:44:07 UTC 2014 Modified Files: src/doc: CHANGES Log Message: rescue(8): Add /rescue/ekermit. [apb 20140809] To generate a diff of this commit: cvs rdiff -u -r1.1959 -r1.1960 src/doc/CHANGES Please note that diffs are

CVS commit: src/sbin/disklabel

2014-08-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 10 06:48:51 UTC 2014 Modified Files: src/sbin/disklabel: main.c Log Message: Fix typo in "dreamcast" port name. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sbin/disklabel/main.c Please note that diffs

CVS commit: src/external/gpl2/xcvs/dist/src

2014-08-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 10 07:33:37 UTC 2014 Modified Files: src/external/gpl2/xcvs/dist/src: server.c Log Message: Move the arbitrary limit on number of files per commit into #define MAXARGS. The limit used to be 1, but was changed to 100

CVS commit: src/doc

2014-08-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Aug 11 10:28:38 UTC 2014 Modified Files: src/doc: CHANGES.prev Log Message: Formatting fixes, following the guidelines in the comments at the top of CHANGES: * Start with ... * Indent with exactly two tabs. * End with I edi

CVS commit: src/usr.sbin/postinstall

2014-08-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 12 08:28:04 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@. Also remove an unnecessary eval in do_dhcpcdrundir and fix a typo in the descri

CVS commit: src/usr.sbin/postinstall

2014-08-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 12 08:32:43 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Quoting fixes in several eval commands. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/usr.sbin/postinstall/postin

CVS commit: src/usr.sbin/postinstall

2014-08-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 12 09:12:18 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: In get_makevar, ask make to recursively expand the variable, not just print the unexpanded value. This is done by using make -V '${VAR}'

CVS commit: src/sbin/ccdconfig

2014-08-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 13 13:14:35 UTC 2014 Modified Files: src/sbin/ccdconfig: ccdconfig.8 Log Message: Interleave 0 means concatenate serially, do not interleave. This information was in the ccd(4) man page, but not in ccdconfig(8) or ccd.conf(5)

CVS commit: src/sbin/ccdconfig

2014-08-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 13 14:13:04 UTC 2014 Modified Files: src/sbin/ccdconfig: ccd.conf.5 Log Message: Interleave 0 means concatenate serially, do not interleave. This information was in the ccd(4) man page, but not in ccdconfig(8) or ccd.conf(5).

CVS commit: src/usr.bin/man

2014-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 14 15:31:12 UTC 2014 Modified Files: src/usr.bin/man: man.c Log Message: For an argument to be interpreted as a local file name, bypassing the search rules in man.conf or MANPATH, it must begin with "/", "./", or "../". Simp

CVS commit: src/usr.bin/man

2014-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 14 15:44:47 UTC 2014 Modified Files: src/usr.bin/man: man.1 Log Message: More detail about treating a local file as a man page, and about how to request machine-specific man pages. re To generate a diff of this commit: cvs

CVS commit: src/share/man/man8

2014-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 14 15:50:42 UTC 2014 Modified Files: src/share/man/man8: boot.8 Log Message: Add some examples of machine-specific foo/boot.8 man pages. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man8/boot.

CVS commit: src/sys/kern

2014-08-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 15 11:05:35 UTC 2014 Modified Files: src/sys/kern: subr_prf.c Log Message: If mutex_tryenter() fails, don't call mutex_exit(). To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sys/kern/subr_prf.c Please

CVS commit: src

2014-08-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 15 18:34:19 UTC 2014 Modified Files: src: build.sh Log Message: Only the -m command line option, not MACHINE from the environment, is supposed override MACHINE_ARCH from the environment with the default MACHINE_ARCH for the r

CVS commit: src/share/man/man8

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 08:43:12 UTC 2014 Modified Files: src/share/man/man8: boot.8 src/share/man/man8/man8.cobalt: boot.8 src/share/man/man8/man8.x68k: boot.8 src/share/man/man8/man8.x86: boot.8 dosboot.8 pxeboot.8 Log M

CVS commit: src/share/man/man8

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 11:39:47 UTC 2014 Modified Files: src/share/man/man8: boot.8 Log Message: Mention that some platforms may have boot menus, and may support other boot protocols. Also change some [i386 only] comments to [x86 only]. To ge

CVS commit: src/share/man/man8/man8.x86

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 11:41:38 UTC 2014 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Document fs, menu, rndseed, and splash commands. Add rescue(8) to SEE ALSO. Also a little copy editing. To generate a diff of this commit

CVS commit: src/share/man/man8/man8.x86

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 12:30:12 UTC 2014 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Document supported subsets of image formats, extracted from comments in src/sys/dev/stbi/stb_image.c. XXX: This is not the right place to

CVS commit: src/share/man/man4

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 15:34:33 UTC 2014 Modified Files: src/share/man/man4: options.4 Log Message: Document options COMPAT_40, COMPAT_50, and COMPAT_60. To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/share/man/man4/option

CVS commit: src/sys

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:24:29 UTC 2014 Modified Files: src/sys/compat/netbsd32: syscalls.conf src/sys/conf: files src/sys/kern: syscalls.conf Log Message: Add COMPAT_70 to conf/files; add compat_70 to kern/syscalls.conf and com

CVS commit: src/sys/arch

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:56:34 UTC 2014 Modified Files: src/sys/arch/acorn32/conf: GENERIC src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/amiga/conf: DRACO GENERIC G

CVS commit: src/sys/arch

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:57:02 UTC 2014 Modified Files: src/sys/arch/mac68k/conf: SMALLRAM src/sys/arch/zaurus/conf: INSTALL Log Message: Add "no options COMPAT_70" to all kernel configuration files that already had "no options COMPAT_6

CVS commit: src/sys/arch

2014-08-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 16 17:57:37 UTC 2014 Modified Files: src/sys/arch/hp300/conf: INSTALL src/sys/arch/luna68k/conf: INSTALL src/sys/arch/news68k/conf: INSTALL Log Message: Add commented out "#options COMPAT_70" to all kernel con

CVS commit: src/sbin/ccdconfig

2014-08-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 17 07:05:44 UTC 2014 Modified Files: src/sbin/ccdconfig: ccdconfig.c Log Message: Don't print ccd_size with %zu; it no longer has type size_t. Instead, cast to uintmax_t and print with %ju. To generate a diff of this commit

CVS commit: src/sys/dev/dkwedge

2014-08-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Aug 18 13:46:07 UTC 2014 Modified Files: src/sys/dev/dkwedge: dkwedge_bsdlabel.c Log Message: Don't ignore unrecognised partition types in BSD disklabels; instead, add them with wedge partition type "unknown#%u", where %u is the

CVS commit: src/sys/dev/dkwedge

2014-08-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Aug 18 14:18:59 UTC 2014 Modified Files: src/sys/dev/dkwedge: dkwedge_bsdlabel.c Log Message: Use FSTYPE_DEFN from to generate case branches for conversions from all known disklabel fstypes to strings. This replaces the hand-co

CVS commit: src/usr.bin/make

2014-08-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 20 08:37:25 UTC 2014 Modified Files: src/usr.bin/make: main.c Log Message: It should not be an error to have VAR != command that prints no output To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/usr.bin/m

CVS commit: src/usr.bin/make/unit-tests

2014-08-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 20 08:39:14 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile test.exp Added Files: src/usr.bin/make/unit-tests: varshell Log Message: Add tests for VAR != command. To generate a diff of this commit: cv

CVS commit: src/share/man/man4

2014-08-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 21 07:51:32 UTC 2014 Modified Files: src/share/man/man4: options.4 Log Message: Document options COMPAT_70. To generate a diff of this commit: cvs rdiff -u -r1.440 -r1.441 src/share/man/man4/options.4 Please note that diff

CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 21 12:42:03 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: When sanitising test output, replace "${TEST_MAKE}" with "make". This string may appear in error messages that end up in the output. To

CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 21 13:31:52 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Stricter sed expression for matching an optional PID in square brackets. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 21 13:44:52 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: comment.exp comment.mk cond1.exp cond1.mk doterror.exp doterror.mk dotwait.exp dotwait.mk

CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 21 15:37:13 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk Log Message: Add varmisc.mk, for miscellaneous variable tests. For now, the

CVS commit: src/usr.bin/make/unit-tests

2014-08-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Aug 21 22:00:30 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Add a .PATH, so you can be in any other directory and run "make -f /path/to/this/Makefile sometest.out" and have it create sometest.out i

CVS commit: src/distrib/sets/lists

2014-08-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 22 10:51:39 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.mips ad.powerpc md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.mips ad.powerpc md

CVS commit: src/distrib/sets

2014-08-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 22 10:51:18 UTC 2014 Modified Files: src/distrib/sets: Makefile Log Message: Adapt the sortlists target to deal with commented file names, like "#./dir/file". Such lines now compare equal to their uncommented counterparts li

CVS commit: src

2014-08-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 22 16:45:32 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/usr.bin/make: Makefile t_make.sh Removed Files: src/tests/usr.bin/make: d_comment.mk d_co

CVS commit: src/tests/usr.bin/make

2014-08-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 23 16:26:13 UTC 2014 Modified Files: src/tests/usr.bin/make: t_make.sh Log Message: Remove commented-out debug code that was accidentally committed yesterday. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/

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

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 11:50:00 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.587 -r1.588 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 11:52:45 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Add tests for backslash e

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 13:07:25 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.mk Log Message: Fix typos in variable names, and in a comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 13:11:49 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.mk Log Message: Fix more typos in variable names. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/escape.mk P

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 14:04:35 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Adjust tests to correct for the fact that end-of-line comments in variable assignments should not be included in the value.

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 14:38:38 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.mk Log Message: Convert the variable printing tests to use .USE rules, to ensure that the value printed always comes from the expected variable. To ge

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 15:10:13 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Our practice, despite what POSIX might say, is that "\#" in a variable assignment stores "#" as part of the value. The "\" is

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 16:08:14 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Our practice is that an even number of backslashes before a newline in a variable assignment simply stores the backslashes as

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 16:47:12 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: In either a variable assignmentor a command, backslash-backslash-newline does not escape the newline. This is compatible wit

CVS commit: src/usr.bin/make/unit-tests

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 17:17:24 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Let "make clean" delete the files and dirs created by some of the tests. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src

2014-08-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 24 18:27:17 UTC 2014 Modified Files: src/external/mit/xorg/bin/rgb: Makefile src/external/mit/xorg/bin/sessreg: Makefile src/external/mit/xorg/bin/xfs: Makefile src/external/mit/xorg/lib/libX11: Makefil

CVS commit: src/external/mit/xorg/lib/libXcursor

2014-08-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Aug 25 10:25:53 UTC 2014 Modified Files: src/external/mit/xorg/lib/libXcursor: Makefile Log Message: Fix error in previous. The sed command really wants one long line. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.

CVS commit: src/etc

2014-08-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 27 13:56:02 UTC 2014 Modified Files: src/etc: security Log Message: Split some long lines. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/etc/security Please note that diffs are not public domain; they

CVS commit: src/sys/sys

2014-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 30 09:23:29 UTC 2014 Modified Files: src/sys/sys: disk.h Log Message: Ensure each symbol used in FSTYPE_DEFN in has a corresponding DKW_PTYPE_* definition, by adding some aliases. XXX: Compatibility between the symbols in F

CVS commit: src/sys/dev/dkwedge

2014-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 30 09:35:10 UTC 2014 Modified Files: src/sys/dev/dkwedge: dkwedge_bsdlabel.c Log Message: When converting a disklabel partition type integer to a wedge partition type string, use the strings defined in DKW_PTYPE_* in , not th

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

2014-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 31 06:46:24 UTC 2014 Update of /cvsroot/src/external/public-domain/tz/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16382 Log Message: Import tzdata2014g from ftp://ftp.iana.org/tz/releases/tzdata2014g.tar.gz Summary of changes

CVS commit: src/doc

2014-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 31 06:58:59 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2014g/tzdata2014g have been released. We have updated tzdata. To generate a diff of this commit: cvs rdiff -u -r1.1148 -r1.1149 src/doc/3RDPARTY Pl

CVS commit: src/doc

2014-08-31 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 31 06:59:52 UTC 2014 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2014g. [apb 20140831] To generate a diff of this commit: cvs rdiff -u -r1.1972 -r1.1973 src/doc/CHANGES Please note that diffs are n

CVS commit: src/external/public-domain/tz

2014-08-31 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 31 07:04:07 UTC 2014 Modified Files: src/external/public-domain/tz: tzdata2netbsd Log Message: Updated import script for tzdata2014g. Aso added "cd" commands that were missed in the recent move from src/share/zoneinfo to exte

CVS commit: src/tools/compat

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 11:20:06 UTC 2014 Modified Files: src/tools/compat: compat_defs.h Log Message: Copy definitions of __type_min(t), __type_max(t), and some related macros, from , for use when building tools. To generate a diff of this com

CVS commit: src/sys/dev

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 11:21:29 UTC 2014 Modified Files: src/sys/dev: clock_subr.c Log Message: Revert previous; test secs > __type_max(time_t) again, now that __type_max is available in tools/compat/compat_defs.h. To generate a diff of this c

CVS commit: src/sys/dev

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 12:25:52 UTC 2014 Modified Files: src/sys/dev: clock_subr.c Log Message: If HAVE_NBTOOL_CONFIG_H is set, then include "nbtool_config.h", because this file is compiled as part of tools/makefs. To generate a diff of this c

CVS commit: src/tools

2014-09-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Sep 1 13:50:15 UTC 2014 Added Files: src/tools: README Log Message: Add tools/README, to collect hints like how to use .if defined(HOSTPROG) and #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif /* HAVE_NBTOOL_CONFIG

CVS commit: src/sys/arch/i386/pci

2014-09-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 9 06:38:33 UTC 2014 Modified Files: src/sys/arch/i386/pci: pci_intr_fixup.c Log Message: __USE(id) in the !PCIBIOSVERBOSE case. Fixes PR 49181. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/i38

CVS commit: src/usr.bin/make/unit-tests

2014-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 9 10:11:20 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Change @echo to echo in several places in escape.mk, to make it easier to spot changes in what make sends to the shell. Adjus

CVS commit: src/usr.bin/make/unit-tests

2014-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 9 10:22:27 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: escape.exp escape.mk Log Message: Add a test for backslash-newline at the very end of a command script. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/usr.bin/make

2014-09-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 14 08:47:19 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: Small markup fixes: * Use \e instead of \\ to represent a backslash; * Dont' start a line with .SUFFIXES. To generate a diff of this commit: cvs rdi

CVS commit: src/lib/libc/stdio

2014-09-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 16 08:42:20 UTC 2014 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: Rephrase the NOTE about embedded NUL characters, using "apparent length" for what strlen(3) reports, and "true length" for what the return value

CVS commit: src/tools

2014-09-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Sep 24 16:17:39 UTC 2014 Modified Files: src/tools: README Log Message: It is usually easy to add new definitions to src/tools/compat, and that is usually better than adding compatibility definitions to individual tools. To gen

CVS commit: src/tools

2014-09-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 30 07:34:50 UTC 2014 Modified Files: src/tools: README Log Message: Say that tools should use C89, not C99; Say that tools may use HAVE_NBTOOL_CONFIG_H to conditionally exclude features. Many other small changes. To genera

CVS commit: src

2014-09-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 30 14:57:51 UTC 2014 Modified Files: src: build.sh Log Message: Prefer dash to bash when searching for a usable shell. I have tested a complete build with HOST_SH=dash on NetBSD. To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/gpt

2014-10-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 1 12:55:41 UTC 2014 Modified Files: src/sbin/gpt: gpt_uuid.c Log Message: It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/gpt/gpt_uuid.c Please not

CVS commit: src/lib/libc/gen

2014-10-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 1 12:55:39 UTC 2014 Modified Files: src/lib/libc/gen: dehumanize_number.c Log Message: It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/dehum

CVS commit: src/lib/libc/gen

2014-10-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 1 13:53:04 UTC 2014 Modified Files: src/lib/libc/gen: dehumanize_number.c Log Message: include "nbtool_config.h", not "nbtools_config.h". To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/dehuman

<    1   2   3   4   5   6   7   >