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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the "default" string a valid device name that has the same effect
ratchov
2012-05-23
1
-3
/
+9
*
Use "unsigned int" rather than "unsigned". No object change.
ratchov
2012-04-11
1
-3
/
+4
*
Add a "device number" component in sndio(7) device names, allowing a
ratchov
2011-11-15
1
-23
/
+11
*
Remove midicat since aucat can now be used instead of midicat
ratchov
2011-10-17
1
-3
/
+3
*
remove almost two years old hack to support legacy audio/midi
ratchov
2011-05-06
1
-13
/
+4
*
Make aucat audio and midi backends share the same code to communicate
ratchov
2011-04-16
1
-15
/
+4
*
Use mio_<backend>_ prefix for private midi-related functions and put
ratchov
2011-04-12
1
-7
/
+7
*
remove trailing spaces, from Alexandr Shadchin, thanks
ratchov
2010-04-24
1
-4
/
+4
*
make aucat(1) expose a MIDI device to control server behaviour in
ratchov
2009-08-21
1
-1
/
+5
*
don't use ``return'' in sio_close() and mio_close()
ratchov
2009-07-27
1
-2
/
+2
*
use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static
ratchov
2009-07-26
1
-3
/
+3
*
remove the (bogus) special case when mio_open() is called with
ratchov
2009-07-26
1
-16
/
+1
*
sort and space headers as per style(9)
ratchov
2009-07-26
1
-2
/
+4
*
use const qualifier in libsndio, making it slightly more consistent
ratchov
2009-07-25
1
-3
/
+3
*
Currently midi capable programs can control midi hardware, but
ratchov
2009-07-25
1
-0
/
+184