CVS commit: src/sys

2012-07-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jul 22 00:53:23 UTC 2012 Modified Files: src/sys/fs/adosfs: adlookup.c src/sys/fs/cd9660: cd9660_lookup.c src/sys/fs/efs: efs_vnops.c src/sys/fs/filecorefs: filecore_lookup.c src/sys/fs/hfs: hfs_v

CVS commit: src/lib/libc/cdb

2012-07-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jul 21 22:49:37 UTC 2012 Modified Files: src/lib/libc/cdb: cdbw.c Log Message: Redo hashing, if two of the three individual hashes result in identical hash modules. This is the trivial case for loops in the 3-graph and got lost

CVS commit: src/regress/lib/libc/cdb

2012-07-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Jul 21 22:22:55 UTC 2012 Added Files: src/regress/lib/libc/cdb: cdb_test.c Log Message: Add a simple test for cdb(5). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/regress/lib/libc/cdb/cdb_test.c Please note

CVS commit: src

2012-07-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Jul 21 17:11:02 UTC 2012 Modified Files: src/sys/net/npf: npf_inet.c npf_state.c npf_state_tcp.c src/usr.sbin/npf/npftest: npfstream.c src/usr.sbin/npf/npftest/libnpftest: npf_test_subr.c Log Message: - npf_fetc

CVS commit: src/sys/dev/sdmmc

2012-07-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 21 16:14:05 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Provide a method for attachments to specify capabilites. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/sdmm

CVS commit: src/sys/netinet6

2012-07-21 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Sat Jul 21 14:52:40 UTC 2012 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Add comments describing parameter handling for ip6_insertfraghdr. Depending on compiler options, this code can be involved in an (apparently) s

CVS commit: src/tests/usr.bin/cc

2012-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 21 12:30:55 UTC 2012 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: Add a test case that (if gcc supports it on the current arch) to compile a PIE binary and see if we can run it. To generate a diff of thi

CVS commit: src/sys/arch/arm

2012-07-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 21 12:19:15 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpufunc.c cpufunc_asm_arm1136.S src/sys/arch/arm/conf: files.arm src/sys/arch/arm/include: cpufunc.h Added Files: src/sys/arch/arm/arm: cpufu

CVS commit: src/sys/kern

2012-07-21 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sat Jul 21 11:45:04 UTC 2012 Modified Files: src/sys/kern: subr_kmem.c Log Message: split allocation lookup table to decrease overall memory used making allocator more flexible for allocations larger then 4kb move the encoded "size"

CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2012-07-21 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 21 10:19:40 UTC 2012 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c Log Message: Don't return FALSE in OpenKeyboard() even if wskbd type is unknown so that we can still setup keyboard map manua