| Age | Commit message (Expand) | Author |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-12-04 | Fix some error branches in ugen. | riastradh |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-04-25 | Remove duplicate break. PR 46368 from Henning Petersen. | dholland |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2012-02-24 | remove any remnants of freebsd/openbsd code. | mrg |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-12-01 | Don't double clfree() when closing an interrupt endpoint. | jakllsch |
| 2011-11-25 | Prevent poll and kqueue on the control endpoint. | jakllsch |
| 2011-11-20 | Implement timeouts when blocking the calling process with tsleep. | gavan |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-07-27 | Tune ugen(4) isochronous parameters to better support high speed pipes. | jakllsch |
| 2010-02-19 | Replace USB_GET_SC() instances with USB_GET_SC_OPEN(). The latter | pooka |
| 2009-12-24 | defflag UGEN_BULK_RA_WB is no more. | jakllsch |
| 2009-12-23 | unifdef -D UGEN_BULK_RA_WB | pooka |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-09-24 | Add a simple kvm integer toggle to control ugen priority and override | pooka |
| 2009-09-24 | ugen_get_cdesc() can return NULL. When this happens, return the | pooka |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-03-20 | Putting a device into the unconfigured state by an ioctl seems legitimate, | drochner |
| 2009-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 2009-01-11 | make this compile | cegger |
| 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-03-01 | Welcome to 4.99.55: | rmind |
| 2007-12-24 | Add missing call to pmf_deregister() in the USB_DETACH routine. | smb |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | aprintify | jmcneill |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-26 | The manpage promises not to touch the device on USB_GET_DEVICEINFO. | drochner |
| 2007-02-21 | Fix debug format strings (found on amd64). | wiz |
| 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-12 | sigh, another missing __unused. | xtraeme |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer | christos |
| 2006-07-24 | Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read | gdt |
| 2006-06-09 | stack police: Don't allocate large buffers on the stack for I/O. Put the | christos |
| 2006-04-14 | Coverity CID 1354: Add a KASSERT to convince coverity that there is no NULL | christos |
| 2006-04-14 | Coverity CID 1355: Add a KASSERT to convince coverity that this is not NULL. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-28 | Add a new match level, UMATCH_HIGHEST. | augustss |
| 2005-11-23 | Normally a ugen device only attaches if no other driver wants the device. | augustss |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-17 | Allow multiple opens of the control endpoint. This is unproblematic since | augustss |