CVS commit: src/lib/libc/string

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:31:01 UTC 2009 Modified Files: src/lib/libc/string: wmemchr.3 Log Message: Remove duplicate entry. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/wmemchr.3 Please note that diffs

CVS commit: src/lib/libc/string

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:31:08 UTC 2009 Modified Files: src/lib/libc/string: strcpy.3 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/string/strcpy.3 Please note that diffs are not

CVS commit: src/lib/libc/string

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:37:33 UTC 2009 Modified Files: src/lib/libc/string: strcpy.3 Log Message: Improve formatting and punctuation for NUL-terminate. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:40:01 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Bump date for netpgp_sign_file signature change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/crypto/external/bsd/netpgp/dist/src/bin

2009-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 2 09:40:33 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/src/bin: netpgp.1 Log Message: Punctuation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/rump/librump/rumpkern

2009-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 2 14:16:52 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern misc_stub.c Log Message: Do not include securelevel, it includes too many dependencies on vfs in its current form. To generate a diff

CVS commit: src

2009-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 2 15:20:08 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpkern: rump.c Log Message: Since rump_module_load() doesn't actually load the module,

CVS commit: src

2009-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 2 16:02:19 UTC 2009 Modified Files: src/etc/mtree: NetBSD.dist src/tests: Makefile Added Files: src/tests/rump: Atffile Makefile src/tests/rump/rumpkern: Atffile Makefile t_modcmd.c Log Message:

CVS commit: src/usr.bin/xlint/lint1

2009-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 16:10:49 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: cgram.y err.c externs1.h scan.l tree.c Log Message: Add __alignof__. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/regress/usr.bin/xlint/lint1

2009-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 16:12:12 UTC 2009 Added Files: src/regress/usr.bin/xlint/lint1: test25.c Log Message: Add __alignof__ test To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/regress/usr.bin/xlint/lint1/test25.c Please

CVS commit: src/tests/rump/rumpkern

2009-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 2 16:18:13 UTC 2009 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: don't hardcode /usr/lib path To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_modcmd.c Please

CVS commit: src/usr.sbin/paxctl

2009-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 16:19:36 UTC 2009 Modified Files: src/usr.sbin/paxctl: paxctl.c Log Message: easier done with a goto instead of closing in each error. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/xen/xen

2009-05-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat May 2 18:18:44 UTC 2009 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Patch from Brian Marcotte on port-xen@: write a feature-rx-notify to the xenstore, which is used by recent linux dom0 kernels.

CVS commit: src/usr.bin/ktruss

2009-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 18:26:53 UTC 2009 Modified Files: src/usr.bin/ktruss: dump.c Log Message: PR/41338: Michael van Elst: ktruss mixes filename arguments Restore call to dumppendq. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/btpand

2009-05-02 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat May 2 20:13:44 UTC 2009 Modified Files: src/usr.sbin/btpand: bnep.c Log Message: add a noisy debug message for overlong packets (I do get them from my phone) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/ktruss

2009-05-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 2 21:01:01 UTC 2009 Modified Files: src/usr.bin/ktruss: dump.c Log Message: make flushpendq drop only entries for the current thread. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/kern

2009-05-02 Thread Elad Efrat
Module Name:src Committed By: elad Date: Sat May 2 21:47:12 UTC 2009 Modified Files: src/sys/kern: kern_verifiedexec.c Log Message: Fix locking around mountlist usage, as pointed out by ad@ in: http://mail-index.netbsd.org/source-changes-d/2009/04/22/msg000322.html

CVS commit: src/sys/dev/usb

2009-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 2 22:09:39 UTC 2009 Modified Files: src/sys/dev/usb: uhci.c Log Message: If we are unlucky, during detach of child devices, after a uhub has detached, our uhci_poll_hub callout might strike. The detaching of the uhub has