CVS commit: src/tests/ipf

2012-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 2 08:52:07 UTC 2012 Modified Files: src/tests/ipf: t_nat_exec.sh Log Message: Test-case n3_6 is not applicable to NetBSD (according to Darren R.) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 11:19:45 UTC 2012 Modified Files: src/tools: Makefile Log Message: remove trailing white space To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/tools/Makefile Please note that diffs are not public

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 11:46:35 UTC 2012 Modified Files: src/tools: Makefile Log Message: If tools are not wanted, then set SUBDIR= empty instead of defining all the subdir-related targets to do nothing. This way, the targets are not invoked

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:10:43 UTC 2012 Modified Files: src/tools: Makefile Log Message: TOOLDIR must be valid, unless MKTOOLS=no. Add tests and .error directives to enforce this. To generate a diff of this commit: cvs rdiff -u -r1.163

CVS commit: src/tools/binstall

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:18:16 UTC 2012 Modified Files: src/tools/binstall: Makefile Log Message: Teach tools/binstall/Makefile to use an uninstalled copy of host-mkdep from the.OBJDIR of tools/host-mkdep. This is in preparation for building

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:19:34 UTC 2012 Modified Files: src/tools/compat: Makefile Log Message: Teach tools/compat/Makefile to use an uninstalled copy of host-mkdep from the.OBJDIR of tools/host-mkdep. This is in preparation for building all

CVS commit: src/tools/host-mkdep

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:21:51 UTC 2012 Modified Files: src/tools/host-mkdep: Makefile Log Message: Use a CONFIGURE_ENV variable instead of in-line code for passing environment variables to the confifure script for host-mkdep. Also reword the

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:25:25 UTC 2012 Modified Files: src/tools: Makefile Log Message: Make tools/Makefile build host-mkdep, compat, and binstall in that order, before installing any of them. It installs them in any order relative to each

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:34:51 UTC 2012 Modified Files: src/tools/compat: Makefile Log Message: Make tools/compat/Makefile install the library in ${TOOLDIR}/lib/libnbcompat.a, install the include files in ${TOOLDIR}/include/compat/**, and

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:37:08 UTC 2012 Modified Files: src/tools/compat: defs.mk.in Log Message: Add two variables to tools/compat/defs.mk.in: COMPATLIB_UNINSTALLED: If yes, then use the files from the .OBJDIR of

CVS commit: src/tools/binstall

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:39:56 UTC 2012 Modified Files: src/tools/binstall: Makefile Log Message: In tools/binstall/Makefile, explicitly use the uninstalled copy of libnbcompat, not the version that's installed under TOOLDIR. To generate a

CVS commit: src/tools/host-mkdep

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:44:07 UTC 2012 Modified Files: src/tools/host-mkdep: Makefile Log Message: Now that tools/Makefile builds tools/binstall before installing tools/host-mkdep, we can use the newly-built install program to install

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:48:33 UTC 2012 Modified Files: src/tools: Makefile.host src/tools/genassym: Makefile src/tools/groff: Makefile src/tools/libctf: Makefile src/tools/libdwarf: Makefile

CVS commit: src

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:55:27 UTC 2012 Modified Files: src/bin/sh: Makefile src/distrib/cdrom/macppc_installboot: Makefile src/distrib/cdrom/macppc_mkboothfs: Makefile src/external/gpl3/gcc/usr.bin: Makefile.inc

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 13:05:14 UTC 2012 Modified Files: src/tools/compat: defs.mk.in Log Message: Change the default value of COMPATLIB_UNINSTALLED to no, now that all users of comapt/defs.mk have been adjusted. This is the last commit

CVS commit: src/sys/dev/pci

2012-12-02 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Dec 2 15:34:37 UTC 2012 Modified Files: src/sys/dev/pci: twe.c Log Message: fix device/softc split: initialize sc-sc_dev. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/twe.c Please note that

CVS commit: src/tests/lib

2012-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 2 17:36:10 UTC 2012 Modified Files: src/tests/lib/librumpclient: Makefile src/tests/lib/librumphijack: Makefile Removed Files: src/tests/lib/librumpclient: Atffile src/tests/lib/librumphijack:

CVS commit: src/sys/arch/evbarm/marvell

2012-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 2 18:20:21 UTC 2012 Modified Files: src/sys/arch/evbarm/marvell: marvell_machdep.c Log Message: Get bootargs and parse them. This was accidentally removed in rev. 1.17. Fixes PR#47250. To generate a diff of this

CVS commit: src/sys/arch/evbarm/evbarm

2012-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 2 18:22:45 UTC 2012 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Add get_device(), set_root_device() to get root device via bootargs. This is same as some other archs. PR#47250. To generate a

CVS commit: src/tests/dev

2012-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 2 18:39:53 UTC 2012 Modified Files: src/tests/dev/audio: Makefile src/tests/dev/dm: Makefile src/tests/dev/md: Makefile Log Message: Build helper programs as PROGS and not as TESTS_{C,SH} This enables

CVS commit: src/tests/dev

2012-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 2 18:40:44 UTC 2012 Removed Files: src/tests/dev/audio: Atffile src/tests/dev/dm: Atffile src/tests/dev/md: Atffile Log Message: Actually remove the no-longer-needed Atffiles To generate a diff of

CVS commit: [netbsd-6] src

2012-12-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Dec 2 18:47:37 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 src/lib/libpthread [netbsd-6]: pthread_int.h pthread_specific.c pthread_tsd.c Log Message: Back out ticket #724 (libpthread changes)

CVS commit: src

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 19:19:37 UTC 2012 Modified Files: src: build.sh Log Message: Move some tests from validatemakeparams() to sanitycheck(), so the related error messages can be printed before build.sh builds a new version of make. Also

CVS commit: src/share/man/man9

2012-12-02 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Dec 2 19:30:18 UTC 2012 Modified Files: src/share/man/man9: Makefile Log Message: Add pcu(9). To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.368 src/share/man/man9/Makefile Please note that diffs are not

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

2012-12-02 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Dec 2 19:45:20 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add pcu(9) to dist list. To generate a diff of this commit: cvs rdiff -u -r1.1792 -r1.1793 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/share/man/man9

2012-12-02 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Dec 2 19:51:56 UTC 2012 Modified Files: src/share/man/man9: Makefile Log Message: Also add links to pcu(9). To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 src/share/man/man9/Makefile Please note that

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

2012-12-02 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Dec 2 19:58:20 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Now add pcu(9) links to dist list. To generate a diff of this commit: cvs rdiff -u -r1.1793 -r1.1794 src/distrib/sets/lists/comp/mi

CVS commit: src/share/mk

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 20:19:47 UTC 2012 Modified Files: src/share/mk: bsd.README Log Message: Document MAKEDIRTARGETENV To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/share/mk/bsd.README Please note that diffs are not

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

2012-12-02 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Dec 2 20:27:10 UTC 2012 Removed Files: src/tests/usr.bin/netpgpverify: Atffile Log Message: Remove the Atffile, which should not have been added in the first place. With thanks to Herbert J. Skuhra and Paul Goyette To

CVS commit: src/usr.bin/stat

2012-12-02 Thread Eric Haszlakiewicz
Module Name:src Committed By: erh Date: Sun Dec 2 21:13:07 UTC 2012 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Honor the -t option to set the time format when running stat -s. Document the format used by -s on the man page. To generate a diff of this

CVS commit: src/sys/arch/amigappc/conf

2012-12-02 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Dec 2 22:11:25 UTC 2012 Modified Files: src/sys/arch/amigappc/conf: files.amigappc Log Message: Add z3rambd to files.amigappc, hopefully this will fix amigppc build. To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: [netbsd-6] src/doc

2012-12-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Dec 3 04:54:49 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Leave the $$ off so NetBSD tag doesn't get expanded. To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53

CVS commit: src/usr.bin/stat

2012-12-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Dec 3 07:49:21 UTC 2012 Modified Files: src/usr.bin/stat: stat.1 Log Message: Bump date for previous. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/stat/stat.1 Please

CVS commit: src/share/man/man9

2012-12-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Dec 3 07:50:29 UTC 2012 Modified Files: src/share/man/man9: pcu.9 Log Message: Bump date to this year for new man page. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/pcu.9 Please note that