| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify what sio_start() does exactly |  ratchov | 2020-11-29 | 1 | -13/+13 |
* | * Add SIO_BPS() to NAME and SYNOPSIS where it is missing. |  schwarze | 2020-11-20 | 1 | -6/+15 |
* | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, |  schwarze | 2020-06-20 | 1 | -69/+75 |
* | move mixerctl and audioctl man pages to section 8, as these work |  deraadt | 2020-04-21 | 1 | -3/+3 |
* | Sayt that using capabilities to negociate audio parameters (ie using |  ratchov | 2019-01-18 | 1 | -2/+12 |
* | Move libsndio session cookie in its own $HOME/.sndio/ directory to |  ratchov | 2018-07-28 | 1 | -3/+3 |
* | Tweak RETURN VALUES section. Move description of sio_pollfd() and |  natano | 2017-01-03 | 1 | -18/+28 |
* | Document how to use sndio in pledged programs. |  tim | 2016-02-11 | 1 | -2/+57 |
* | Move sndiod man page to section 8. |  ratchov | 2016-01-07 | 1 | -6/+6 |
* | Remove useless quoting from .Fo and .Fn function names, to prevent |  schwarze | 2015-09-14 | 1 | -19/+19 |
* | Kill the only instance of .Lb in our tree. It is better to not use |  schwarze | 2014-12-02 | 1 | -4/+3 |
* | say this is the "sndio" api, as we have other audio/midi apis, |  ratchov | 2014-03-05 | 1 | -3/+3 |
* | 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 |
* | remove FILES sections because it's incomplete, wrong and doesn't give |  ratchov | 2013-07-04 | 1 | -15/+1 |
* | shorten lines in literal blocks to avoid word wraping |  ratchov | 2013-07-04 | 1 | -18/+18 |
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -3/+3 |
* | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, |  ratchov | 2013-04-06 | 1 | -10/+2 |
* | Make the "default" string a valid device name that has the same effect |  ratchov | 2012-05-23 | 1 | -4/+4 |
* | Use "unsigned int" rather than "unsigned". No object change. |  ratchov | 2012-04-11 | 1 | -30/+30 |
* | formatting errors, found using freebsd's "igor"; |  jmc | 2011-12-24 | 1 | -3/+3 |
* | mention sndiod rather than aucat when talking about the server |  ratchov | 2011-12-09 | 1 | -9/+9 |
* | Remove midicat since aucat can now be used instead of midicat |  ratchov | 2011-10-17 | 1 | -5/+5 |
* | some tweaks, from Tim van der Molen |  jmc | 2011-10-04 | 1 | -5/+5 |
* | Make aucat audio and midi backends share the same code to communicate |  ratchov | 2011-04-16 | 1 | -3/+3 |
* | tweak previous; |  jmc | 2010-11-06 | 1 | -2/+3 |
* | make sio_onvol(3) return a integer exposing whether a volume knob |  ratchov | 2010-11-06 | 1 | -4/+14 |
* | once sio_start() has been called, stream parameters cannot be |  jakemsr | 2010-04-26 | 1 | -2/+9 |
* | aucat (server): |  ratchov | 2010-04-06 | 1 | -45/+24 |
* | explain what sio_close() drains play buffers as if sio_close() was |  ratchov | 2009-12-30 | 1 | -16/+16 |
* | use const qualifier in libsndio, making it slightly more consistent |  ratchov | 2009-07-25 | 1 | -3/+3 |
* | Currently midi capable programs can control midi hardware, but |  ratchov | 2009-07-25 | 1 | -14/+12 |
* | describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values |  ratchov | 2009-05-15 | 1 | -3/+7 |
* | update the default socket paths, to reflect recent aucat changes |  ratchov | 2009-02-04 | 1 | -7/+7 |
* | explain that it's ok if we get a slightly different rate than |  ratchov | 2009-02-04 | 1 | -3/+5 |
* | fix bugs section: clarify that sio_start() and sio_stop() should |  ratchov | 2009-01-21 | 1 | -2/+2 |
* | explain what ``frame'' does mean |  ratchov | 2009-01-21 | 1 | -3/+7 |
* | replace s/routine/function/, as other manuals do |  ratchov | 2009-01-12 | 1 | -24/+24 |
* | oops, i messed up tim's patch; correction from Tim van der Molen |  jmc | 2009-01-08 | 1 | -3/+3 |
* | a little macro cleanup; from Tim van der Molen |  jmc | 2009-01-08 | 1 | -4/+8 |
* | stop using stderr in the library, wrap all diagnostic fprintfs |  ratchov | 2008-12-17 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2008-12-17 | 1 | -4/+4 |
* | add a writable ``appbufsz'' field to the sa_par structure, containing |  ratchov | 2008-12-17 | 1 | -19/+31 |
* | occures -> occurs; |  jmc | 2008-11-17 | 1 | -3/+3 |
* | document that sio_revents() can return POLLHUP |  ratchov | 2008-11-16 | 1 | -2/+5 |
* | tweak previous; |  jmc | 2008-11-11 | 1 | -16/+16 |
* | expose a volume knob in the sndio API: add sio_setvol(3) and |  ratchov | 2008-11-11 | 1 | -2/+39 |
* | typos; ok ratchov@ jmc@ |  naddy | 2008-11-09 | 1 | -8/+8 |
* | expose the block size in the sndio API by making par->round writable |  ratchov | 2008-11-07 | 1 | -4/+4 |