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

2011-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 6 05:40:03 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: uhci.c Log Message: don't take the sc_lock in uhci_device_request() since it is already taken (as verified by the assert at the top of this function.) T

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

2011-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 6 05:26:26 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: uhci.c Log Message: kassert the right lock. To generate a diff of this commit: cvs rdiff -u -r1.240.6.2 -r1.240.6.3 src/sys/dev/usb/uhci.c Please note

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

2011-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 6 05:06:50 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: uhci.c uhcivar.h Log Message: my compiles-but-un-runtime-tested port of uhci to usbmp branch. based upon the ohci and ehci changes. To generate a diff o

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

2011-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 6 05:05:30 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ohci.c Log Message: don't forget to drop the lock in ohci_intr if we got there when polling. also don't try to drop a lock we don't have in ohci_open. X

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

2011-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 6 02:10:02 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ehci.c ohci.c usb.c Log Message: need to ensure kpreempt_disable() for softint_schedule(). fix the locking in ohci_timeout_task(), ohci_device_isoc_start

CVS commit: src

2011-12-05 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Dec 5 23:04:39 UTC 2011 Modified Files: src: build.sh Log Message: do_sys_sync() is part of vfs, hence rumpvfs. Used by pmf(9) during device suspend, so explicitly link against rumpvfs to resolve that symbol when linking rumpdev

CVS commit: src/sys/kern

2011-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 5 21:30:48 UTC 2011 Modified Files: src/sys/kern: kern_ksyms.c Log Message: close the comment, there is a draft. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/kern/kern_ksyms.c Please note tha

CVS commit: src/sys/kern

2011-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 5 20:55:14 UTC 2011 Modified Files: src/sys/kern: kern_ksyms.c Log Message: PR/45687: Mike Pumford: savecore: (null): _ksyms_hdr not in namelist Make it non-static and add a comment so that they don't become static agai

CVS commit: src/sys/dev

2011-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 5 19:20:55 UTC 2011 Modified Files: src/sys/dev/isa: joy_isa.c src/sys/dev/isapnp: joy_isapnp.c src/sys/dev/pci: joy_pci.c Log Message: make joy code consistent (avoid games with pointers), and fix the i

CVS commit: src/sys/arch/hp700/hp700

2011-12-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 5 15:04:27 UTC 2011 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Fix mm_md_kernacc to report correct status for the direct mapped pages between kernel start and end of physical memory. Report everythin

CVS commit: src/sys/fs/union

2011-12-05 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Dec 5 11:12:11 UTC 2011 Modified Files: src/sys/fs/union: union_vfsops.c Log Message: The union file system is as stable as other layered file systems so no longer print a warning to the console. Gnats is waiting ... To g

CVS commit: src/external/gpl3/gdb/dist

2011-12-05 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Dec 5 10:43:26 UTC 2011 Removed Files: src/external/gpl3/gdb/dist/bfd: .gitignore src/external/gpl3/gdb/dist/gdb: .gitignore src/external/gpl3/gdb/dist/gdb/gdbserver: .gitignore src/external/gpl3/gdb/dist

CVS commit: src/share/man/man4/man4.amiga

2011-12-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Dec 5 10:36:40 UTC 2011 Modified Files: src/share/man/man4/man4.amiga: mppb.4 Log Message: Remove trailing whitespace and fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.amiga/mp

CVS commit: src/lib/libpthread

2011-12-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Dec 5 10:27:41 UTC 2011 Modified Files: src/lib/libpthread: affinity.3 Log Message: Do not xref to itself. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/affinity.3 Please note that diffs are n