| Commit message (Expand) | Author | Age | Files | Lines |
* | Make code fit in 80 columns, remove trailing spaces & tabs. |  ratchov | 2016-01-09 | 7 | -21/+24 |
* | fix SEE ALSO; |  jmc | 2016-01-07 | 1 | -3/+3 |
* | Move sndiod man page to section 8. |  ratchov | 2016-01-07 | 3 | -34/+34 |
* | remove NULL-checks before free() |  mmcc | 2015-12-23 | 1 | -5/+3 |
* | Expose internal functions necessary to open audio devices and midi |  ratchov | 2015-12-20 | 3 | -7/+19 |
* | MIO_IN needs O_RDONLY, not O_WRONLY |  ratchov | 2015-11-30 | 1 | -2/+2 |
* | -M option was removed, midi ports registered with -q |  ratchov | 2015-11-25 | 1 | -3/+3 |
* | Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error). |  ratchov | 2015-11-24 | 1 | -3/+3 |
* | remove unneeded prototypes |  ratchov | 2015-11-22 | 1 | -3/+1 |
* | Don't remove the type component from the device string before passing |  ratchov | 2015-11-22 | 9 | -70/+102 |
* | Split function to initialize the raw device in two parts, one to open |  ratchov | 2015-11-18 | 1 | -23/+44 |
* | don't call AUDIO_SETFD ioctl as it's a no-op |  ratchov | 2015-11-17 | 1 | -13/+2 |
* | Fix missing checks for truncation of long file names. Rather than |  ratchov | 2015-10-05 | 1 | -14/+28 |
* | use macros for cookie path and temp file template instead |  ratchov | 2015-10-02 | 1 | -3/+5 |
* | Validate that midi and audio device numbers are integers. |  ratchov | 2015-10-02 | 4 | -7/+43 |
* | As device path is known, use its size instead of PATH_MAX |  ratchov | 2015-10-02 | 2 | -4/+12 |
* | Use macros for audio and midi device paths rather than hardcoded |  ratchov | 2015-10-02 | 2 | -4/+6 |
* | As the socket path is known, use its size rather that PATH_MAX. |  ratchov | 2015-10-02 | 2 | -4/+11 |
* | fix typo in debug message |  ratchov | 2015-10-02 | 1 | -2/+2 |
* | use macros instead of hard-coded strings for unix sockets paths |  ratchov | 2015-10-02 | 2 | -6/+16 |
* | fix spacing |  ratchov | 2015-10-02 | 1 | -2/+2 |
* | remove unused DEFAULT_OPT macro |  ratchov | 2015-10-02 | 1 | -2/+1 |
* | Remove support for the AUCAT_COOKIE environment variable. |  ratchov | 2015-10-01 | 2 | -17/+9 |
* | Remove useless quoting from .Fo and .Fn function names, to prevent |  schwarze | 2015-09-14 | 2 | -29/+29 |
* | Use "Ev" macro for AUCAT_COOKIE environment variable. From Michael |  ratchov | 2015-08-01 | 1 | -3/+3 |
* | Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS and |  ratchov | 2015-07-28 | 1 | -43/+24 |
* | Fix arithmetic mistake causing errors when there are more xruns on the |  ratchov | 2015-07-24 | 1 | -2/+2 |
* | add missing braces in _aucat_wmsg() |  jsg | 2015-05-05 | 1 | -2/+3 |
* | Drop yet another hook for ':' char in midi device names. |  ratchov | 2015-02-16 | 1 | -2/+1 |
* | Remove backward compat bits to support for ':' character in sndio |  ratchov | 2015-02-16 | 1 | -13/+1 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 4 | -8/+4 |
* | Kill the only instance of .Lb in our tree. It is better to not use |  schwarze | 2014-12-02 | 1 | -4/+3 |
* | Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found |  ratchov | 2014-11-21 | 1 | -1/+2 |
* | Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating sockets |  guenther | 2014-09-07 | 1 | -7/+4 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 2 | -15/+4 |
* | debug level test for clock_gettime() calls should match |  jsg | 2014-08-10 | 1 | -2/+2 |
* | slightly "nicer" debug printfs |  ratchov | 2014-03-07 | 1 | -3/+6 |
* | - use relative read/write positions to keep track of buffer |  ratchov | 2014-03-05 | 4 | -58/+74 |
* | say this is the "sndio" api, as we have other audio/midi apis, |  ratchov | 2014-03-05 | 2 | -6/+6 |
* | clean up macro usage; |  schwarze | 2014-01-22 | 1 | -74/+79 |
* | - clarify that sio_close() stops the device first, then |  ratchov | 2013-12-23 | 1 | -26/+21 |
* | - replaces "audio stream" by "audio device", as sndio is a device |  ratchov | 2013-12-22 | 1 | -73/+55 |
* | Be less verbose when SNDIO_DEBUG=1 is set. |  ratchov | 2013-12-20 | 4 | -21/+21 |
* | use -Wmissing-prototypes |  ratchov | 2013-11-21 | 1 | -2/+2 |
* | move -Wxxx flags from CFALGS to COPTS |  ratchov | 2013-11-19 | 1 | -3/+3 |
* | add missing prototypes |  ratchov | 2013-11-18 | 1 | -1/+2 |
* | Prefix by '_' symbols that are not part of the API. |  ratchov | 2013-11-13 | 13 | -143/+142 |
* | internalize some functions so that they do not need prototypes |  deraadt | 2013-11-12 | 1 | -4/+4 |
* | Move underrun/overrun recovery code from the sun-api back-end to |  ratchov | 2013-08-24 | 3 | -144/+138 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -1/+1 |