| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove uneeded header. |  mpi | 2019-01-23 | 1 | -2/+1 |
* | free(9) sizes for array of endpoints. |  mpi | 2018-11-16 | 1 | -6/+9 |
* | zap return keyword to clarify umidi_flush() returns no value; ok ratchov@ |  miko | 2018-10-31 | 1 | -2/+2 |
* | clarify that goto error in alloc_all_endpoints_fixed_ep() always returns |  miko | 2018-09-07 | 1 | -7/+2 |
* | move initial jack count to alloc_all_endpoints(), and reset count to zero |  miko | 2018-09-07 | 1 | -5/+4 |
* | execute the same code for failure of assign_all_jacks_automatically() |  miko | 2018-09-06 | 1 | -1/+3 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -5/+7 |
* | Use __func__ for DPRINTF's as we do in other parts of the |  ratchov | 2017-02-10 | 1 | -13/+13 |
* | Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9). |  ratchov | 2017-01-07 | 1 | -35/+19 |
* | Group identical close_in_jack() and close_out_jack() into a single |  ratchov | 2016-12-20 | 1 | -17/+7 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -17/+13 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-10 | 1 | -8/+8 |
* | Introduce a global interrupt-aware mutex protecting data |  ratchov | 2013-05-15 | 1 | -2/+7 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -7/+7 |
* | 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 |
* | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; |  ratchov | 2012-03-30 | 1 | -51/+17 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | Back out inadvertently commited change. |  oga | 2011-06-23 | 1 | -20/+24 |
* | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. |  oga | 2011-06-23 | 1 | -24/+20 |
* | M_WAITOK cleanup of two cases: |  mk | 2011-06-17 | 1 | -6/+6 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | 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 |
* | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, |  krw | 2007-10-06 | 1 | -4/+3 |
* | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
* | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -15/+15 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -9/+12 |
* | #include <sys/lock.h> not needed. i.e. these compile fine without it. |  krw | 2007-05-05 | 1 | -2/+1 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -3/+1 |
* | Add optional flush method to MIDI hardware interface. |  jsg | 2006-04-07 | 1 | -83/+140 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
* | Fix bug that caused multi byte MIDI messages to get corrupted |  jsg | 2005-09-07 | 1 | -22/+24 |
* | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -4/+5 |
* | When processing sysex stop bytes ensure the packet is not corrupted |  jsg | 2004-11-20 | 1 | -1/+3 |
* | better midi stuff from alex@caoua.org |  deraadt | 2004-06-27 | 1 | -256/+233 |
* | check for null before memset |  nate | 2003-05-19 | 1 | -2/+2 |
* | string cleanup; nate ok |  deraadt | 2003-05-07 | 1 | -2/+2 |
* | sync with NetBSD |  nate | 2002-11-11 | 1 | -2/+2 |
* | update $NetBSD$ tags |  nate | 2002-07-25 | 1 | -3/+2 |
* | get rid of trailing whitespace |  nate | 2002-07-25 | 1 | -4/+4 |
* | fixes from NetBSD |  nate | 2002-07-09 | 1 | -9/+15 |
* | add usb midi support. |  nate | 2002-06-11 | 1 | -0/+1376 |