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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[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.4   11 years  ratchov   Encoding conversion buffer size is one stream block, not one device block. Fix c...
[TXT] dev.h  1.2   11 years  ratchov   make DEV_xxx contiguous
[TXT] dsp.c  1.3   11 years  ratchov   move log_level in utils.h with other logging bits
[TXT] dsp.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[TXT] file.c  1.3   11 years  ratchov   if a device doesn't respond within two seconds, then just close it and drop all ...
[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.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[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.7   11 years  ratchov   readjust midi flow control after consuming input data
[TXT] midi.h  1.5   11 years  ratchov   drain midi port output buffer before closing it ensuring the last few bytes are ...
[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.2   11 years  ratchov   if a device doesn't respond within two seconds, then just close it and drop all ...
[TXT] siofile.h  1.2   11 years  ratchov   if a device doesn't respond within two seconds, then just close it and drop all ...
[TXT] sndiod.c  1.4   11 years  ratchov   Parse "-m mode1,mode2,.. " strings strictly.
[TXT] sock.c  1.5   11 years  ratchov   set port = NULL for new connctions, fixes crashes found by brad
[TXT] sock.h  1.2   11 years  ratchov   For MIDI ports, use the same open/close logic as for audio devices: drop clients...
[TXT] sysex.h  1.1   11 years  ratchov   Remplace aucat server by a new sndiod daemon aimed to be simpler smaller and fas...
[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.2   11 years  ratchov   move log_level in utils.h with other logging bits
[TXT] sndiod.1 (in the Attic) [Hide]  1.3   11 years  jmc   simpler text; ok ratchov