OpenBSD CVS

src/lib/libsndio/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libsndio

Current tag: OPENBSD_5_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   11 years  haesbaert   Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build w...
[TXT] amsg.h  1.6   11 years  ratchov   Make the client wait for the first flow control message rather than assuming it ...
[TXT] aucat.c  1.56   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] aucat.h  1.5   11 years  ratchov   Use dedicated messages for flow control instead of abusing clock tick messages a...
[TXT] debug.c  1.2   12 years  ratchov   Add a "device number" component in sndio(7) device names, allowing a single auca...
[TXT] debug.h  1.2   12 years  ratchov   Add a "device number" component in sndio(7) device names, allowing a single auca...
[TXT] mio.c  1.17   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] mio_aucat.c  1.9   11 years  ratchov   Use dedicated messages for flow control instead of abusing clock tick messages a...
[TXT] mio_open.3  1.10   11 years  stsp   Improve instructions for handling non-blocking I/O with poll(2) and the mio_* fu...
[TXT] mio_priv.h  1.9   11 years  ratchov   make midi code use non-blocking i/o as does audio code, in order to make both lo...
[TXT] mio_rmidi.c  1.12   11 years  ratchov   make midi code use non-blocking i/o as does audio code, in order to make both lo...
[TXT] shlib_version  1.7   13 years  ratchov   make sio_onvol(3) return a integer exposing whether a volume knob is available f...
[TXT] sio.c  1.12   11 years  ratchov   If par->bufsz is set (it's documented as readonly since years) then reset it and...
[TXT] sio_aucat.c  1.14   11 years  ratchov   Make the client wait for the first flow control message rather than assuming it ...
[TXT] sio_open.3  1.33   12 years  ratchov   Make the "default" string a valid device name that has the same effect as NULL h...
[TXT] sio_priv.h  1.4   11 years  ratchov   crank SIO_MAXNFDS
[TXT] sio_sun.c  1.7   11 years  ratchov   Don't read the xrun counter before the offset in the audio ring, otherwise we'd ...
[TXT] sndio.7  1.12   11 years  jmc   some fixes, based on a diff from Martin Toft;