| Age | Commit message (Expand) | Author |
| 2022-03-12 | ustir(4): Avoid undefined behaviour if register read fails. | riastradh |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-03-14 | revert the 0x% -> %# change for fixed width formats pointed out by uwe. | christos |
| 2020-03-13 | PR/55068: sc.dying: Fix printf formats: | christos |
| 2019-12-01 | minor adjustments, to avoid warnings on debug builds | maxv |
| 2019-12-01 | localify | maxv |
| 2019-09-22 | Purge an ancient email address, use dsainty@NetBSD.org instead | dsainty |
| 2019-09-14 | Fix error handling, to prevent kernel crashes at detach time. Found by | maxv |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2013-05-27 | Split IrDA SIR part for other SIR device. | kiyohara |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2009-11-12 | Simplify activation hooks. (sc_dying must die!) | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-18 | Use device_t and its accessor functions. | dyoung |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 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 |
| 2002-12-28 | This device has a single FIFO shared by both incoming and outgoing data. | dsainty |
| 2002-12-28 | Delinting - as the data passed to ustir_dumpdata() is always u_int8_t, | dsainty |
| 2002-12-28 | Delinting - don't treat ennumerated types as booleans | dsainty |
| 2002-12-28 | Delinting - sprinkle some ARGSUSED | dsainty |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-11-06 | ARGSUSED/FALLTHROUGH delinting (first pass) | dsainty |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-07-08 | s/__FUNCTION__/__func__/ | augustss |
| 2002-03-17 | Whitespace fixes. | augustss |