| Age | Commit message (Expand) | Author |
| 2009-12-19 | Don't impose a compile-time dependency on the kernel containing | pooka |
| 2009-11-12 | Re-order operations in usb_detach() so that if a usb(4) instance's | dyoung |
| 2009-06-16 | Use device_t instead of device_ptr_t. Stop using USB_MATCH() and | dyoung |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-07 | Detach uhub(4) and usb(4) at shutdown. | dyoung |
| 2008-05-26 | some cleanup: | drochner |
| 2008-05-25 | -make the list of USB child devices a (possibly sparse) array rather | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-03 | restore error handling in usbopen() (accidentally removed in a recent | drochner |
| 2008-03-30 | Defer USB configuration until interrupts are enabled. | ad |
| 2008-03-28 | split device/softc for USB host controllers and the usb (control) | drochner |
| 2008-03-08 | Don't leak information from kernel to userland. | ws |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-18 | Use device_t and its accessor functions. | dyoung |
| 2008-01-04 | Add calls to pmf_deregister on detach. | smb |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | aprintify | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-08-15 | * splsoftusb, IPL_SOFTUSB, and IPL_HARDUSB defines in usbdi.h | kiyohara |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-26 | g/c calls to usbd_init()/usbd_finish() which don't have an effect | drochner |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-05 | fix compilation issues. | christos |
| 2006-12-03 | Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb with | pavel |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-31 | Split the USB task queue into two parts, one for normal device tasks and | joerg |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer. | christos |
| 2006-06-09 | stack police: don't allocate usb_events on the stack, malloc them directly. | christos |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-09 | Allow a NULL pointer as argument to usb_get_next_event(), and don't | drochner |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-01-24 | Implementation requirements of usb_needs_reattach(), from OpenBSD and required | joff |
| 2003-11-07 | URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter. | wiz |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-30 | extern references to debugging globals that really exist elsewhere | dsainty |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-06-01 | SIMPLEQ rototill: | lukem |