CVS commit: src/sys/kern

2009-09-24 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Sep 24 06:14:22 UTC 2009 Modified Files: src/sys/kern: vfs_cwd.c Log Message: cwdinit: whitespace fix. no functional changes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/kern/vfs_cwd.c Please note

CVS commit: [netbsd-5] src/gnu/usr.bin/binutils/common

2009-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 24 06:28:33 UTC 2009 Modified Files: src/gnu/usr.bin/binutils/common [netbsd-5]: Makefile Log Message: The version from defs.mk is in G_VERSION. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.16.38.1

CVS commit: [netbsd-5] src/gnu/usr.bin/binutils/common

2009-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 24 06:30:12 UTC 2009 Modified Files: src/gnu/usr.bin/binutils/common [netbsd-5]: Makefile Log Message: Revert previous on branch. To generate a diff of this commit: cvs rdiff -u -r1.16.38.1 -r1.16.38.2

CVS commit: src/gnu/usr.bin/binutils/common

2009-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Sep 24 06:31:08 UTC 2009 Modified Files: src/gnu/usr.bin/binutils/common: Makefile Log Message: The version from defs.mk is in G_VERSION. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev

2009-09-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Sep 24 11:13:38 UTC 2009 Modified Files: src/sys/dev: audio.c Log Message: OSS audio allows mixer operations on the dsp device. NetBSD would return EINVAL in these circumstances. This can break audio in apps running under

CVS commit: src/sys/arch/sgimips/hpc

2009-09-24 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Sep 24 14:09:18 UTC 2009 Modified Files: src/sys/arch/sgimips/hpc: haltwo.c haltwovar.h Log Message: Replace shutdownhook_establish(9) (which was added by me) with pmf_device_register1(9). To generate a diff of this

CVS commit: src/etc

2009-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:53:36 UTC 2009 Modified Files: src/etc: MAKEDEV.tmpl Log Message: fix dri/drm confusiog To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/etc/MAKEDEV.tmpl Please note that diffs are not public

CVS commit: src/sys/dev/usb

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 15:36:59 UTC 2009 Modified Files: src/sys/dev/usb: ugen.c Log Message: ugen_get_cdesc() can return NULL. When this happens, return the karmic EINVAL error instead of crashing. To generate a diff of this commit: cvs

CVS commit: src/sys/dev

2009-09-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Sep 24 16:03:11 UTC 2009 Modified Files: src/sys/dev: audio.c Log Message: Revert previous and instead select whether to call mixer_ioctl() or audio_ioctl() based on whether the command smells like a mixer ioctl or not.

CVS commit: src/sbin/swapctl

2009-09-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 24 16:15:20 UTC 2009 Modified Files: src/sbin/swapctl: swapctl.8 swapctl.c Log Message: Make the exit status from swapctl -A and swapctl -U tri-state: 0 for success; 1 for error; and 2 when no devices of the appropriate type

CVS commit: src/etc/rc.d

2009-09-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 24 16:45:48 UTC 2009 Modified Files: src/etc/rc.d: swap1 swap2 Log Message: Adapt /etc/rc.d/swap1 and swap2 scripts to the new meaning of exit status 2 from swapctl(8). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/rfcomm_sppd

2009-09-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Sep 24 18:30:37 UTC 2009 Modified Files: src/usr.bin/rfcomm_sppd: rfcomm_sppd.1 rfcomm_sppd.c Log Message: Add a new feature, allow to specify an alternative PSM value for the RFCOMM protocol to use in client or server mode.

CVS commit: src/sys/netbt

2009-09-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Sep 24 19:35:09 UTC 2009 Modified Files: src/sys/netbt: hci_link.c Log Message: Only accept incoming ACL connections when there is potential L2CAP listener available. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/lib/libc/stdio

2009-09-24 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Sep 24 20:38:53 UTC 2009 Modified Files: src/lib/libc/stdio: fgetln.c fgetstr.c fgetwln.c getdelim.c local.h Log Message: __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. getdelim works on strings up to

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

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 21:00:09 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: remove a no longer necessary hack To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/rump/librump/rumpkern/emul.c

CVS commit: src/distrib

2009-09-24 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 24 21:04:46 UTC 2009 Modified Files: src/distrib/acorn26/instkernel: Makefile src/distrib/acorn32/ramdisk: Makefile src/distrib/evbppc/ramdisk: Makefile src/distrib/hp300/ramdisk: Makefile

CVS commit: src

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 21:21:34 UTC 2009 Modified Files: src/include: dlfcn.h src/lib/libc/dlfcn: dlfcn_elf.c src/libexec/ld.elf_so: reloc.c rtld.c rtld.h symbol.c Log Message: Add Solarisa-like dlinfo() interface to the ELF

CVS commit: src/sys/rump

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 21:30:42 UTC 2009 Modified Files: src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: rump.c src/sys/rump/librump/rumpuser: Makefile Added Files: src/sys/rump/librump/rumpuser:

CVS commit: src

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 21:33:45 UTC 2009 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.base src/tests: Makefile Added Files: src/tests/libexec: Atffile Makefile

CVS commit: src

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 21:36:43 UTC 2009 Modified Files: src/distrib/sets/lists/tests: mi src/tests/rump/rumpkern: Atffile Makefile Added Files: src/tests/rump/rumpkern: t_modlinkset.c Log Message: Add regression test to

CVS commit: src/sys/dev/usb

2009-09-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 24 22:33:05 UTC 2009 Modified Files: src/sys/dev/usb: ugen.c Log Message: Add a simple kvm integer toggle to control ugen priority and override the autoconf flags value. This helps to change the priority at runtime.