| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-29 | Clarify what sio_start() does exactly |  ratchov | 1 | -13/+13 |
| 2020-11-20 | * Make .Nd more specific. |  schwarze | 1 | -44/+57 |
| 2020-11-20 | * Add SIO_BPS() to NAME and SYNOPSIS where it is missing. |  schwarze | 1 | -6/+15 |
| 2020-11-19 | Allow specific devices to be used for play-only and rec-only modes. |  ratchov | 2 | -8/+25 |
| 2020-07-18 | Raw device access is not anymore a fall-back for when sndiod isn't running |  ratchov | 1 | -8/+2 |
| 2020-06-28 | Use .Dv for SIOCTL_SEL, as we do for all other macros |  ratchov | 1 | -3/+3 |
| 2020-06-28 | Allow switching between alternate devices (-F option) with sndioctl(1) |  ratchov | 1 | -1/+1 |
| 2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of |  ratchov | 1 | -5/+11 |
| 2020-06-20 | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, |  schwarze | 1 | -69/+75 |
| 2020-06-20 | add missing ENVIRONMENT. HISTORY, and AUTHORS sections, |  schwarze | 1 | -12/+29 |
| 2020-06-18 | uint8_t is a discrete, not a continuous type, |  schwarze | 1 | -9/+8 |
| 2020-06-18 | Many of these functions have several arguments, and some arguments |  schwarze | 1 | -19/+48 |
| 2020-06-18 | basic macro cleanup, and reword two phrases about closed intervals |  schwarze | 1 | -53/+52 |
| 2020-06-18 | Document sioctl_desc structure maxval attribute |  ratchov | 1 | -5/+19 |
| 2020-05-25 | Add missing .Xr and .Nm, reword and simplify few sentences |  ratchov | 1 | -13/+20 |
| 2020-05-19 | remove information already given in same sentence; |  jmc | 1 | -2/+2 |
| 2020-05-19 | Replace off-topic parts of the desciption by an architecture overview |  ratchov | 1 | -62/+58 |
| 2020-04-30 | If no "xxx.mute" control is found, try "xxx_mute" |  ratchov | 1 | -1/+11 |
| 2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work |  deraadt | 1 | -3/+3 |
| 2020-04-19 | spelling fix; |  jmc | 1 | -2/+2 |
| 2020-04-19 | Mention SIO_DEVANY instead of nonexistent SIOCTL_DEVANY constant |  feinerer | 1 | -3/+3 |
| 2020-02-26 | Fix .Dt line and copyright year. |  ratchov | 1 | -3/+3 |
| 2020-02-26 | Add API to control audio device parameters exposed by sndiod. |  ratchov | 9 | -5/+1304 |
| 2019-07-12 | Add affinity between the program and its mixer control. |  ratchov | 2 | -3/+4 |
| 2019-07-05 | Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>. |  ratchov | 1 | -0/+17 |
| 2019-06-29 | Check if syscalls return -1 instead of any negative value. |  ratchov | 4 | -33/+33 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -18/+18 |
| 2019-06-28 | mkstemp() returns -1 on failure |  deraadt | 1 | -2/+2 |
| 2019-03-28 | Wait until server disconnects before closing the socket. Otherwise, |  ratchov | 1 | -4/+17 |
| 2019-01-18 | Sayt that using capabilities to negociate audio parameters (ie using |  ratchov | 1 | -2/+12 |
| 2018-12-18 | "a" MIDI, not "an"; |  jmc | 1 | -3/+3 |
| 2018-10-31 | remove a guard in mio_read(), mio_write, sio_read() & sio_write() for a |  miko | 2 | -22/+2 |
| 2018-09-26 | call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratchov@ |  miko | 2 | -27/+10 |
| 2018-09-19 | fix message to reflect "rmidi" is the expected string; ok ratchov@ |  miko | 1 | -2/+2 |
| 2018-09-19 | sys/stat.h not needed here; ok ratchov@ |  miko | 4 | -8/+4 |
| 2018-07-28 | Move libsndio session cookie in its own $HOME/.sndio/ directory to |  ratchov | 3 | -8/+18 |
| 2018-07-28 | Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoid |  ratchov | 1 | -4/+4 |
| 2017-12-26 | Missed in previous |  jca | 1 | -0/+36 |
| 2017-12-26 | Use a version script to limit exported symbols |  jca | 2 | -3/+5 |
| 2017-12-07 | * clean up macro usage: use .Ar for command arguments, .Cm for fixed |  schwarze | 1 | -30/+33 |
| 2017-11-04 | polish debug printfs, no behaviour change. |  ratchov | 1 | -2/+6 |
| 2017-10-17 | add missing HISTORY; based on CVS logs and release announcements |  schwarze | 1 | -2/+7 |
| 2017-01-03 | Tweak RETURN VALUES section. Move description of sio_pollfd() and |  natano | 1 | -18/+28 |
| 2016-04-07 | Use the "new" audio(4) api and delete all the useless code to deal |  ratchov | 1 | -444/+151 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -26/+1 |
| 2016-02-11 | Document how to use sndio in pledged programs. |  tim | 1 | -2/+57 |
| 2016-01-09 | Make code fit in 80 columns, remove trailing spaces & tabs. |  ratchov | 7 | -21/+24 |
| 2016-01-07 | fix SEE ALSO; |  jmc | 1 | -3/+3 |
| 2016-01-07 | Move sndiod man page to section 8. |  ratchov | 3 | -34/+34 |
| 2015-12-23 | remove NULL-checks before free() |  mmcc | 1 | -5/+3 |