| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop 'mixer' variable whose value is not used. |  ratchov | 2020-02-02 | 1 | -6/+2 |
* | Rename {print,parse}_val() functions to {print,parse}_field() |  ratchov | 2020-02-02 | 1 | -8/+8 |
* | Rename print_names flag to show_names. |  ratchov | 2020-02-01 | 1 | -5/+5 |
* | Move commands processing into it's own routine. |  ratchov | 2020-02-01 | 1 | -38/+53 |
* | Don't open the device for reading. |  ratchov | 2020-01-30 | 1 | -3/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -8/+8 |
* | unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rw |  mestre | 2018-09-17 | 1 | -1/+6 |
* | close fd on an exit path |  jsg | 2017-05-31 | 1 | -2/+4 |
* | close an opened fd before returning from main |  jsg | 2016-08-31 | 1 | -1/+2 |
* | use the same argument name for -f in usage() as in SYNOPSIS; |  jmc | 2016-06-21 | 1 | -4/+4 |
* | Make usage string match the man page. |  ratchov | 2016-06-21 | 1 | -2/+5 |
* | Reimplement audioctl using new api in a simper way. |  ratchov | 2016-06-21 | 1 | -376/+218 |
* | Display play and record parameters that are not independent |  ratchov | 2016-01-29 | 1 | -22/+26 |
* | Use new AUDIO_GETPOS ioctl() to ensure "bytes" and "errors" counters |  ratchov | 2015-07-28 | 1 | -15/+11 |
* | Exposes number of bytes processed by the sound card (as returned |  ratchov | 2015-05-26 | 1 | -3/+9 |
* | Display simply "play" when play mode is set (furthermore, "playsync", |  ratchov | 2015-05-16 | 1 | -5/+2 |
* | remove reference to encodings the kernel doesn't expose anymore |  ratchov | 2015-05-16 | 1 | -9/+1 |
* | in getopt() blocks, stop incrementing flag variable which are supposed |  deraadt | 2015-02-08 | 1 | -3/+3 |
* | Hide unused, duplicate and/or misleading fields. |  ratchov | 2014-09-23 | 1 | -28/+1 |
* | handle missing proto |  deraadt | 2013-11-13 | 1 | -2/+2 |
* | Fix initializer botch introduced in r1.20 when 'oldval' field was |  krw | 2012-07-27 | 1 | -2/+2 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -3/+7 |
* | When values are changed, log the change in the ``name: old -> new'' |  ratchov | 2009-11-12 | 1 | -33/+49 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | display count of playback frame errors (underruns) in play.errors like we |  jakemsr | 2008-04-25 | 1 | -4/+7 |
* | add audio(4) driver the ability to use different block sizes for play and |  ratchov | 2008-03-22 | 1 | -1/+3 |
* | if no arguments given, assume a nice default; ok miod jakemsr deanna |  deraadt | 2007-11-26 | 1 | -2/+5 |
* | style(9) fixes, optional flags without arguments come first; |  sobrado | 2007-09-27 | 1 | -12/+12 |
* | implement the output_muted member of audio_info_t as found in original |  jakemsr | 2007-09-17 | 1 | -1/+2 |
* | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 2007-08-06 | 1 | -3/+3 |
* | More use of const and fix a signed/unsigned comparison. |  moritz | 2006-03-14 | 1 | -10/+10 |
* | make -w optional to set options, so audioctl is consistent with |  vincent | 2004-07-06 | 1 | -57/+56 |
* | () |  deraadt | 2003-06-21 | 1 | -2/+2 |
* | kill += snprintf |  deraadt | 2003-04-16 | 1 | -10/+11 |
* | audio_prinfo.seek is int now; document and sync |  naddy | 2002-12-13 | 1 | -3/+3 |
* | ansi, KNF, other style(9) improvements and logic simplification; andrushock@korovino.net |  pvalchev | 2002-12-10 | 1 | -44/+35 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -7/+7 |
* | Sync usage() output and man page; mpech@prosoft.org.lv |  aaron | 2000-11-21 | 1 | -4/+4 |
* | fullduplex, and UINT |  deraadt | 1998-07-15 | 1 | -2/+3 |
* | From NetBSD: Lennart Augustsson |  provos | 1998-04-30 | 1 | -3/+8 |
* | $OpenBSD$ |  provos | 1998-04-26 | 1 | -0/+1 |
* | audioctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> |  provos | 1998-04-26 | 1 | -0/+448 |