summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod
AgeCommit message (Expand)Author
2015-08-27backout previous for now, as it causes me portability problemsAlexandre Ratchov
2015-08-11Use INTIM instead of -1 as poll(2) time-out argument.Alexandre Ratchov
2015-08-11Don't call poll(2) with few millisecond time-out argument when -1Alexandre Ratchov
2015-08-01Move processing of polled files in its own function, and call itAlexandre Ratchov
2015-07-24Crank watchdog timeout from 2 to 4 seconds.Alexandre Ratchov
2015-07-24Log when device is disconnected.Alexandre Ratchov
2015-07-24Clear watchdog timer when device is closed, fixes use-after-free inAlexandre Ratchov
2015-07-17Use an offsets in the array of pollfd structures instead of pointers. NoAlexandre Ratchov
2015-07-17rename nfds to max_nfds, no object changeAlexandre Ratchov
2015-07-17Move non-debug varibles outside #ifdef DEBUG blockAlexandre Ratchov
2015-07-17Simplify debug info: log poll descriptors on a single line, recordAlexandre Ratchov
2015-07-17Stop using interval timers (not inherited by fork(2), obsolete inAlexandre Ratchov
2015-04-26Fix typo in the buffer size value: 7680 in the manpage vs 7860 inDavid Coppa
2015-02-16Check if slot is NULL, and if so, drop the connection. For now slotAlexandre Ratchov
2015-02-16add missing protos, fix spacingAlexandre Ratchov
2015-02-16Allow files to be skipped in the poll(2) event loop, in caseAlexandre Ratchov
2015-02-16Use signed integers as offset in the buffer (as aucat does) toAlexandre Ratchov
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-21Don't forget to transmit the xrun attribute in GETPAR messages. FoundAlexandre Ratchov
2014-10-12Don't assume that right-shift sign-extends integers.Alexandre Ratchov
2014-10-08check audio parameters returned by the audio drivers,Alexandre Ratchov
2014-08-13Spelling - "alignment" not "alignement". ok ratchovNicholas Marriott
2014-06-02fix uninitialized sock->port variable, causing crashes in certainAlexandre Ratchov
2014-06-02log attach position only if log_level >= 0,Alexandre Ratchov
2014-03-17Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle()Alexandre Ratchov
2014-03-17fix wrong file status stringsAlexandre Ratchov
2014-03-17typo in debug printfAlexandre Ratchov
2014-03-17unbreak monitoring mode, which was shifted in time by 1 blockAlexandre Ratchov
2014-03-07remove unused "delta" argument from onmove callbacksAlexandre Ratchov
2014-03-07remove unused mmc start/stop/relocate call-backs as they don'tAlexandre Ratchov
2014-03-05- properly set initial position: fixes incorrect position reportingAlexandre Ratchov
2014-03-05remove unused "autostart" featureAlexandre Ratchov
2014-03-05remove (unused) square tone generatorAlexandre Ratchov
2014-03-05Check that socket is writable before attempting to write dataAlexandre Ratchov
2014-03-05remove unused varAlexandre Ratchov
2014-02-08copy the correct number of channels in join/expandAlexandre Ratchov
2014-02-08remove debug bits: dont fill with junk unused channelsAlexandre Ratchov
2014-02-08use the correct integer width in calls to AMSG_ISSET()Alexandre Ratchov
2013-12-31Drop blocks and instert silence immediately in the socket rx/tx codeAlexandre Ratchov
2013-12-31round client block size to nearest possbleAlexandre Ratchov
2013-12-20set the target device number of standard system exclusiveAlexandre Ratchov
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
2013-11-18add missing prototypesAlexandre Ratchov
2013-09-28Fix condition to check if a midi port is referenced. Remove unused bits.Alexandre Ratchov
2013-05-12use -q options order as order of exposed midi portsAlexandre Ratchov
2013-05-12Fix reversed condition to check if a midi port is referenced,Alexandre Ratchov
2013-05-12get NULL definition from stddef.hAlexandre Ratchov
2013-05-05Initialize channel ranges of new slots to full sub-device channels.Alexandre Ratchov
2013-05-05Initialize client rate. Fixes crashes when the client doesn't set theAlexandre Ratchov