CVS commit: src/sys/arch/mips/mips

2014-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 5 05:55:21 UTC 2014 Modified Files: src/sys/arch/mips/mips: pmap_segtab.c Log Message: In the MULTIPROCESSOR case where another thread wins the race to allocate a new segtab page call mips_pmap_unmap_poolpage on the page o

CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2014-05-04 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Mon May 5 00:20:45 UTC 2014 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: glob.c Log Message: Remove __restrict qualifier. It's not really necessary in this more "portable" code, and a compat replacement isn't provided.

CVS commit: src/sys/dev/usb

2014-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 4 22:18:38 UTC 2014 Modified Files: src/sys/dev/usb: ucom.c Log Message: remove hack for PR/42848 To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/usb/ucom.c Please note that diffs are not

CVS commit: src/sbin/ttyflags

2014-05-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 4 20:43:30 UTC 2014 Modified Files: src/sbin/ttyflags: ttyflags.c Log Message: open the tty with O_RDWR|O_NONBLOCK. it seems valid to ask for write permission when we're setting flags, and ucom(4) has an existing workaround

CVS commit: src/sys/arch/mips/mips

2014-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun May 4 17:06:23 UTC 2014 Modified Files: src/sys/arch/mips/mips: pmap_segtab.c Log Message: Make this compile/work with PARANOIADIAG To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/pmap_segt

CVS commit: src/sys/rump/kern/lib/libsys_linux

2014-05-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun May 4 10:31:10 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_linux: rump_linux_syscall.h rump_linux_syscallargs.h rump_linux_syscalls.c rump_linux_sysent.c Log Message: Regen for pread/pwrite signature. T

CVS commit: src/sys/rump/kern/lib/libsys_linux

2014-05-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun May 4 10:30:39 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_linux: syscalls.master Log Message: Adjust pread/pwrite signature to match reality. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/r

CVS commit: src/sys/compat

2014-05-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun May 4 10:10:40 UTC 2014 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/amd64: linux_syscall.h linux_syscallargs

CVS commit: src/sys/compat

2014-05-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun May 4 10:08:53 UTC 2014 Modified Files: src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/amd64: syscalls.master src/sys/compat/linux/arch/arm: syscalls.master src/sys/compat/lin

CVS commit: src/sys/compat/linux32/arch/amd64

2014-05-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun May 4 10:03:55 UTC 2014 Modified Files: src/sys/compat/linux32/arch/amd64: Makefile Log Message: Remove now unneeded bsd.kinc.mk. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/linux32/arch/amd64/

CVS commit: src/sys/arch/sparc64/sparc64

2014-05-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 4 09:05:39 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: ofw_machdep.c Log Message: The OF_test_method() function takes an instance handle, not a phandle, and returns 0 on success. Pointed out by Mark Cave-Ayland