| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
| * | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -3/+3 |
| * | Avoid calling usbd_set_config_index() in *_attach() and let the stack |  mpi | 2016-09-02 | 1 | -12/+2 |
| * | Two extra messages required after sending a baud rate update, as observed |  jmatthew | 2015-04-26 | 1 | -5/+23 |
| * | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
| * | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
| * | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set |  mpi | 2014-07-12 | 1 | -29/+11 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
| * | Clean-up usbd_abort_pipe() usage. |  pirofti | 2013-11-15 | 1 | -5/+2 |
| * | Sort-out activate functionality for ucom(4) and it's parents. |  pirofti | 2013-11-15 | 1 | -5/+2 |
| * | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-07 | 1 | -14/+12 |
| * | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -8/+8 |
| * | proc.h is way too much header for usb to handle. |  tedu | 2013-03-28 | 1 | -2/+1 |
| * | you probably don't need to include vnode.h or reboot.h. you most definitely |  tedu | 2013-03-28 | 1 | -2/+1 |
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
| * | - use usb_lookup() instead of handrolled macro |  jasper | 2010-12-17 | 1 | -4/+3 |
| * | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -2/+1 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
| * | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
| * | Apply some KNF after the recent removal of macros and type definitions. |  mbalmer | 2007-06-13 | 1 | -18/+18 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -3/+3 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -12/+12 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
| * | Mechanical removal of USBBASEDEVICE. No binary change. |  mk | 2007-06-06 | 1 | -2/+2 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -15/+15 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -18/+19 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -2/+2 |
| * | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+2 |
| * | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
| * | spaces vs tab |  brad | 2005-08-01 | 1 | -3/+3 |
| * | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -4/+5 |
| * | more uplcom and umct; jsg@goblin.cx pulled from netbsd |  deraadt | 2004-09-20 | 1 | -1/+3 |
| * | from freebsd via netbsd via loki |  deraadt | 2004-07-11 | 1 | -5/+8 |
| * | put "do { } while (0)" wrappers on all the debug maroc functions |  deraadt | 2004-07-08 | 1 | -2/+2 |
| * | Belkin F5U109; from NetBSD, ok henning |  pvalchev | 2004-04-20 | 1 | -2/+5 |
| * | more updated URLs from Jared Yanovich; |  jmc | 2003-11-07 | 1 | -2/+2 |
| * | nuke unused variable, from NetBSD |  nate | 2003-05-19 | 1 | -4/+3 |
| * | string cleanup; nate ok |  deraadt | 2003-05-07 | 1 | -2/+2 |
| * | sync with NetBSD |  nate | 2002-11-11 | 1 | -3/+2 |
| * | update $NetBSD$ tags |  nate | 2002-07-25 | 1 | -2/+2 |
| * | get rid of trailing whitespace |  nate | 2002-07-25 | 1 | -8/+8 |
| * | Add the umct serial driver for netbsd. |  nate | 2002-06-11 | 1 | -0/+631 |
| * | Meant to commit only ulpt and committed everything. Most things weren't ready |  nate | 2002-05-07 | 1 | -631/+0 |
| * | Sync ulpt driver with NetBSD |  nate | 2002-05-07 | 1 | -0/+631 |