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_0_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.26   7 years  ratchov   Set initial mixer slot name to "prog" to make all slots visible in audioctl and ...
[TXT] dev.h  1.11   8 years  ratchov   Remove unused arguments of dev_adjpar(), getbasepath() and all slotops->onvol() ...
[TXT] dsp.c  1.10   8 years  ratchov   unexpand tabs
[TXT] dsp.h  1.5   8 years  ratchov   Make code fit in 80 columns, remove trailing spaces & tabs.
[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.22   7 years  ratchov   Use CLOCK_UPTIME instead of CLOCK_MONOTONIC, as the later makes jumps during sus...
[TXT] file.h  1.5   8 years  ratchov   Make code fit in 80 columns, remove trailing spaces & tabs.
[TXT] listen.c  1.11   8 years  ratchov   Fix changes that last commit undid by mistake, sorry.
[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.15   8 years  ratchov   Make code fit in 80 columns, remove trailing spaces & tabs.
[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.12   7 years  ratchov   Don't warn when read or write block at cycle boundary, this may happen when remo...
[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.31   8 years  ratchov   Remove unused arguments of dev_adjpar(), getbasepath() and all slotops->onvol() ...
[TXT] sock.c  1.18   8 years  ratchov   Remove unused arguments of dev_adjpar(), getbasepath() and all slotops->onvol() ...
[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.3   7 years  ratchov   Assert we're not freeing buffers we didn't allocate
[TXT] utils.h  1.3   11 years  ratchov   get NULL definition from stddef.h