CVS commit: src/sys/dev/raidframe
Module Name:src Committed By: mrg Date: Thu May 5 07:12:58 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_driver.c rf_raid.h rf_states.c Log Message: convert access_suspend_mutex to a kmutex/cv. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sys/dev/raidframe/rf_driver.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/raidframe/rf_raid.h cvs rdiff -u -r1.46 -r1.47 src/sys/dev/raidframe/rf_states.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Thu May 5 07:36:45 UTC 2011 Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: Add missing preposition. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdlib/posix_openpt.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/raidframe
Module Name:src Committed By: mrg Date: Thu May 5 08:21:10 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_threadstuff.h Log Message: RF_BROADCAST_COND() is no more. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/raidframe/rf_threadstuff.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/raidframe
Module Name:src Committed By: mrg Date: Thu May 5 08:21:29 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_stripelocks.c rf_stripelocks.h Log Message: convert stripelocks to kmutex. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/raidframe/rf_stripelocks.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/raidframe/rf_stripelocks.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/zaurus/zaurus
Module Name:src Committed By: nonaka Date: Thu May 5 08:46:12 UTC 2011 Modified Files: src/sys/arch/zaurus/zaurus: autoconf.c Log Message: Don't check device numbers. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/zaurus/zaurus/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nonaka Date: Thu May 5 09:08:00 UTC 2011 Modified Files: src/distrib/zaurus/ramdisk: Makefile list src/sys/arch/zaurus/conf: GENERIC INSTALL Makefile.zaurus.inc src/sys/arch/zaurus/stand/zbsdmod: zbsdmod.c Log Message: Reduce kernel size. Tested on SL-C1000. Fix PR/44898. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/zaurus/ramdisk/Makefile cvs rdiff -u -r1.14 -r1.15 src/distrib/zaurus/ramdisk/list cvs rdiff -u -r1.34 -r1.35 src/sys/arch/zaurus/conf/GENERIC cvs rdiff -u -r1.6 -r1.7 src/sys/arch/zaurus/conf/INSTALL cvs rdiff -u -r1.2 -r1.3 src/sys/arch/zaurus/conf/Makefile.zaurus.inc cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Thu May 5 13:22:56 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/gen: Makefile Added Files: src/tests/lib/libc/gen: t_alarm.c Log Message: Few fundamental consistency checks for alarm(2). To generate a diff of this commit: cvs rdiff -u -r1.329 -r1.330 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libc/gen/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/t_alarm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Thu May 5 13:36:05 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/include/sys: Makefile src/tests/lib/libc/gen: Makefile Added Files: src/tests/include/sys: t_tree.c Removed Files: src/tests/lib/libc/gen: t_rbstress.c Log Message: Try to mirror the real source with the test directory structure (otherwise the latter carries a risk of becoming a difficult mess to manage.) To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.3 -r1.4 src/tests/include/sys/Makefile cvs rdiff -u -r0 -r1.1 src/tests/include/sys/t_tree.c cvs rdiff -u -r1.20 -r1.21 src/tests/lib/libc/gen/Makefile cvs rdiff -u -r1.2 -r0 src/tests/lib/libc/gen/t_rbstress.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x68k/dev
Module Name:src Committed By: tsutsui Date: Thu May 5 13:44:35 UTC 2011 Modified Files: src/sys/arch/x68k/dev: mfp.c Log Message: Add a comment for the previous change. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x68k/dev/mfp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/arch/powerpc
Module Name:src Committed By: matt Date: Thu May 5 16:20:56 UTC 2011 Modified Files: src/sys/compat/linux/arch/powerpc: linux_machdep.c Log Message: Adapt to new PCU based FPU code. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/compat/linux/arch/powerpc/linux_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: drochner Date: Thu May 5 17:38:36 UTC 2011 Modified Files: src/sys/conf: files Added Files: src/sys/crypto/camellia: camellia-api.c camellia.c camellia.h files.camellia Log Message: add "camellia" crypto code, copied from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.1010 -r1.1011 src/sys/conf/files cvs rdiff -u -r0 -r1.1 src/sys/crypto/camellia/camellia-api.c \ src/sys/crypto/camellia/camellia.c src/sys/crypto/camellia/camellia.h \ src/sys/crypto/camellia/files.camellia Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: drochner Date: Thu May 5 17:42:17 UTC 2011 Modified Files: src/sys/opencrypto: cryptodev.h xform.c xform.h Log Message: make camellia-cbc known to the opencrypto framework To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/opencrypto/cryptodev.h cvs rdiff -u -r1.21 -r1.22 src/sys/opencrypto/xform.c cvs rdiff -u -r1.13 -r1.14 src/sys/opencrypto/xform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: drochner Date: Thu May 5 17:44:39 UTC 2011 Modified Files: src/sys/opencrypto: cryptosoft.c cryptosoft_xform.c files.opencrypto Log Message: support camellia-cbc by swcrypt To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/opencrypto/cryptosoft.c cvs rdiff -u -r1.14 -r1.15 src/sys/opencrypto/cryptosoft_xform.c cvs rdiff -u -r1.21 -r1.22 src/sys/opencrypto/files.opencrypto Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: drochner Date: Thu May 5 17:46:48 UTC 2011 Modified Files: src/sys/net: pfkeyv2.h Log Message: add IANA number for camellia-cbc, copied from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/net/pfkeyv2.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: drochner Date: Thu May 5 17:48:29 UTC 2011 Modified Files: src/sys/netipsec: xform_esp.c Log Message: support camellia-cbc as ESP cipher To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/netipsec/xform_esp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/netstat
Module Name:src Committed By: drochner Date: Thu May 5 17:49:48 UTC 2011 Modified Files: src/usr.bin/netstat: fast_ipsec.c Log Message: decode camellia-cbc in stats histogram To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/netstat/fast_ipsec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/heimdal/dist/po
Module Name:src Committed By: drochner Date: Thu May 5 18:40:25 UTC 2011 Removed Files: src/crypto/external/bsd/heimdal/dist/po/heim_com_err-1765328384: sv_SE.mo src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5: sv_SE.mo src/crypto/external/bsd/heimdal/dist/po/heimdal_kuser: sv_SE.mo Log Message: remove generated binary files To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 \ src/crypto/external/bsd/heimdal/dist/po/heim_com_err-1765328384/sv_SE.mo cvs rdiff -u -r1.1.1.1 -r0 \ src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.mo cvs rdiff -u -r1.1.1.1 -r0 \ src/crypto/external/bsd/heimdal/dist/po/heimdal_kuser/sv_SE.mo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: drochner Date: Thu May 5 20:15:15 UTC 2011 Modified Files: src/sys/netipsec: xform_esp.c xform_ipcomp.c Log Message: fix C&P botch in diagnostic printfs To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/netipsec/xform_esp.c cvs rdiff -u -r1.26 -r1.27 src/sys/netipsec/xform_ipcomp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.