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_2_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.28   7 years  ratchov   Fix the code supposed to abort when attempting to detach a slot that's not on th...
[TXT] dev.h  1.11   8 years  ratchov   Remove unused arguments of dev_adjpar(), getbasepath() and all slotops->onvol() ...
[TXT] dsp.c  1.12   7 years  ratchov   Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net>
[TXT] dsp.h  1.6   7 years  ratchov   remove unused variables
[TXT] fdpass.c  1.3   8 years  ratchov   Make code fit in 80 columns, remove trailing spaces & tabs.
[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.16   7 years  ratchov   Many typos in comments. From Michael W. Bombardieri. Thanks.
[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.3   8 years  ratchov   Use unorderd list to store sub-device configuration (we don't use order anymore)...
[TXT] opt.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[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.32   7 years  ratchov   Move initialization of the helper process in its own routine to make code more r...
[TXT] sock.c  1.20   6 years  ratchov   Add comments to explain correct code that might look wrong.
[TXT] sock.h  1.4   8 years  ratchov   spacing
[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