kernel: Fix two NULL dereference issues.
[dragonfly.git] / sys / bus / usb / usbdi.c
2011-12-31 Sascha Wildnerkernel: Fix two NULL dereference issues.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-04-15 Matthew Dillonkernel - Fix apparent timing race in early usb keyboard...
2010-08-29 Matthew Dillonkernel - Fix usb keyboard problems with ehci & ddb
2009-09-08 Matthew DillonRevert "USB - Formalize polling mode and fix ohci inter...
2009-09-07 Matthew DillonUSB - Formalize polling mode and fix ohci interrupt...
2009-09-07 Matthew DillonUSB - Preallocate umass buffers to avoid interrupt...
2009-06-08 Matthew DillonUSB - Add support for xfer-restart-before-callback
2007-06-29 Hasso TepperNuke usb_ callout macros.
2007-06-28 Hasso TepperNuke SIMPLEQ_* and logprintf.
2007-06-28 Hasso TepperNuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU...
2007-06-27 Hasso TepperNuke the code specific to NetBSD/OpenBSD/FreeBSD at...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-10 Sepherosa ZiehauSync USB support (host controller part) with FreeBSD6.
2006-12-06 Thomas E. SpanjaardAdd a function to retrieve the speed a USB device is...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2003-12-30 Matthew DillonCleanup a DIAGNOSTIC test so LINT compiles.
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: