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
/
sio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow specific devices to be used for play-only and rec-only modes.
ratchov
2020-11-19
1
-2
/
+7
*
Check if syscalls return -1 instead of any negative value.
ratchov
2019-06-29
1
-2
/
+2
*
remove a guard in mio_read(), mio_write, sio_read() & sio_write() for a
miko
2018-10-31
1
-9
/
+1
*
sys/stat.h not needed here; ok ratchov@
miko
2018-09-19
1
-2
/
+1
*
Make code fit in 80 columns, remove trailing spaces & tabs.
ratchov
2016-01-09
1
-4
/
+4
*
Don't remove the type component from the device string before passing
ratchov
2015-11-22
1
-11
/
+7
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-2
/
+1
*
debug level test for clock_gettime() calls should match
jsg
2014-08-10
1
-2
/
+2
*
- use relative read/write positions to keep track of buffer
ratchov
2014-03-05
1
-31
/
+50
*
Be less verbose when SNDIO_DEBUG=1 is set.
ratchov
2013-12-20
1
-3
/
+3
*
Prefix by '_' symbols that are not part of the API.
ratchov
2013-11-13
1
-18
/
+18
*
Move underrun/overrun recovery code from the sun-api back-end to
ratchov
2013-08-24
1
-51
/
+109
*
Handle big time_t.
guenther
2013-04-03
1
-21
/
+21
*
If par->bufsz is set (it's documented as readonly since years) then
ratchov
2013-02-01
1
-1
/
+2
*
check that polled fd number is smaller than SIO_MAXNFDS
ratchov
2012-10-27
1
-3
/
+8
*
Make the "default" string a valid device name that has the same effect
ratchov
2012-05-23
1
-3
/
+9
*
The default device is selected with sndiod(1) or the AUDIODEVICE
ratchov
2012-05-11
1
-2
/
+2
*
Use "unsigned int" rather than "unsigned". No object change.
ratchov
2012-04-11
1
-10
/
+11
*
Add a "device number" component in sndio(7) device names, allowing a
ratchov
2011-11-15
1
-30
/
+12
*
in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures rather
ratchov
2011-05-09
1
-5
/
+7
*
use an array of backends and iterate on it, instead of inlining
ratchov
2011-05-06
1
-15
/
+22
*
remove almost two years old hack to support legacy audio/midi
ratchov
2011-05-06
1
-12
/
+4
*
determine the default device in backend code instead of the common
ratchov
2011-05-03
1
-8
/
+3
*
Make aucat audio and midi backends share the same code to communicate
ratchov
2011-04-16
1
-20
/
+9
*
Clean up function naming: use sio_<backend>_ prefix for private
ratchov
2011-04-08
1
-0
/
+484