CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2011-12-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 6 17:37:55 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c Log Message: Add missing KSEGX support. To generate a diff of this commit: cvs rdiff -u -r1.22.16.20 -r1.22.16.21

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2011-12-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 6 17:44:46 UTC 2011 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_subr.S Log Message: Use MIPS_COP_0_OSSCRATCH instead $22 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2011-12-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 6 17:49:35 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c pmap_tlb.c Log Message: Allocate the locks from the same page we allocate the cpu_info and pmap_tlb_info structure. This assures

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

2011-12-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Dec 6 18:04:31 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Do not protect wrong KASSERT by LOCKEDBUG ifdef/endif, the latter uses its own mecanism. Kill them both. From discussion with pooka@.

CVS commit: src/sys/rump/kern/lib/libsolaris

2011-12-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Dec 6 18:12:25 UTC 2011 Modified Files: src/sys/rump/kern/lib/libsolaris: Makefile Removed Files: src/sys/rump/kern/lib/libsolaris: component.c Log Message: Remove the unneeded rump component; the library already

CVS commit: src/tests/fs/zfs

2011-12-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Dec 6 18:18:59 UTC 2011 Modified Files: src/tests/fs/zfs: t_zpool.sh Log Message: Remove expected failure now that PR/44708 is fixed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/zfs/t_zpool.sh

CVS commit: src/sys/dev/usb

2011-12-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Dec 6 19:05:43 UTC 2011 Modified Files: src/sys/dev/usb: uslsa.c Log Message: Make break handling (where supported by the hardware/firmware) actually work. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/games/fortune/datfiles

2011-12-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Dec 6 19:41:03 UTC 2011 Modified Files: src/games/fortune/datfiles: fortunes Log Message: Per [1] the speed of light in a vaccum is exactly 299792458 m/s. Per [2] a furlong is 220 yards and a yard is exactly 0.9144 m. Per

CVS commit: src/lib/libpuffs

2011-12-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 6 21:15:39 UTC 2011 Modified Files: src/lib/libpuffs: callcontext.c Log Message: Deal with __MACHINE_STACK_GROWS_UP machines. constify the other psize while I'm here. Thanks to Christos for looking. To generate a diff

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2011-12-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 7 05:41:54 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ohci.c Log Message: make this build without DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.218.6.4 -r1.218.6.5