Age | Commit message (Expand) | Author |
2018-09-17 | unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rw | Ricardo Mestre |
2017-05-31 | close fd on an exit path | Jonathan Gray |
2016-08-31 | close an opened fd before returning from main | Jonathan Gray |
2016-06-21 | use the same argument name for -f in usage() as in SYNOPSIS; | Jason McIntyre |
2016-06-21 | Make usage string match the man page. | Alexandre Ratchov |
2016-06-21 | some formatting and comma tweaks; ok ratchov | Jason McIntyre |
2016-06-21 | Update manual to "new" audioctl: | Alexandre Ratchov |
2016-06-21 | Reimplement audioctl using new api in a simper way. | Alexandre Ratchov |
2016-01-29 | We're not allowed to change audio parameters while the device is | Alexandre Ratchov |
2016-01-29 | Display play and record parameters that are not independent | Alexandre Ratchov |
2015-07-28 | Use new AUDIO_GETPOS ioctl() to ensure "bytes" and "errors" counters | Alexandre Ratchov |
2015-05-26 | Exposes number of bytes processed by the sound card (as returned | Alexandre Ratchov |
2015-05-16 | Display simply "play" when play mode is set (furthermore, "playsync", | Alexandre Ratchov |
2015-05-16 | remove reference to encodings the kernel doesn't expose anymore | Alexandre Ratchov |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2014-09-23 | Hide unused, duplicate and/or misleading fields. | Alexandre Ratchov |
2013-11-13 | handle missing proto | Theo de Raadt |
2012-07-27 | Fix initializer botch introduced in r1.20 when 'oldval' field was | Kenneth R Westerback |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-11-12 | When values are changed, log the change in the ``name: old -> new'' | Alexandre Ratchov |
2009-11-10 | fix typo: in the example use ``rate'' instead of ``sample_rate'', | Alexandre Ratchov |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-04-25 | update the example: using "play.block_size" instead of "blocksize" is now | Alexandre Ratchov |
2008-04-25 | display count of playback frame errors (underruns) in play.errors like we | Jacob Meuser |
2008-04-25 | -a flag is deprecated, remove it from an example. | Jacob Meuser |
2008-03-22 | add audio(4) driver the ability to use different block sizes for play and | Alexandre Ratchov |
2008-03-14 | synchronize the synopsis and usage; improve description of flag "-a" | Igor Sobrado |
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt |
2007-09-27 | style(9) fixes, optional flags without arguments come first; | Igor Sobrado |
2007-09-17 | implement the output_muted member of audio_info_t as found in original | Jacob Meuser |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-03-14 | More use of const and fix a signed/unsigned comparison. | Moritz Jodeit |
2004-07-30 | - better width for options list | Jason McIntyre |
2004-07-06 | make -w optional to set options, so audioctl is consistent with | Vincent Labrecque |
2004-05-09 | make man page example match reality | Bob Beck |
2003-10-22 | rearrange examples so they expand properly; | Jason McIntyre |
2003-06-21 | () | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-04-16 | kill += snprintf | Theo de Raadt |
2002-12-13 | audio_prinfo.seek is int now; document and sync | Christian Weisgerber |
2002-12-10 | ansi, KNF, other style(9) improvements and logic simplification; andrushock@k... | Peter Valchev |
2002-12-10 | sort options; andrushock@korovino.net | Peter Valchev |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2000-11-21 | Sync usage() output and man page; mpech@prosoft.org.lv | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-04 | mdoc'ify | Aaron Campbell |