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
/
lib
/
libsndio
/
mio_rmidi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make midi code use non-blocking i/o as does audio code, in order
ratchov
2012-10-27
1
-5
/
+11
*
Use "unsigned int" rather than "unsigned". No object change.
ratchov
2012-04-11
1
-2
/
+2
*
Add a "device number" component in sndio(7) device names, allowing a
ratchov
2011-11-15
1
-1
/
+10
*
Make aucat audio and midi backends share the same code to communicate
ratchov
2011-04-16
1
-1
/
+2
*
Use mio_<backend>_ prefix for private midi-related functions and put
ratchov
2011-04-12
1
-32
/
+30
*
remove unnecessary ``return 0'' statements,
ratchov
2010-07-21
1
-2
/
+1
*
remove trailing spaces, from Alexandr Shadchin, thanks
ratchov
2010-04-24
1
-3
/
+3
*
honor non-blocking flag in mio_open_rmidi(), fixes programs
ratchov
2009-08-01
1
-3
/
+4
*
Make ``static'' few functions that are prototyped as static but are not
ratchov
2009-07-26
1
-2
/
+2
*
sort and space headers as per style(9)
ratchov
2009-07-26
1
-2
/
+3
*
use const qualifier in libsndio, making it slightly more consistent
ratchov
2009-07-25
1
-4
/
+4
*
Currently midi capable programs can control midi hardware, but
ratchov
2009-07-25
1
-0
/
+158