OpenBSD CVS

src/usr.bin/sndiod/


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 / usr.bin / sndiod

Current tag: OPENBSD_6_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   8 years  ratchov   Move sndiod man page to section 8. suggested by deraadt, fixes from jmc, ok mil...
[TXT] abuf.c  1.4   8 years  ratchov   Make code fit in 80 columns, remove trailing spaces & tabs.
[TXT] abuf.h  1.2   8 years  ratchov   Align comments. From David CARLIER <devnexen at gmail.com>. Thanks.
[TXT] defs.h  1.2   11 years  ratchov   move log_level in utils.h with other logging bits
[TXT] dev.c  1.47   5 years  ratchov   Initialize the slot->skip counter in slot_start() instead of slot_attach(). Now ...
[TXT] dev.h  1.20   5 years  ratchov   Remove redundant slot->tstate variable. It was used to determine whether the sl...
[TXT] dsp.c  1.14   5 years  miko   i forgot to sync sndiod with aucat/dsp.c rev 1.12
[TXT] dsp.h  1.7   5 years  ratchov   Greatly simplify the resampling routine using the fact it processes exactly one ...
[TXT] fdpass.c  1.4   6 years  ratchov   Free memory in the error code-path, when we run out of descriptors during initia...
[TXT] fdpass.h  1.1   8 years  ratchov   In case of a bug in sndiod, an attacker (a local user) could run arbitrary code ...
[TXT] file.c  1.23   7 years  ratchov   Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net>
[TXT] file.h  1.5   8 years  ratchov   Make code fit in 80 columns, remove trailing spaces & tabs.
[TXT] listen.c  1.12   7 years  ratchov   Use a goto to factor all calls to close() when listen_in() returns an error. Fro...
[TXT] listen.h  1.3   8 years  ratchov   Make listen_new_xxx() routines return NULL on failure and check the returned val...
[TXT] midi.c  1.17   5 years  ratchov   Don't send MIDI-related flow control messages until at least half of the client ...
[TXT] midi.h  1.8   8 years  ratchov   Make midi->tickets signed (sign is needed for arithmetics even if the actual cou...
[TXT] miofile.c  1.4   8 years  ratchov   In case of a bug in sndiod, an attacker (a local user) could run arbitrary code ...
[TXT] miofile.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] opt.c  1.4   5 years  ratchov   Replace the gloal opt list with per-device lists.
[TXT] opt.h  1.2   5 years  ratchov   Replace the gloal opt list with per-device lists.
[TXT] siofile.c  1.14   6 years  ratchov   Fix debug printf used to report kernel bugs: print par.bps instead of par.bits. ...
[TXT] siofile.h  1.3   10 years  ratchov   Fix condition to check if a midi port is referenced. Remove unused bits.
[TXT] sndiod.8  1.2   8 years  ratchov   Mention that "sndiod -d" doesn't daemonize and that the -d flag can be specified...
[TXT] sndiod.c  1.34   5 years  ratchov   Use unveil(2) in the helper process to disallow access to other files than the d...
[TXT] sock.c  1.29   5 years  ratchov   Move slot-related debug printfs from sock_hello() to slot_new().
[TXT] sock.h  1.5   5 years  ratchov   Move opt pointer from the sock to the slot struct.
[TXT] sysex.h  1.2   10 years  ratchov   set the target device number of standard system exclusive messages to 0x7f (aka ...
[TXT] utils.c  1.4   7 years  ratchov   Many typos in comments. From Michael W. Bombardieri. Thanks.
[TXT] utils.h  1.3   11 years  ratchov   get NULL definition from stddef.h