Re: CVS commit: src/usr.bin/touch

2011-09-07 Thread David Holland
On Tue, Sep 06, 2011 at 11:59:50PM +0400, Valeriy E. Ushakov wrote: Please commit changes like the following together instead of spamming the source-changes list. I don't think that spamming source-changes is a very high priority consideration. OTOH, I know that per-directory commits

Re: CVS commit: src/etc/mtree

2011-09-07 Thread David Holland
On Tue, Sep 06, 2011 at 02:53:58PM +0400, Valeriy E. Ushakov wrote: Are you saying you are going to add a special case for each foo.o file each time an accidental non-objdir build left foo.o in src? (and no, that's not a rhetoric question). The fundamental problem is that the make library

Re: CVS commit: src/share/man/man4

2011-09-07 Thread David Holland
On Tue, Aug 30, 2011 at 07:44:17PM +0300, Jukka Ruohonen wrote: And why should GENERIC *not* support hardware that is available, works, and is of use to someone? If GENERIC is to support only the idea of what an OS should look for some developers, why do we ship GENERIC at all and not

Re: CVS commit: src/share/man/man4

2011-09-07 Thread Jukka Ruohonen
On Wed, Sep 07, 2011 at 09:24:22AM +, David Holland wrote: The purpose of GENERIC is (and has been since before Linux was invented) to include all drivers and features that can reasonably be expected to work. Drivers and other code that are commented out in GENERIC (or not present at all)

Re: CVS commit: src/share/man/man4

2011-09-07 Thread Joerg Sonnenberger
On Wed, Sep 07, 2011 at 01:05:18PM +0300, Jukka Ruohonen wrote: The fact that Linux has always done this wrong is not a reason to go chasing after them and reinventing their mistakes. As usual, you managed to marvellously miss the point. The reason Linux does this (right) is the amount of

Re: CVS commit: src/etc/mtree

2011-09-07 Thread David Laight
On Wed, Sep 07, 2011 at 08:13:20AM +, David Holland wrote: The fundamental problem is that the make library finds files by implicit path searches (of various kinds) which is inherently wobbly no matter how many bandaids are applied. Especially in large items like libc andthe kernel...

CVS commit: src/sys/dev/gpio

2011-09-07 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Sep 7 07:43:05 UTC 2011 Modified Files: src/sys/dev/gpio: gpioow.c Log Message: Newline is \n, not /n. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/gpio/gpioow.c Please note that diffs are

CVS commit: src/sys/dev/raidframe

2011-09-07 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Sep 7 07:46:45 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_engine.c Log Message: Newline is \n, not /n. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/raidframe/rf_engine.c Please note

CVS commit: src/sys/dev/acpi

2011-09-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Sep 7 08:43:20 UTC 2011 Modified Files: src/sys/dev/acpi: hpacel_acpi.c Log Message: hpacel_reg_info() wants a device_t and not an ACPI_HANDLE. Fixes NULL pointer dereference in hpacel_reg_info(). To generate a diff of

CVS commit: src/share/man/man4

2011-09-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Sep 7 08:54:42 UTC 2011 Modified Files: src/share/man/man4: hpacel.4 Log Message: Remove duplicate word. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/hpacel.4 Please note that diffs are

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 10:00:19 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Print the byte codes that failed State actions to implement. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 10:10:10 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: Move all i386 specific stuff in a #ifdef __i386__ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 10:19:40 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Better not copy this trapframe To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/pci/hdaudio

2011-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 7 12:33:06 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: Read/modify/write the digital converter control 1 register when setting up digital playback instead of clobbering existing state. To

CVS commit: src/sys/dev/pci/hdaudio

2011-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 7 13:07:22 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: build fix for previous To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/hdaudio/hdafg.c Please note that

CVS commit: src/sys/arch/evbmips/loongson/dev

2011-09-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 7 13:37:49 UTC 2011 Modified Files: src/sys/arch/evbmips/loongson/dev: stvii.c Log Message: report power button events to sysmon To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 14:03:49 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Add skeleton for possible system call implementation To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/distrib/sets/lists

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 7 17:54:11 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64

CVS commit: src/doc

2011-09-07 Thread Christos Zoulas
$ # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -,3 +,4 @@ McNeill. [mrg 20110827] libc: Apply tzcode2011i [christos 20110904] zoneinfo: Import tzdata2011i. [christos 20110904] + openssh: Import 5.9. [christos 20110907]

CVS commit: src/usr.bin/tr

2011-09-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 7 18:21:41 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: Remove newly-introduced const qualifier from static CLASS classes[], as CLASS-set gets changed in genclass(). Fixes a segfault doing: tr '[:lower:]'

CVS commit: src/sys/dev/pckbport

2011-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 7 19:05:13 UTC 2011 Modified Files: src/sys/dev/pckbport: files.pckbport pms.c pmsvar.h Log Message: options PMS_DISABLE_POWERHOOK has been obsolete for a while now, remove what little still remains of it. To

CVS commit: src/distrib/sets/lists

2011-09-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 7 20:26:15 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.amd64 mi src/distrib/sets/lists/xserver: md.amd64 Log Message: Fix up amd64 set lists for MKDEBUGLIB=yes build. There are still issues for other

CVS commit: src/sys/dev/pci/hdaudio

2011-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 7 20:34:59 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: Enable non-PCM passthru for digital converters, and treat the AC3 supported flag to mean that the codec supports AC3 decoding for analog

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 7 21:32:07 UTC 2011 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: catch up with vmem_alloc signature change. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \

CVS commit: src/usr.bin/tr

2011-09-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Sep 7 22:59:19 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: Add comment to explain the const issue to avoid future trouble. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/tr/str.c

CVS commit: src/usr.bin/tr

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 8 01:18:06 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: It is pointless to assign to the CLASS.set member and never use it again. Perhaps the author meant to check if it is already set and not allocated

CVS commit: src/usr.bin/tr

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 8 01:18:44 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: a little more KNF, plus add \e (from the previous commit) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tr/str.c

CVS commit: src/usr.bin/tr

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 8 01:19:52 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: don't forget to 0 init the rest of the array since now we removed the memset To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: othersrc/external/bsd/axtls/dist

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:26:09 UTC 2011 Update of /cvsroot/othersrc/external/bsd/axtls/dist In directory ivanova.netbsd.org:/tmp/cvs-serv14566 Log Message: Initial import of axTLS version 1.4.3 into othersrc. The axTLS embedded SSL project is a

CVS commit: othersrc/external/bsd/axtls

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:30:35 UTC 2011 Added Files: othersrc/external/bsd/axtls: Makefile othersrc/external/bsd/axtls/bin: Makefile othersrc/external/bsd/axtls/bin/axhttpd: Makefile

CVS commit: othersrc/external/bsd/axtls/dist/docsrc

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:37:47 UTC 2011 Added Files: othersrc/external/bsd/axtls/dist/docsrc: libaxtls.3 Log Message: add a very rudimentary manual page for the axtls library - the web-based documentation of the C API is much better than

CVS commit: src/sys/dev/gpio

2011-09-07 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Sep 7 07:43:05 UTC 2011 Modified Files: src/sys/dev/gpio: gpioow.c Log Message: Newline is \n, not /n. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/gpio/gpioow.c Please note that diffs are

CVS commit: src/sys/dev/acpi

2011-09-07 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Sep 7 08:43:20 UTC 2011 Modified Files: src/sys/dev/acpi: hpacel_acpi.c Log Message: hpacel_reg_info() wants a device_t and not an ACPI_HANDLE. Fixes NULL pointer dereference in hpacel_reg_info(). To generate a diff of

CVS commit: src/share/man/man4

2011-09-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Sep 7 08:54:42 UTC 2011 Modified Files: src/share/man/man4: hpacel.4 Log Message: Remove duplicate word. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/hpacel.4 Please note that diffs are

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

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 09:24:55 UTC 2011 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: Fix the illegal instruction return address. It was using the value of the cpu's %cr2 register but thats not valid: CR2 Contains a value

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 10:00:19 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Print the byte codes that failed State actions to implement. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 10:10:10 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: Move all i386 specific stuff in a #ifdef __i386__ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 10:19:40 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Better not copy this trapframe To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/pci/hdaudio

2011-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 7 12:33:06 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: Read/modify/write the digital converter control 1 register when setting up digital playback instead of clobbering existing state. To

CVS commit: src/sys/dev/pci/hdaudio

2011-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 7 13:07:22 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: build fix for previous To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/hdaudio/hdafg.c Please note that

CVS commit: src/sys/arch/evbmips/loongson/dev

2011-09-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 7 13:37:49 UTC 2011 Modified Files: src/sys/arch/evbmips/loongson/dev: stvii.c Log Message: report power button events to sysmon To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/usermode/usermode

2011-09-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 7 14:03:49 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Add skeleton for possible system call implementation To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/crypto/external/bsd/openssh

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 7 17:49:19 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/external/bsd/openssh/dist: PROTOCOL.mux addrmatch.c auth-rsa.c auth.c auth.h auth2-gss.c

CVS commit: src/distrib/sets/lists

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 7 17:54:11 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64

CVS commit: src/doc

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 7 17:55:12 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention new openssh. To generate a diff of this commit: cvs rdiff -u -r1.864 -r1.865 src/doc/3RDPARTY cvs rdiff -u -r1.1599 -r1.1600

CVS commit: src/usr.bin/tr

2011-09-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 7 18:21:41 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: Remove newly-introduced const qualifier from static CLASS classes[], as CLASS-set gets changed in genclass(). Fixes a segfault doing: tr '[:lower:]'

CVS commit: src/sys/dev/pckbport

2011-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 7 19:05:13 UTC 2011 Modified Files: src/sys/dev/pckbport: files.pckbport pms.c pmsvar.h Log Message: options PMS_DISABLE_POWERHOOK has been obsolete for a while now, remove what little still remains of it. To

CVS commit: src/distrib/sets/lists

2011-09-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 7 20:26:15 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.amd64 mi src/distrib/sets/lists/xserver: md.amd64 Log Message: Fix up amd64 set lists for MKDEBUGLIB=yes build. There are still issues for other

CVS commit: src/sys/dev/pci/hdaudio

2011-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 7 20:34:59 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: Enable non-PCM passthru for digital converters, and treat the AC3 supported flag to mean that the codec supports AC3 decoding for analog

CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 7 21:32:07 UTC 2011 Modified Files: src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c Log Message: catch up with vmem_alloc signature change. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \

CVS commit: src/usr.bin/tr

2011-09-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Sep 7 22:59:19 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: Add comment to explain the const issue to avoid future trouble. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/tr/str.c

CVS commit: src/usr.bin/tr

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 8 01:18:06 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: It is pointless to assign to the CLASS.set member and never use it again. Perhaps the author meant to check if it is already set and not allocated

CVS commit: src/usr.bin/tr

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 8 01:18:44 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: a little more KNF, plus add \e (from the previous commit) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tr/str.c

CVS commit: src/usr.bin/tr

2011-09-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 8 01:19:52 UTC 2011 Modified Files: src/usr.bin/tr: str.c Log Message: don't forget to 0 init the rest of the array since now we removed the memset To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: othersrc/external/bsd/axtls/dist

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:26:09 UTC 2011 Update of /cvsroot/othersrc/external/bsd/axtls/dist In directory ivanova.netbsd.org:/tmp/cvs-serv14566 Log Message: Initial import of axTLS version 1.4.3 into othersrc. The axTLS embedded SSL project is a

CVS commit: othersrc/external/bsd/axtls

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:30:35 UTC 2011 Added Files: othersrc/external/bsd/axtls: Makefile othersrc/external/bsd/axtls/bin: Makefile othersrc/external/bsd/axtls/bin/axhttpd: Makefile

CVS commit: othersrc/external/bsd/axtls

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:36:51 UTC 2011 Modified Files: othersrc/external/bsd/axtls: Makefile othersrc/external/bsd/axtls/bin: Makefile othersrc/external/bsd/axtls/bin/axhttpd: Makefile

CVS commit: othersrc/external/bsd/axtls/dist/docsrc

2011-09-07 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Sep 8 04:37:47 UTC 2011 Added Files: othersrc/external/bsd/axtls/dist/docsrc: libaxtls.3 Log Message: add a very rudimentary manual page for the axtls library - the web-based documentation of the C API is much better than