| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use an uninitialised softc pointer in midiread/midiwrite. |  jsg | 2015-05-22 | 1 | -3/+5 |
* | Use device_lookup() instead of digging into midi_cd.cd_devs[] and |  ratchov | 2015-05-16 | 1 | -92/+133 |
* | remove the sc->isopen flag, as sc->flags already hold the |  ratchov | 2015-05-12 | 1 | -9/+9 |
* | store byte count in a size_t and switch from uiomovei() to uiomove() |  ratchov | 2015-05-12 | 1 | -5/+5 |
* | Remove unused code & definitions: midi_attach(), midi_unit_count(), |  ratchov | 2015-05-12 | 1 | -36/+8 |
* | Don't hold the audio mutex when calling uiomove(), as uiomove() |  ratchov | 2015-05-12 | 1 | -11/+12 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -3/+3 |
* | no need for lkm |  tedu | 2014-10-09 | 1 | -2/+1 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Introduce a global interrupt-aware mutex protecting data |  ratchov | 2013-05-15 | 1 | -71/+53 |
* | Delete the sequencer(4) driver, since its not used any longer. Diff |  ratchov | 2013-03-15 | 1 | -100/+1 |
* | Output interrupts are raised when the uart is ready for output, which |  ratchov | 2012-04-17 | 1 | -9/+9 |
* | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; |  ratchov | 2012-03-30 | 1 | -54/+12 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | while closing the device, don't sleep with the PCATCH flag, otherwise |  ratchov | 2011-01-27 | 1 | -3/+3 |
* | fix spacing |  ratchov | 2011-01-01 | 1 | -73/+73 |
* | Don't |  miod | 2010-11-18 | 1 | -4/+1 |
* | remove unneeded variable. ratchov@ ok |  fgsch | 2010-04-08 | 1 | -4/+4 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -3/+1 |
* | kqueue support for midi(4). |  nicm | 2009-11-01 | 1 | -4/+102 |
* | KNOTE() after selwakeup() |  deraadt | 2009-10-30 | 1 | -1/+3 |
* | remove prototype of non-existent midi_get_hwif() |  ratchov | 2009-08-17 | 1 | -2/+1 |
* | While detatching the device, workaround the case when a midi |  ratchov | 2009-07-18 | 1 | -9/+8 |
* | 'tranfer' -> 'transfer' in comments. |  krw | 2006-12-21 | 1 | -2/+2 |
* | poll errors should be POLLERR, not some random E value |  tedu | 2006-11-01 | 1 | -2/+2 |
* | Handle input interrupts in a better manner. |  jsg | 2006-04-16 | 1 | -13/+10 |
* | Add optional flush method to MIDI hardware interface. |  jsg | 2006-04-07 | 1 | -12/+32 |
* | the following patch fixes a bug preventing midi uarts that do |  deraadt | 2004-09-22 | 1 | -5/+4 |
* | re-add RCS id after last commit |  brad | 2004-09-21 | 1 | -0/+2 |
* | better midi stuff from alex@caoua.org |  deraadt | 2004-06-27 | 1 | -635/+505 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -22/+19 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -14/+14 |
* | return ENOTTY not EINVAL in default: in *ioctl() |  mickey | 2002-01-10 | 1 | -2/+2 |
* | fix compiling in audio-less configs |  mickey | 2001-03-23 | 1 | -2/+3 |
* | Convert to new timeouts. |  art | 2000-06-26 | 1 | -2/+3 |
* | Permit detach of audio devices, such as uaudio. Selected code |  ho | 2000-05-24 | 1 | -4/+4 |
* | Remove dependencies between midi & audio. midi now will compile on |  fgsch | 2000-01-03 | 1 | -3/+13 |
* | Remove unnecessary extern |  niklas | 1999-01-02 | 1 | -3/+1 |
* | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson |  niklas | 1999-01-02 | 1 | -0/+771 |