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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 08:52:25 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: ehci.c ohci.c Log Message: sync a couple more changes from the main branch, uaudio@ohci still works. To generate a diff of this commit: cvs

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 08:56:57 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: uhci.c uhcivar.h Log Message: sync with main branch To generate a diff of this commit: cvs rdiff -u -r1.240.6.1 -r1.240.6.1.2.1

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 09:09:30 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: ohci.c Log Message: partial sync with main branch To generate a diff of this commit: cvs rdiff -u -r1.218.6.2.2.3 -r1.218.6.2.2.4

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 09:36:49 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: ohci.c usb_subr.c Log Message: at little closer to the main branch. To generate a diff of this commit: cvs rdiff -u -r1.218.6.2.2.4

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 09:54:30 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: usb.c Log Message: mostly in sync with the branch here now. To generate a diff of this commit: cvs rdiff -u -r1.125.6.1 -r1.125.6.1.2.1

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 10:41:28 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: usb.c usb_subr.c usbdivar.h utoppy.c Log Message: merge a few more changes from the main branch. To generate a diff of this

CVS commit: src/sys/secmodel/keylock

2011-12-08 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 8 11:01:59 UTC 2011 Modified Files: src/sys/secmodel/keylock: secmodel_keylock.c Log Message: build fix for keylock secmodel(9). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/x86/x86

2011-12-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Dec 8 15:35:35 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: allow building without direct-map support in non-XEN kernels. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 20:21:31 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: ohci.c usbdi.c Log Message: pull across a few more of the changes from the main branch. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/hppa

2011-12-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Dec 8 21:00:50 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: hppa_machdep.c src/sys/arch/hppa/include: mcontext.h Log Message: Track if we saved l_private in the mcontext and don't blindly restore it. This fixes

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 22:04:56 UTC 2011 Modified Files: src/sys/dev/usb [mrg-ohci-jmcneill-usbmp]: usb_subr.c usbdi.c usbdivar.h Log Message: sync usb_subr.c and usbdivar.h with the branch entirely, and most of usbdi.c as well.

CVS commit: src/sys/arch/x86/x86

2011-12-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Dec 8 22:36:42 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: pmap_bootstrap: use tlbflushg(), not tlbflush(), since we use global pages. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 8 22:38:47 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ohci.c usbdi.c usbdivar.h Log Message: make ohci mostly work again. To generate a diff of this commit: cvs rdiff -u -r1.218.6.6 -r1.218.6.7

CVS commit: src/sys/net/npf

2011-12-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Dec 8 23:36:57 UTC 2011 Modified Files: src/sys/net/npf: npf_ruleset.c npf_state_tcp.c Log Message: - Explain the magic in npf_tcpfl2case(). - Use __unused instead of (void)cast; fix comment. To generate a diff of this

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

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 9 01:53:00 UTC 2011 Modified Files: src/sys/dev/pci [jmcneill-usbmp]: ehci_pci.c ohci_pci.c uhci_pci.c src/sys/dev/usb [jmcneill-usbmp]: ehci.c ohci.c uaudio.c uhci.c umidi.c usb.c usb_subr.c usbdi.c

CVS commit: src/sys/arch/xen/xen

2011-12-08 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Dec 9 03:58:12 UTC 2011 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: Use mutex(9) instead of spl(9). Add further locks around grant table access. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/usb

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 9 05:03:19 UTC 2011 Modified Files: src/sys/dev/usb: uaudio.c Log Message: from the usbmp branch: - drop the thread lock when usbd might sleep on us. this also makes mixerctl -s vs play work without usbmp. To generate a

CVS commit: src/sys/dev

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 9 05:06:57 UTC 2011 Modified Files: src/sys/dev: TODO.audiomp Log Message: update a little: zaudio failure, uaudio/umidi success To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/TODO.audiomp

CVS commit: src/sys/dev

2011-12-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 9 05:08:25 UTC 2011 Modified Files: src/sys/dev: audio.c Log Message: drop the thread lock in a couple of error cases that were missing. To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/sys/dev/audio.c

CVS commit: src/etc

2011-12-08 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Fri Dec 9 06:50:36 UTC 2011 Modified Files: src/etc/etc.amd64: boot.cfg src/etc/etc.i386: boot.cfg Log Message: Use random seed file (saved entropy) from default location by default in i386 and amd64 boot.cfg. To generate