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 not

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 th

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 this

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 no

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 cal

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

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 src/sys/arch/us

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 src/sys/arch/usermode/usermode/trap.c

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 ge

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 di

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 src/sys/arch/evbmips/loongso

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 src/sys/arch/us

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 auth2-pubkey.

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 md.sparc64

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 src/doc/C

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 generate

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 ar

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 analo

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 P

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 i

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 Plea

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

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 h

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 othersrc/external/bsd/axtls/bin/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:36:51 UTC 2011 Modified Files: othersrc/external/bsd/axtls: Makefile othersrc/external/bsd/axtls/bin: Makefile othersrc/external/bsd/axtls/bin/axhttpd: Makefile othersrc/external/bsd/axtls/bi

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 t