CVS commit: src/common/lib/libc/hash/murmurhash
Module Name:src Committed By: christos Date: Tue Jul 10 17:05:38 UTC 2012 Modified Files: src/common/lib/libc/hash/murmurhash: murmurhash.c Log Message: Fix kernel compilation: no namespace.h Fix libc RCSID protection. Remove useless cast. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/hash/murmurhash/murmurhash.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/openssl/lib
Module Name:src Committed By: christos Date: Tue Jul 10 18:59:22 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto_idea: Makefile src/crypto/external/bsd/openssl/lib/libcrypto_mdc2: Makefile src/crypto/external/bsd/openssl/lib/libcrypto_rc5: Makefile Added Files: src/crypto/external/bsd/openssl/lib/libcrypto_idea: shlib_version src/crypto/external/bsd/openssl/lib/libcrypto_mdc2: shlib_version src/crypto/external/bsd/openssl/lib/libcrypto_rc5: shlib_version Log Message: Enable shared libraries for patented cyphers. Needed since netpgp.so must include them before -lcrypto to enable. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/crypto/external/bsd/openssl/lib/libcrypto_idea/Makefile cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/openssl/lib/libcrypto_idea/shlib_version cvs rdiff -u -r1.2 -r1.3 \ src/crypto/external/bsd/openssl/lib/libcrypto_mdc2/Makefile cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/openssl/lib/libcrypto_mdc2/shlib_version cvs rdiff -u -r1.2 -r1.3 \ src/crypto/external/bsd/openssl/lib/libcrypto_rc5/Makefile cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/openssl/lib/libcrypto_rc5/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Tue Jul 10 19:15:50 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi Log Message: add crypto shared libraries To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.92 -r1.93 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.168 -r1.169 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.158 -r1.159 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.628 -r1.629 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.167 -r1.168 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.149 -r1.150 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.225 -r1.226 src/distrib/sets/lists/comp/shl.mi 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/openssl/lib/libcrypto
Module Name:src Committed By: christos Date: Tue Jul 10 19:35:58 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: i_cbc_dummy.c i_skey_dummy.c mdc2dgst_dummy.c rc5_enc_dummy.c rc5_skey_dummy.c Log Message: reflect reality. We don't need .a libraries to link against anymore, and we are not aboting, but exiting. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/openssl/lib/libcrypto/i_cbc_dummy.c \ src/crypto/external/bsd/openssl/lib/libcrypto/i_skey_dummy.c \ src/crypto/external/bsd/openssl/lib/libcrypto/mdc2dgst_dummy.c \ src/crypto/external/bsd/openssl/lib/libcrypto/rc5_enc_dummy.c \ src/crypto/external/bsd/openssl/lib/libcrypto/rc5_skey_dummy.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/netpgp
Module Name:src Committed By: christos Date: Tue Jul 10 19:38:18 UTC 2012 Modified Files: src/crypto/external/bsd/netpgp/hkpd: Makefile src/crypto/external/bsd/netpgp/lib: Makefile src/crypto/external/bsd/netpgp/libmj: Makefile src/crypto/external/bsd/netpgp/libpaa: Makefile src/crypto/external/bsd/netpgp/netpgp: Makefile src/crypto/external/bsd/netpgp/netpgpkeys: Makefile src/crypto/external/bsd/netpgp/netpgpverify: Makefile src/crypto/external/bsd/netpgp/pgp2ssh: Makefile Added Files: src/crypto/external/bsd/netpgp: Makefile.inc Log Message: - centralize WARNS=4, no need for WARNS=0 for the linker errors (linking against) dummy idea - add MKCRYPTO_IDEA support. Alas the code does not seem work accept my passphrase on the idea key. A bug? To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/crypto/external/bsd/netpgp/Makefile.inc cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/hkpd/Makefile cvs rdiff -u -r1.13 -r1.14 src/crypto/external/bsd/netpgp/lib/Makefile cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/libmj/Makefile cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/libpaa/Makefile cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/netpgp/netpgp/Makefile cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/netpgp/netpgpkeys/Makefile cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/netpgp/netpgpverify/Makefile cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/pgp2ssh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: dsl Date: Tue Jul 10 21:18:07 UTC 2012 Modified Files: src/sys/arch/x86/x86: syscall.c Log Message: Revert the rest of rev 1.6 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/mscp
Module Name:src Committed By: abs Date: Tue Jul 10 22:30:24 UTC 2012 Modified Files: src/sys/dev/mscp: mscp.c mscp.h mscp_disk.c mscp_subr.c Log Message: Adjust MSCP attach routines. The current code worked fine on simh-vax, but unfortunately failed on at least one 'real' SCSI MSCP adaptor. In the updated code mscp_dorsp() To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/mscp/mscp.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/mscp/mscp.h cvs rdiff -u -r1.72 -r1.73 src/sys/dev/mscp/mscp_disk.c cvs rdiff -u -r1.42 -r1.43 src/sys/dev/mscp/mscp_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sun
Module Name:src Committed By: macallan Date: Tue Jul 10 22:33:16 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: - re-initialize only when we're really going back to terminal emulation - don't try to redraw a non-existing screen - don't try to mmap sbus ranges through /dev/ttyE* To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/sun/cgsix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sun
Module Name:src Committed By: macallan Date: Tue Jul 10 22:34:32 UTC 2012 Modified Files: src/sys/dev/sun: cgsixreg.h Log Message: add some register definitions from xf86-video-suncg6 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sun/cgsixreg.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/mscp
Module Name:src Committed By: abs Date: Tue Jul 10 22:34:37 UTC 2012 Modified Files: src/sys/dev/mscp: mscp_disk.c Log Message: revert unwanted part of previous MSCP commit To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/mscp/mscp_disk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sun
Module Name:src Committed By: macallan Date: Tue Jul 10 22:35:12 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: magic number reduction, no functional change To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sun/cgsix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sun
Module Name:src Committed By: macallan Date: Tue Jul 10 22:50:41 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: perry some whitespace nits & remove some obsolete comments no functional change To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/sun/cgsix.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: rmind Date: Wed Jul 11 00:19:28 UTC 2012 Modified Files: src/common/lib/libc/gen: ptree.c src/sys/sys: ptree.h Log Message: ptree: add context argument. OK matt@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/gen/ptree.c cvs rdiff -u -r1.5 -r1.6 src/sys/sys/ptree.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.