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 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/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-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/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/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/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/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/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/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

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/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/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/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

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

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

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/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/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/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/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/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/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/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/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 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/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/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/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/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

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/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/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/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

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: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/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/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 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/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

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

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/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/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 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/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 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/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/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

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

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/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 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/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 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

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

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 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 -

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/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/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/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/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 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/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 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

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/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/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/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

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

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/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-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/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-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: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/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

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/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: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/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/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/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-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/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

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

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/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/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

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

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 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/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/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/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

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

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

<    1   2   3   4   5   6   7   8   >