CVS commit: src/etc

2010-01-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 12 04:44:06 UTC 2010 Modified Files: src/etc: Makefile Log Message: Fix previous: use correct mode as well as owner/group. My bad. PR misc/41544. To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378

CVS commit: src/etc

2010-01-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 10 06:13:25 UTC 2010 Modified Files: src/etc: Makefile Log Message: Fix installation permissions of /var/db/locate.database as per PR misc/41544. To generate a diff of this commit: cvs rdiff -u -r1.376 -r1.377

CVS commit: src/games/canfield/cfscores

2010-01-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 17:08:45 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Christos points out that usage should not use errx, but should use getprogname. To generate a diff of this commit: cvs rdiff -u

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

2010-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 03:50:39 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL CARDBUS GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY NET4501 XBOX XEN3_DOM0 XEN3_DOMU Log Message: Assorted

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

2010-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 03:53:34 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL CARDBUS GENERIC GENERIC_ISDN GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_PS2 INSTALL_TINY INSTALL_XEN3PAE_DOMU

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

2010-01-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 3 04:06:31 UTC 2010 Modified Files: src/sys/arch/i386/conf: files.i386 Log Message: One last bit of whitespace from PR kern/22595. To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353

CVS commit: src/bin/sh

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 18:09:16 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject

CVS commit: src/bin/sh

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 19:34:59 UTC 2010 Modified Files: src/bin/sh: cd.c sh.1 Log Message: Make the cd builtin accept and ignore -P, which is a kshism that has been allowed to leak into POSIX and selects the behavior cd already

CVS commit: src/bin/sh

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 19:51:19 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: fix another typo To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/lib/libc/gen

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 19:59:21 UTC 2010 Modified Files: src/lib/libc/gen: getcwd.c Log Message: POSIX says realpath(NULL, foo) is supposed to yield EINVAL rather than being allowed to crash. Go figure. Closes PR lib/42559 from Stathis

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

2010-01-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 22:12:19 UTC 2010 Modified Files: src/sys/arch/i386/conf: MONOLITHIC Log Message: add rcsid To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/conf/MONOLITHIC Please note that diffs are

CVS commit: src/games/fortune/datfiles

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 00:16:54 UTC 2010 Modified Files: src/games/fortune/datfiles: fortunes2 Log Message: Fix math notation, from PR 41547. While here, fix some potential tab damage in the same fortune. To generate a diff of this

CVS commit: src/sys/kern

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 03:22:13 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/kern/kern_module.c Please note that diffs are not

CVS commit: src/games/canfield/cfscores

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:16:36 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Correct usage message. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/canfield/cfscores/cfscores.c

CVS commit: src/games/canfield/cfscores

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:20:45 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Send error messages to stderr. Use errx/warnx, not printf. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/games/canfield/cfscores

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:31:18 UTC 2010 Modified Files: src/games/canfield/cfscores: cfscores.c Log Message: Use NULL instead of 0 for pointer tests. Remove an unnecessary cast. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/games/canfield

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 06:37:16 UTC 2010 Modified Files: src/games/canfield/canfield: canfield.c src/games/canfield/cfscores: cfscores.c Added Files: src/games/canfield/canfield: betinfo.h Log Message: Split struct betinfo

CVS commit: src/games/canfield/canfield

2009-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 1 07:35:09 UTC 2010 Modified Files: src/games/canfield/canfield: canfield.6 Log Message: Adjust SYNOPSIS for cfscores to better match reality. Note in BUGS that the score file isn't portable. Bump date (first time

<    1   2