| Age | Commit message (Expand) | Author |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-09-01 | Add a missing break that should have been included in revision 1.163. | skrll |
| 2017-01-19 | Pull across xhci(4) improvemnts from nick-nhusb | skrll |
| 2016-08-14 | Change the SOFTINT level from NET to SERIAL for the USB softint handler. | skrll |
| 2016-04-26 | Debug | skrll |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-01-06 | Get the iManufacturer, iProduct, and iSerialNumber strings before probing | skrll |
| 2015-10-29 | eliminate USBHIST as a define/option. it was entangled with USB_DEBUG | mrg |
| 2015-05-30 | Make the non-USBHIST case compile | skrll |
| 2015-05-30 | Add missing KERNHIST_LINK_STATIC(usbhist). Pointed out by t-hash. | skrll |
| 2015-05-28 | Static initialise usbhist - it can be used by controller drivers, i.e. | skrll |
| 2014-09-12 | Improve USB debugging with USBHIST based on KERNHIST. | skrll |
| 2014-08-12 | Some USB3 / SS support - baby steps. From Takahiro HAYASHI. | skrll |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-22 | Remove (harmless) redundant assignment of task->queue in usb_add_task. | riastradh |
| 2014-07-17 | Need <sys/atomic.h> for atomic_cas_uint. | riastradh |
| 2014-07-17 | Don't touch task after calling it. | riastradh |
| 2014-07-17 | Fix usb task queue locking. | riastradh |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-11-09 | Whitespace | skrll |
| 2013-11-07 | bus->lock is always available now. Remove the old code that helped when | skrll |
| 2013-10-18 | move compat var in compat code. | christos |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-09-14 | Allow USB_DEVICEINFO on address 0. Needed for the xhci(4) root hub device. | jakllsch |
| 2013-09-13 | Establish host controller softint earlier, in usb_attach rather than | jakllsch |
| 2013-08-21 | Use usbd_errstr instead of printing non-errno(2) error code. | jakllsch |
| 2013-08-21 | Use NULL instead of 0 as appropriate. | jakllsch |
| 2013-01-22 | - Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK | jmcneill |
| 2013-01-08 | Improve a comment slightly | skrll |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-11-27 | since usb task add/remove is supposed to be callable in any usb | mrg |
| 2012-07-20 | now that the task threads are created earlier, move the call to | mrg |
| 2012-07-20 | usb task fixes, from jared and myself: | mrg |
| 2012-07-20 | don't access memory outside the array bounds. | christos |
| 2012-07-17 | revert previous. testing queue number requires lock held. | cegger |
| 2012-07-17 | Do not mutex_enter() a usb_taskq[-1]. | cegger |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-11 | minor cleanups from usbmp: | mrg |
| 2012-03-06 | pull down from usbmp: | mrg |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-06-09 | Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h | matt |
| 2011-05-23 | Don't use the name of the task queue as format string | joerg |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-06-06 | Update usbverbose module to use module_autoload() rather than module_load(). | pgoyette |
| 2010-05-29 | Extract USBVERBOSE into a kernel module. The module can be builtin | pgoyette |
| 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 |