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_sun.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-18
/
+18
*
sys/stat.h not needed here; ok ratchov@
miko
2018-09-19
1
-2
/
+1
*
Use the "new" audio(4) api and delete all the useless code to deal
ratchov
2016-04-07
1
-447
/
+154
*
Make code fit in 80 columns, remove trailing spaces & tabs.
ratchov
2016-01-09
1
-6
/
+7
*
Expose internal functions necessary to open audio devices and midi
ratchov
2015-12-20
1
-3
/
+9
*
remove unneeded prototypes
ratchov
2015-11-22
1
-3
/
+1
*
Don't remove the type component from the device string before passing
ratchov
2015-11-22
1
-7
/
+13
*
Split function to initialize the raw device in two parts, one to open
ratchov
2015-11-18
1
-23
/
+44
*
don't call AUDIO_SETFD ioctl as it's a no-op
ratchov
2015-11-17
1
-13
/
+2
*
Validate that midi and audio device numbers are integers.
ratchov
2015-10-02
1
-2
/
+8
*
As device path is known, use its size instead of PATH_MAX
ratchov
2015-10-02
1
-2
/
+6
*
Use macros for audio and midi device paths rather than hardcoded
ratchov
2015-10-02
1
-2
/
+3
*
Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS and
ratchov
2015-07-28
1
-43
/
+24
*
Fix arithmetic mistake causing errors when there are more xruns on the
ratchov
2015-07-24
1
-2
/
+2
*
Remove backward compat bits to support for ':' character in sndio
ratchov
2015-02-16
1
-13
/
+1
*
Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found
ratchov
2014-11-21
1
-1
/
+2
*
Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)
guenther
2014-08-15
1
-6
/
+2
*
- use relative read/write positions to keep track of buffer
ratchov
2014-03-05
1
-12
/
+15
*
Be less verbose when SNDIO_DEBUG=1 is set.
ratchov
2013-12-20
1
-10
/
+10
*
Prefix by '_' symbols that are not part of the API.
ratchov
2013-11-13
1
-7
/
+7
*
Move underrun/overrun recovery code from the sun-api back-end to
ratchov
2013-08-24
1
-88
/
+19
*
Don't read the xrun counter before the offset in the audio ring,
ratchov
2012-09-14
1
-25
/
+25
*
Use "unsigned int" rather than "unsigned". No object change.
ratchov
2012-04-11
1
-19
/
+21
*
Correct the spelling of "transferred" and "transferring"
guenther
2012-02-24
1
-2
/
+2
*
Add a "device number" component in sndio(7) device names, allowing a
ratchov
2011-11-15
1
-3
/
+10
*
determine the default device in backend code instead of the common
ratchov
2011-05-03
1
-1
/
+3
*
Make aucat audio and midi backends share the same code to communicate
ratchov
2011-04-16
1
-1
/
+2
*
Clean up function naming: use sio_<backend>_ prefix for private
ratchov
2011-04-08
1
-0
/
+961