summaryrefslogtreecommitdiffstats
path: root/usr.bin/audioctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust section argument of .Dt macro after move from section 1 to 8;schwarze2020-04-231-3/+3
* use a root prompt for EXAMPLES; ok ratchovjmc2020-04-221-3/+3
* sort SEE ALSO;jmc2020-04-221-3/+3
* adjust for man pagesderaadt2020-04-211-1/+2
* move mixerctl and audioctl man pages to section 8, as these workderaadt2020-04-211-3/+3
* Drop 'mixer' variable whose value is not used.ratchov2020-02-021-6/+2
* Rename {print,parse}_val() functions to {print,parse}_field()ratchov2020-02-021-8/+8
* Rename print_names flag to show_names.ratchov2020-02-011-5/+5
* Move commands processing into it's own routine.ratchov2020-02-011-38/+53
* Don't open the device for reading.ratchov2020-01-301-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-8/+8
* unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rwmestre2018-09-171-1/+6
* close fd on an exit pathjsg2017-05-311-2/+4
* close an opened fd before returning from mainjsg2016-08-311-1/+2
* use the same argument name for -f in usage() as in SYNOPSIS;jmc2016-06-211-4/+4
* Make usage string match the man page.ratchov2016-06-211-2/+5
* some formatting and comma tweaks; ok ratchovjmc2016-06-211-6/+6
* Update manual to "new" audioctl:ratchov2016-06-211-30/+86
* Reimplement audioctl using new api in a simper way.ratchov2016-06-211-376/+218
* We're not allowed to change audio parameters while the device isratchov2016-01-291-15/+5
* Display play and record parameters that are not independentratchov2016-01-291-22/+26
* Use new AUDIO_GETPOS ioctl() to ensure "bytes" and "errors" countersratchov2015-07-281-15/+11
* Exposes number of bytes processed by the sound card (as returnedratchov2015-05-261-3/+9
* Display simply "play" when play mode is set (furthermore, "playsync",ratchov2015-05-161-5/+2
* remove reference to encodings the kernel doesn't expose anymoreratchov2015-05-161-9/+1
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-3/+3
* Hide unused, duplicate and/or misleading fields.ratchov2014-09-231-28/+1
* handle missing protoderaadt2013-11-131-2/+2
* Fix initializer botch introduced in r1.20 when 'oldval' field waskrw2012-07-271-2/+2
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-3/+7
* When values are changed, log the change in the ``name: old -> new''ratchov2009-11-121-33/+49
* fix typo: in the example use ``rate'' instead of ``sample_rate'',ratchov2009-11-101-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* update the example: using "play.block_size" instead of "blocksize" is nowratchov2008-04-251-2/+2
* display count of playback frame errors (underruns) in play.errors like wejakemsr2008-04-251-4/+7
* -a flag is deprecated, remove it from an example.jakemsr2008-04-251-3/+3
* add audio(4) driver the ability to use different block sizes for play andratchov2008-03-221-1/+3
* synchronize the synopsis and usage; improve description of flag "-a"sobrado2008-03-141-4/+5
* if no arguments given, assume a nice default; ok miod jakemsr deannaderaadt2007-11-261-2/+5
* style(9) fixes, optional flags without arguments come first;sobrado2007-09-272-17/+17
* implement the output_muted member of audio_info_t as found in originaljakemsr2007-09-171-1/+2
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-062-9/+7
* convert to new .Dd format;jmc2007-05-311-2/+2
* More use of const and fix a signed/unsigned comparison.moritz2006-03-141-10/+10
* - better width for options listjmc2004-07-301-11/+13
* make -w optional to set options, so audioctl is consistent withvincent2004-07-062-62/+60
* make man page example match realitybeck2004-05-091-4/+6
* rearrange examples so they expand properly;jmc2003-10-221-4/+5
* ()deraadt2003-06-211-2/+2
* - section reorderjmc2003-06-101-11/+11