CVS commit: [netbsd-6] src

2014-02-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 3 11:54:02 UTC 2014 Modified Files: src/lib/libc/gen [netbsd-6]: posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawn_fileactions.c src/sys/compat/n

CVS commit: [netbsd-6] src/doc

2014-02-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 3 11:55:03 UTC 2014 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1023 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-6.2 Please note that diffs are not p

CVS commit: [netbsd-6-0] src/doc

2014-02-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 3 11:56:46 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.5 Log Message: Ticket #1023 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.0.5 Please note that diffs are n

CVS commit: [netbsd-6-0] src

2014-02-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 3 11:56:20 UTC 2014 Modified Files: src/lib/libc/gen [netbsd-6-0]: posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawn_fileactions.c src/sys/compat

CVS commit: [netbsd-6-1] src

2014-02-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 3 11:57:24 UTC 2014 Modified Files: src/lib/libc/gen [netbsd-6-1]: posix_spawn.3 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_init.3 posix_spawn_fileactions.c src/sys/compat

CVS commit: [netbsd-6-1] src/doc

2014-02-03 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 3 11:57:56 UTC 2014 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.4 Log Message: Ticket #1023 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.1.4 Please note that diffs are n

CVS commit: src/sys

2014-02-03 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Feb 3 13:20:21 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/uvm: uvm_swap.c uvm_swap.h Log Message: Properly translate struct swapent for COMPAT_NETBSD32 To generate a diff of this commi

CVS commit: src/lib/libm/compiler_rt

2014-02-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 3 13:30:10 UTC 2014 Modified Files: src/lib/libm/compiler_rt: Makefile.inc Log Message: For ancient GCC, disable the missing prototype warning completely. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/l

CVS commit: src/external/gpl3/gdb/dist/gdb

2014-02-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 3 14:15:07 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: Try improving a comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/inf-ptrace.c

CVS commit: src/lib/libpthread

2014-02-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 3 15:51:01 UTC 2014 Modified Files: src/lib/libpthread: pthread_mutex.c Log Message: pthread__mutex_lock_slow: fix the handling of a potential race with the non-interlocked CAS in the fast unlock path -- it is unsafe to te

CVS commit: src/sys/compat/netbsd32

2014-02-03 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Feb 3 17:03:16 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: Properly translate struct swapent for COMPAT_NETBSD32 (missing commit) To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 s

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

2014-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 3 19:18:59 UTC 2014 Modified Files: src/sys/arch/mips/mips: bus_dma.c Log Message: Provide a simple version of _bus_dmamap_load_raw. If each segments can be mapped by XKPHYS/KSEGn, then the load will succeed. If it would

CVS commit: src/usr.bin/cut

2014-02-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 3 20:22:19 UTC 2014 Modified Files: src/usr.bin/cut: cut.c Log Message: >From Igor Sobrado in private email (based on his OpenBSD commit): improve POSIX compliance by continuing to process the remaining file operand

CVS commit: src/lib/libm

2014-02-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 3 21:22:21 UTC 2014 Modified Files: src/lib/libm/arch/vax: n_scalbn.S n_support.S src/lib/libm/noieee_src: n_fmax.c Log Message: Provide scalbnl, scalbnf, logbl, logbf, fmaxl for vax. To generate a diff of this

CVS commit: src/sys/arch/i386/isa

2014-02-03 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Feb 3 23:00:32 UTC 2014 Modified Files: src/sys/arch/i386/isa: npx.c Log Message: Since we always run with CR0.NE set (internal fpu using vector 0x10) npxintr() is only generated when a process executes an FP instruction and the

CVS commit: src/sys

2014-02-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Feb 3 23:11:41 UTC 2014 Modified Files: src/sys/modules/crypto: Makefile src/sys/opencrypto: cryptodev.c src/sys/rump/dev/lib/libopencrypto: Makefile Removed Files: src/sys/modules/crypto: crypto.ioco

CVS commit: src/doc

2014-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 4 00:52:47 UTC 2014 Modified Files: src/doc: CHANGES Log Message: consistency fixes. To generate a diff of this commit: cvs rdiff -u -r1.1884 -r1.1885 src/doc/CHANGES Please note that diffs are not public domain; the

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

2014-02-03 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue Feb 4 01:46:39 UTC 2014 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: ssh2pgp.c Log Message: When building up a PGP public key from an ssh key, do not use the key file's mtime as the birthtime of the signature - r