CVS commit: src/doc

2011-12-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Dec 20 11:18:36 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: note new OpenPAM release To generate a diff of this commit: cvs rdiff -u -r1.891 -r1.892 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/dev

2011-12-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Dec 20 12:45:00 UTC 2011 Modified Files: src/sys/dev: rndpseudo.c Log Message: #include opt_compat_netbsd.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/rndpseudo.c Please note that diffs are not

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

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 13:17:05 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: process_machdep.c Log Message: from http://www.freshbsd.org/commit/openbsd/ae7f934ae5bdf57dcf3431ba55fd1da93b8f1963 Initialize abridged tag word properly.

CVS commit: src/sys/dev

2011-12-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Dec 20 13:42:19 UTC 2011 Modified Files: src/sys/dev: rndpseudo.c Log Message: Revert previous; the #include was already present, and I got confused by a merge error. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [yamt-pagecache] src/sys

2011-12-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Dec 20 13:46:17 UTC 2011 Modified Files: src/sys/miscfs/genfs [yamt-pagecache]: genfs_io.c src/sys/uvm [yamt-pagecache]: uvm_extern.h uvm_vnode.c Log Message: don't inline uvn_findpages in genfs_io. To generate a diff

CVS commit: src/sys/uvm

2011-12-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Dec 20 13:47:38 UTC 2011 Modified Files: src/sys/uvm: uvm_map.c Log Message: comment and assertion To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/sys/uvm/uvm_map.c Please note that diffs are not public

CVS commit: src

2011-12-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 20 15:39:36 UTC 2011 Modified Files: src/lib/libc/sys: mmap.2 src/sys/sys: mman.h proc.h src/sys/uvm: uvm_extern.h uvm_map.c uvm_mmap.c Log Message: Add a MAP_NOSYSCALLS flag to mmap. This flag prohibits

CVS commit: src/sys/uvm

2011-12-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 20 15:41:01 UTC 2011 Modified Files: src/sys/uvm: uvm_map.h Log Message: Ooops forgot the uvm_map.h To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/uvm/uvm_map.h Please note that diffs are not

CVS commit: src/sys/arch/x86/x86

2011-12-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 20 15:41:50 UTC 2011 Modified Files: src/sys/arch/x86/x86: syscall.c Log Message: Part 2 - x86 implementation of MAP_NOSYSCALLS Currently the MAP_NOSYSCALLS is only implemented for x86 but other architectures are easy

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

2011-12-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 20 15:43:52 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: Add int $80 and sysenter opcodes to the x86 SIGILL opcode detector To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/sys/arch/usermode

2011-12-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 20 15:45:37 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: pmap.c syscall.c thunk.c Log Message: Use to the MAP_NOSYSCALLS argument to mmap() to allow for

CVS commit: src/sys/compat/sys

2011-12-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Dec 20 16:38:06 UTC 2011 Modified Files: src/sys/compat/sys: rnd.h Log Message: allow kernels w/o COMPAT_50 to build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/rnd.h Please note that

CVS commit: src/lib/libc/sys

2011-12-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Dec 20 16:43:14 UTC 2011 Modified Files: src/lib/libc/sys: mmap.2 Log Message: New sentence, new line. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/sys/mmap.2 Please note

CVS commit: src/sys/kern

2011-12-20 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Dec 20 16:49:37 UTC 2011 Modified Files: src/sys/kern: vfs_vnode.c Log Message: Move the diagnostic check for a missing VOP_CLOSE() to the top of vrelel(). As long as we hold the vnode interlock there is no chance for this

CVS commit: src/sys/rump/dev/lib/librnd

2011-12-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Dec 20 17:09:04 UTC 2011 Modified Files: src/sys/rump/dev/lib/librnd: Makefile Log Message: Put the path to the compat/common directory in a .PATH line, not in an element of the SRCS list. This should fix a problem in which

CVS commit: src/sys/uvm

2011-12-20 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 20 19:49:36 UTC 2011 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: If we need to set the PK_CHKNOSYSCALL flag in struct proc be so nice to first take the mutex. Tnx for pointing it out to me. To generate a diff

CVS commit: src/sys/arch/usermode

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 21:01:39 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode files.usermode majors.usermode std.usermode src/sys/arch/usermode/usermode: machdep.c pmap.c Added Files:

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

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 21:07:56 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: thunk.c Log Message: thunk_pollchar: use read instead of getchar To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/sys/arch/usermode

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 21:26:37 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: machdep.c thunk.c Log Message: set machine_arch to that of the host To generate a diff of this

CVS commit: src/sys/dev/pci

2011-12-20 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Dec 20 21:27:29 UTC 2011 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Mark all of the Rx descriptor fields 'volatile' so that the compiler will not re-order accesses. Some versions of GCC (such as one in NetBSD

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

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 21:35:16 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ttycons.c Log Message: check return value of write, make sure we send the whole buffer to stdout To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/arch/usermode

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 20 22:48:59 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: machdep.c thunk.c Log Message: on second thought, set machine and machine_arch both from the host and

CVS commit: src/sys

2011-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 20 23:56:29 UTC 2011 Modified Files: src/sys/compat/linux/common: linux_socket.c src/sys/dev: kttcp.c src/sys/kern: sys_socket.c uipc_socket.c uipc_socket2.c uipc_syscalls.c src/sys/miscfs/fifofs:

CVS commit: src/tests/fs

2011-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 21 00:17:07 UTC 2011 Modified Files: src/tests/fs: Makefile Added Files: src/tests/fs/fifofs: Makefile t_fifo.c Log Message: Add a test for the latest fifofs fix. To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/sets/lists/tests

2011-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 21 00:23:31 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add a fifofs test. To generate a diff of this commit: cvs rdiff -u -r1.427 -r1.428 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/tests/fs/fifofs

2011-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 21 01:56:17 UTC 2011 Modified Files: src/tests/fs/fifofs: Makefile Log Message: correct install dir To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/fifofs/Makefile Please note that diffs are

CVS commit: src/distrib/sets/lists/tests

2011-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 21 01:57:56 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: add the directories To generate a diff of this commit: cvs rdiff -u -r1.428 -r1.429 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/etc/mtree

2011-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 21 01:58:46 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: add fifofs To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/etc/mtree/NetBSD.dist.tests Please note that diffs are

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

2011-12-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 21 02:16:57 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio: hdafg.c Log Message: relax the test for analog devices analog pcbeep widgets To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/distrib/sets/lists/tests

2011-12-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Dec 21 07:36:03 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Include the fifofs Atffile To generate a diff of this commit: cvs rdiff -u -r1.429 -r1.430 src/distrib/sets/lists/tests/mi Please