CVS commit: src/games/canfield/canfield

2010-01-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 1 11:45:34 UTC 2010 Modified Files: src/games/canfield/canfield: canfield.6 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/canfield/canfield/canfield.6 Please

Re: CVS commit: src/games/canfield/cfscores

2010-01-01 Thread Marc Balmer
Am 01.01.2010 um 07:20 schrieb 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

CVS commit: src/sys/dev/sysmon

2010-01-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 1 15:41:25 UTC 2010 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c Log Message: Don't infer a sensor driver's ability to handle limit checking itself. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2010-01-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 1 15:43:50 UTC 2010 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Explicitly inform envsys that the driver is capable of doing its own limit checking at initialization time. Later on, if user specifics any

CVS commit: src/sys/dev/acpi

2010-01-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 1 15:55:30 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Don't set sensor state to SWARNOVER here. Doing so based only on the device's active cooling levels prevents the user from overriding these

Re: CVS commit: src/games/canfield/cfscores

2010-01-01 Thread David Holland
On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote: if (argc 2) { - printf(Usage: cfscores -a | cfscores [user]\n); - exit(1); + errx(1, Usage: cfscores -a | cfscores [user]); imo, lower case usage would be more consistent with other

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

Re: CVS commit: src/games/canfield/cfscores

2010-01-01 Thread Marc Balmer
Am 01.01.2010 um 18:35 schrieb David Holland: On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote: if (argc 2) { - printf(Usage: cfscores -a | cfscores [user]\n); - exit(1); + errx(1, Usage: cfscores -a | cfscores [user]); imo, lower case usage

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/usr.sbin/syslogd

2010-01-01 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Jan 1 21:26:18 UTC 2010 Modified Files: src/usr.sbin/syslogd: syslog.conf.5 Log Message: fold long lines. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/syslogd/syslog.conf.5 Please note that

CVS commit: src/usr.sbin/syslogd

2010-01-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 1 21:44:08 UTC 2010 Modified Files: src/usr.sbin/syslogd: syslog.conf.5 Log Message: Fix previous: Dd argument and lost Em markup. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/bin/sh

2010-01-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 1 21:46:31 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: Bump date for cd -P support. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/bin/sh/sh.1 Please note that diffs are not public domain;

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

Re: CVS commit: src/games/canfield/cfscores

2010-01-01 Thread Christos Zoulas
In article 20100101173538.ga17...@netbsd.org, David Holland dholland-sourcechan...@netbsd.org wrote: On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote: if (argc 2) { - printf(Usage: cfscores -a | cfscores [user]\n); - exit(1); + errx(1, Usage:

CVS commit: src/sys/dev/pcmcia

2010-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 2 01:43:12 UTC 2010 Modified Files: src/sys/dev/pcmcia: if_ne_pcmcia.c Log Message: convert to pmf To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/pcmcia/if_ne_pcmcia.c Please note that

CVS commit: src/sys/dev/sbus

2010-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 2 01:43:42 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c Log Message: convert to pmf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sbus/dbri.c Please note that diffs are not public

CVS commit: src/sys/dev/isa

2010-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 2 02:37:09 UTC 2010 Modified Files: src/sys/dev/isa: ym.c Log Message: make rhis compile. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/isa/ym.c Please note that diffs are not public

CVS commit: [netbsd-5-0] src/usr.sbin/makefs/cd9660

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:26:11 UTC 2010 Modified Files: src/usr.sbin/makefs/cd9660 [netbsd-5-0]: iso9660_rrip.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1198): usr.sbin/makefs/cd9660/iso9660_rrip.c:

CVS commit: [netbsd-5-0] src/usr.sbin/makefs/cd9660

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:27:27 UTC 2010 Modified Files: src/usr.sbin/makefs/cd9660 [netbsd-5-0]: iso9660_rrip.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1198): usr.sbin/makefs/cd9660/iso9660_rrip.c:

CVS commit: [netbsd-5-0] src/usr.sbin/makefs/cd9660

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:28:27 UTC 2010 Modified Files: src/usr.sbin/makefs/cd9660 [netbsd-5-0]: iso9660_rrip.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1198): usr.sbin/makefs/cd9660/iso9660_rrip.c:

CVS commit: [netbsd-5-0] src/usr.sbin/makefs

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:34:15 UTC 2010 Modified Files: src/usr.sbin/makefs [netbsd-5-0]: cd9660.c cd9660.h src/usr.sbin/makefs/cd9660 [netbsd-5-0]: cd9660_write.c iso9660_rrip.c iso9660_rrip.h Log Message: Pull up

CVS commit: src/distrib/miniroot

2010-01-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 2 06:37:28 UTC 2010 Modified Files: src/distrib/miniroot: list Log Message: Remove -ledit and -lmagic from LIBS. No program requires -ledit in crunched SMALLPROG case, and miniroot doesn't have /usr/bin/file which

CVS commit: src/distrib/amiga/miniroot

2010-01-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 2 06:39:01 UTC 2010 Modified Files: src/distrib/amiga/miniroot: list Log Message: Remove LIBS -lz which is already in distrib/miniroot/list. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: [netbsd-5-0] src/doc

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:40:03 UTC 2010 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Ticket 1198. To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-5.0.2 Please note that diffs are not

CVS commit: [netbsd-5] src/usr.sbin/makefs/cd9660

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:41:03 UTC 2010 Modified Files: src/usr.sbin/makefs/cd9660 [netbsd-5]: iso9660_rrip.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1198): usr.sbin/makefs/cd9660/iso9660_rrip.c:

CVS commit: [netbsd-5] src/usr.sbin/makefs/cd9660

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:41:48 UTC 2010 Modified Files: src/usr.sbin/makefs/cd9660 [netbsd-5]: iso9660_rrip.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1198): usr.sbin/makefs/cd9660/iso9660_rrip.c:

CVS commit: src/distrib

2010-01-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 2 06:46:09 UTC 2010 Modified Files: src/distrib/hp300/miniroot: list src/distrib/mac68k/miniroot: list src/distrib/mvme68k/miniroot: list src/distrib/pmax/miniroot: list

CVS commit: [netbsd-5] src/doc

2010-01-01 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jan 2 06:47:51 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1198. To generate a diff of this commit: cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: src/sys/arch/arm/arm32

2010-01-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Jan 2 07:53:29 UTC 2010 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Remove a shadowed and unused local declaration so that this builds again. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211