CVS commit: src/sys/arch/powerpc/powerpc

2014-01-17 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jan 17 09:09:40 UTC 2014 Modified Files: src/sys/arch/powerpc/powerpc: openfirm.c Log Message: convert a failure to call OF for a reboot call into a panic() instead of a hard hang. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/kern

2014-01-17 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jan 17 10:52:36 UTC 2014 Modified Files: src/sys/kern: vnode_if.src Log Message: Change vnode operations create, mknod, mkdir and symlink to keep the directory node dvp locked on return. Discussed on tech-kern@ To generate

CVS commit: src

2014-01-17 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jan 17 10:55:03 UTC 2014 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_replay.c zfs_vnops.c src/lib/libp2k: p2k.c src/share/man/man9: vnodeops.9 src/sys/coda: coda_vnop

CVS commit: src/lib/libc/net

2014-01-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 17 12:39:47 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: fix memory allocation, and an off-by-one To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/net/gethnamaddr.c P

CVS commit: src/lib/libc/compiler_rt

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 14:03:31 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Explicitly enumerate platforms that have unwind support to make piecewise migration easier. To generate a diff of this commit: cvs r

CVS commit: src/lib/libc/compiler_rt

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 14:08:59 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides the same set of symbols. To generate a diff of this commit: c

CVS commit: src/lib/libc/compiler_rt

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 14:06:36 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: __floatunsidf and __floatunsisf are provided by softfloat, but __fixdfdi and __fixdfsi are not. So move them into the corresponding ch

CVS commit: src/lib/libc/compiler_rt

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 14:07:33 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Comment out softfloat code until it is decided what to use long term. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 sr

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 14:14:54 UTC 2014 Modified Files: src/tests/crypto/opencrypto: t_opencrypto.sh Log Message: Disable the arc4 and null_cbc tests for now. The swcrypto driver does not (yet) support them. To generate a diff of this c

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 14:16:08 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_aesctr1.c h_aesctr2.c h_arc4.c h_camellia.c h_cbcdes.c h_gcm.c h_md5.c h_md5hmac.c h_null.c Log Message: Clean up the helper programs. Remo

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

2014-01-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 17 14:57:04 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: don't use temp buffer from the stack, fix the constants To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/r

CVS commit: src/external/historical/nawk/bin

2014-01-17 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 17 16:31:45 UTC 2014 Modified Files: src/external/historical/nawk/bin: Makefile Log Message: Fix build with clang To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/historical/nawk/bin/Makefile Pleas

CVS commit: [netbsd-5-1] src

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 16:44:06 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-5-1]: main src/doc [netbsd-5-1]: CHANGES-5.1.4 LAST_MINUTE src/sys/sys [netbsd-5-1]: param.h Log Message: distrib/notes/common/main

CVS commit: [netbsd-5-2] src

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 17:00:04 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-5-2]: main src/doc [netbsd-5-2]: CHANGES-5.2.2 LAST_MINUTE src/gnu/usr.bin/groff/tmac [netbsd-5-2]: mdoc.local src/sys/sys [netbs

CVS commit: src/external/bsd/ntp/dist/ntpd

2014-01-17 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 17 17:25:47 UTC 2014 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_io.c Log Message: Do not try to bind to un-useable IPv6 addresses. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/bsd/ntp/

CVS commit: [netbsd-6-0] src

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 18:02:51 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-6-0]: main src/doc [netbsd-6-0]: CHANGES-6.0.4 LAST_MINUTE src/sys/sys [netbsd-6-0]: param.h Log Message: distrib/notes/common/main

CVS commit: [netbsd-6-1] src

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 18:11:37 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-6-1]: main src/doc [netbsd-6-1]: CHANGES-6.1.3 LAST_MINUTE README.files src/sys/sys [netbsd-6-1]: param.h Log Message: distrib/notes/com

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

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 18:14:14 UTC 2014 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.4 README.files Log Message: distrib/notes/common/main patch doc/LAST_MINUTE patch doc/README.file

CVS commit: [netbsd-5-2] src/doc

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 18:17:05 UTC 2014 Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.2 README.files Log Message: distrib/notes/common/main patched by hand doc/LAST_MINUTE patched by

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

2014-01-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Jan 17 18:19:15 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.4 README.files Log Message: distrib/notes/common/main patched by hand doc/LAST_MINUTE patched by

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2014-01-17 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jan 17 18:36:25 UTC 2014 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Specify correct run directory. Fixes PR bin/48529 thanks to martin@ To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.

CVS commit: src/usr.sbin/postinstall

2014-01-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 17 19:06:57 UTC 2014 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Add a check to remove the temporarily (eroneously) created /@RUNDIR@ (PR bin/48529) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 19:35:33 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_null.c t_opencrypto.sh Log Message: Reenable h_null (NULL_CBC) test. It works if we correctly pass a NULL iv. To generate a diff of this commit: cvs

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 19:39:51 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_camellia.c Log Message: Use RFC 3713 vector, add comment to identify the source To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/

CVS commit: src/external/bsd/file

2014-01-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 17 20:24:20 UTC 2014 Modified Files: src/external/bsd/file: Makefile.inc Log Message: Make a gcc 4.8 warning non-fatal (couldn't find a way to avoid it, the data is initialized via memcpy to a void pointer, so the "may be

CVS commit: src/lib/libc/arch/arm

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 22:19:46 UTC 2014 Modified Files: src/lib/libc/arch/arm: Makefile.inc src/lib/libc/arch/arm/gen: Makefile.inc Added Files: src/lib/libc/arch/arm/hardfloat: fabs_ieee754.S Removed Files: src/lib/lib

CVS commit: src/lib/libc/arch/arm/gen

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 22:20:04 UTC 2014 Removed Files: src/lib/libc/arch/arm/gen: fabs.c Log Message: GC To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/lib/libc/arch/arm/gen/fabs.c Please note that diffs are not public domai

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 22:31:25 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_md5hmac.c Log Message: Add additional test cases from RFC2202 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/crypto/opencrypto/

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 22:33:02 UTC 2014 Modified Files: src/tests/crypto/opencrypto: Makefile Added Files: src/tests/crypto/opencrypto: h_sha1hmac.c Log Message: Additional tests for SHA1_HMAC (with test cases from RFC2202) To ge

CVS commit: src/distrib/sets/lists

2014-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 17 22:34:36 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Update sets lists for new h_sha1hmac test program. To generate a diff of this commit: cvs rdif

CVS commit: src

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 18 01:08:56 UTC 2014 Modified Files: src/lib/libc: Makefile src/lib/libc/compiler_rt: Makefile.inc src/share/mk: bsd.own.mk Log Message: Use a separate variable for the use of GCC's unwind code. To generat

CVS commit: src/tests/crypto/opencrypto

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 18 02:31:14 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_md5hmac.c h_sha1hmac.c Log Message: Needs some unconst. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/opencrypto/h_md5hmac

CVS commit: src/lib/libc/compiler_rt

2014-01-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 18 03:28:28 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: __fixsfdi is required, __fixdfsi already in softfloat. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/co