| Age | Commit message (Expand) | Author |
| 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 |
| 2002-05-09 | Use callout init macro. | augustss |
| 2002-04-23 | Check for write permission for some ioctls. | augustss |
| 2002-02-20 | Prefix structure members to protect them against clashes with eg. c++ keywords. | christos |
| 2002-02-11 | Give usbd_do_request_flags() an extra argument for the timeout. | augustss |
| 2002-02-03 | Some white space fixes from FreeBSD. | augustss |
| 2002-01-03 | Add a DIAGNOSTIC check. From FreeBSD. | augustss |
| 2002-01-02 | Add a comment. | augustss |
| 2002-01-02 | Fix typo in last commit. | augustss |
| 2002-01-02 | Some more usb_proc_ptr changes. | augustss |
| 2001-12-31 | Delay bus enumeration a little in case the controller is a companion | augustss |
| 2001-12-31 | Make a typedef for struct proc to make portingeasier. | augustss |
| 2001-11-26 | Change wchan name for usb task thread. | augustss |
| 2001-11-20 | Create a special kernel thread to run the usb short lived tasks (instead | augustss |
| 2001-11-20 | Keep track of device speed for USB 2.0. | augustss |
| 2001-11-13 | Add some #endif comments. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-09 | Add a debug message. | augustss |
| 2001-01-23 | Ad function to remove a usb task. | augustss |
| 2001-01-21 | Ad a comment. | augustss |