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_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   10 years  ratchov   use -Wmissing-prototypes
[TXT] abuf.c  1.2   11 years  ratchov   move log_level in utils.h with other logging bits
[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.8   10 years  ratchov   unbreak monitoring mode, which was shifted in time by 1 block
[TXT] dsp.c  1.6   10 years  ratchov   typo in debug printf
[TXT] dsp.h  1.3   10 years  ratchov   remove (unused) square tone generator
[TXT] file.c  1.5   10 years  ratchov   fix wrong file status strings
[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.4   10 years  ratchov   unbreak monitoring mode, which was shifted in time by 1 block
[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.6   10 years  ratchov   remove unused "autostart" feature
[TXT] sock.c  1.13   9 years  ratchov   fix uninitialized sock->port variable, causing crashes in certain error handling...
[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.3   11 years  jmc   simpler text; ok ratchov