| Age | Commit message (Expand) | Author |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-22 | KNF | skrll |
| 2017-10-10 | Reorder to test for null before null deref in debug code | maya |
| 2017-10-10 | Reorder to test for null before null deref in debug code | maya |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-03-27 | Add usbd_get_bos_desc{,_full} from Takahiro HAYASHI | skrll |
| 2014-09-12 | Improve USB debugging with USBHIST based on KERNHIST. | skrll |
| 2013-09-26 | Remove usbd_do_request_async. It's callback was calling usbd_free_xfer | skrll |
| 2013-08-30 | Remove race introduced by using usbd_sync_transfer_sig with a callback | skrll |
| 2013-08-24 | Fix typo in DPRINTF | skrll |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-10-01 | From Anon Ymous: | christos |
| 2009-11-12 | usbd_do_request_flags(..., 0, 0, USBD_CONFIG_TIMEOUT) is equivalent to | uebayasi |
| 2009-08-16 | Use a separately defined USBD_CONFIG_TIMEOUT when requesting a device | martin |
| 2008-05-26 | some cleanup: | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-26 | Define a usb_cdc_descriptor_t which contains the class specific | drochner |
| 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-30 | make the definitions consistent with the declarations. | christos |
| 2005-04-12 | Add usb_find_desc_if(), which is similar to usb_find_desc(), | itohy |
| 2004-12-03 | Allow interrupt output devices. From FreeBSD. | augustss |
| 2004-10-23 | Make an iterator abstraction for looping through all descriptors. | augustss |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2001-12-27 | Add usbd_get_protocol(). | augustss |
| 2001-12-18 | Move utility routine from uirda.c to usbdi_util.c. | augustss |
| 2001-11-15 | usbd_interface2device_handle() cannot fail. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-26 | s/usbd_alloc_report_desc/usbd_read_report_desc/ | augustss |
| 2001-07-04 | Null a pointer on error return. | augustss |
| 2000-06-01 | Make it compile with USB_DEBUG. | augustss |
| 2000-06-01 | Improve some portability items. | augustss |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-27 | Change my email address. | augustss |
| 2000-03-27 | Change (almost) all static to Static. The symbol `Static' can then be defined | augustss |
| 2000-02-22 | Fix (mostly harmless) typo. | augustss |
| 2000-02-08 | Use NULL instead of 0. | augustss |
| 1999-11-28 | More USB_DEBUG and DIAGNOSTIC output. | augustss |
| 1999-11-18 | Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. | augustss |
| 1999-11-17 | A few more purely stylistic changes that I missed in the last round. | augustss |
| 1999-11-12 | A number of stylistic changes to increase readability (many suggested | augustss |
| 1999-10-13 | Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so | augustss |
| 1999-09-09 | Change the internal API to allow DMA buffers to be pre-allocated by | augustss |