| Age | Commit message (Expand) | Author |
| 2022-03-13 | usb: Fix roothub ctrl xfer aborts. | riastradh |
| 2022-03-06 | usb(4): Use atomics for usb_async_proc. | riastradh |
| 2021-10-10 | usb: usb_event_thread: remove delay at startup for USB >= 2.0 HCs | jmcneill |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-06-13 | usb(4): Bus exploration is single-threaded -- assert it so. | riastradh |
| 2021-06-12 | usb(4): Sprinkle kernel lock assertions. | riastradh |
| 2021-06-12 | usb(4): usb event thread is not actually MP-safe. | riastradh |
| 2021-02-24 | fix sparc build: db_expr_t is larger than a pointer. | mrg |
| 2021-02-23 | fix the formating for 'show usbxferlist'. | mrg |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |
| 2021-02-22 | fix formatting and db_usb_command_table[] static. idea from rillig@. | mrg |
| 2021-02-21 | add ddb commands to inspect usb xfer and xferlist structures. | mrg |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-05-27 | Don't allow open of /dev/usb if there are no attached busses. | skrll |
| 2020-05-26 | s/0/NULL/ for pointer (usb_async_proc) | skrll |
| 2020-05-26 | Misc whitespace | skrll |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-02-19 | New dtrace usb provider, with a handful of probes in usb.c. | riastradh |
| 2020-02-12 | New function usb_task_pending for diagnostic assertions. | riastradh |
| 2020-02-12 | Teach usb_rem_task to return whether removed from queue or not. | riastradh |
| 2019-08-21 | convert pairs of USBHIST_CALLED()+USBHIST_LOG*() into | mrg |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-18 | remove usb(4)'s "flags 1" code. it has been dead for a while, | mrg |
| 2018-09-18 | deal with partial attach failures in usb_attach vs usb_detach aka PR 53598. | mrg |
| 2018-09-16 | consolidate the handling of polling across HC drivers, and generic USB: | mrg |
| 2018-08-02 | Fix usb_rem_task_wait API. | riastradh |
| 2018-07-29 | New function usb_rem_task_wait(dev, task, queue). | riastradh |
| 2018-06-29 | Detect USB 3.1. | msaitoh |
| 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 |