summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/file.c
AgeCommit message (Expand)Author
2015-01-21Simplify internals and rewrite file header parsing code:Alexandre Ratchov
2013-11-18add missing prototypesAlexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-03-29Don't spin if accept() fails because it is out of file descriptors,Alexandre Ratchov
2011-10-12Simplify and improve the way options are parsed and remove ~300 linesAlexandre Ratchov
2011-06-27Display the CPU usage when -ddddd is used, ie the time spent onAlexandre Ratchov
2011-06-02If there are no descriptors to poll, just sleep until SIGALRMAlexandre Ratchov
2011-06-02don't exit from the main loop if there are pending time outs.Alexandre Ratchov
2011-03-15use timerclear macroOkan Demirmen
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-07-10When a file is created, initialize its ``busy cycles'' counter to zero.Alexandre Ratchov
2010-07-06Try to detect busy loops caused by misbehaving audio driversAlexandre Ratchov
2010-05-02use clock_gettime() and interval timers instead of gettimeofday()Alexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2010-04-03backout last change, committed by mistake, sorry...Alexandre Ratchov
2010-04-03doc fixes from jmcAlexandre Ratchov
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-02-04if there are too many connections, stop acceping new ones ratherAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
2008-12-27complain about a deadlock only if there are descriptors waitingAlexandre Ratchov
2008-11-16trigger rproc->eof() and and wproc->hup() if POLLHUP event is set.Alexandre Ratchov
2008-11-16make aucat compile without DEBUG defined (still defined by default)Alexandre Ratchov
2008-11-16in file_poll() the number of polled file structures is not equal to theAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-08-14move all device related stuff from aucat.c to a new dev.c file.Alexandre Ratchov
2008-08-14in file.c, before dereferencing pointers to in(), out(), eof(),Alexandre Ratchov
2008-05-23add support for:Alexandre Ratchov