index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
midi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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