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_5_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   10 years  ratchov   use -Wmissing-prototypes
[TXT] abuf.c  1.3   9 years  ratchov   Use signed integers as offset in the buffer (as aucat does) to avoid other signe...
[TXT] abuf.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] defs.h  1.2   11 years  ratchov   move log_level in utils.h with other logging bits
[TXT] dev.c  1.17   9 years  ratchov   log attach position only if log_level >= 0, remove empty dev_mon_snoop() functio...
[TXT] dev.h  1.9   9 years  ratchov   add missing protos, fix spacing
[TXT] dsp.c  1.8   9 years  ratchov   Don't assume that right-shift sign-extends integers.
[TXT] dsp.h  1.4   9 years  ratchov   Don't assume that right-shift sign-extends integers.
[TXT] file.c  1.6   9 years  ratchov   Allow files to be skipped in the poll(2) event loop, in case there are events al...
[TXT] file.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] listen.c  1.2   11 years  ratchov   don't display warnings if accept() returns ECONNABORTED or EWOULDBLOCK, as we do...
[TXT] listen.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] midi.c  1.10   10 years  ratchov   Fix condition to check if a midi port is referenced. Remove unused bits.
[TXT] midi.h  1.6   10 years  ratchov   add missing prototypes
[TXT] miofile.c  1.3   11 years  ratchov   drain midi port output buffer before closing it ensuring the last few bytes are ...
[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.2   11 years  ratchov   move log_level in utils.h with other logging bits
[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.6   9 years  ratchov   add missing protos, fix spacing
[TXT] siofile.h  1.3   10 years  ratchov   Fix condition to check if a midi port is referenced. Remove unused bits.
[TXT] sndiod.c  1.7   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] sock.c  1.15   9 years  ratchov   Check if slot is NULL, and if so, drop the connection. For now slot is never NUL...
[TXT] sock.h  1.3   10 years  ratchov   remove unused var
[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.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] utils.h  1.3   11 years  ratchov   get NULL definition from stddef.h
[TXT] sndiod.1 (in the Attic) [Hide]  1.4   9 years  nicm   Spelling - "alignment" not "alignement". ok ratchov