| Commit message (Expand) | Author | Age | Files | Lines |
* | drop useless .Xo and .Bk, and shorten by avoiding some .Sm |  schwarze | 2015-09-25 | 1 | -4/+2 |
* | use file system path (.Pa) semantic markup macros where appropriate. |  sobrado | 2015-07-27 | 1 | -4/+4 |
* | in getopt() blocks, stop incrementing flag variable which are supposed |  deraadt | 2015-02-08 | 1 | -4/+4 |
* | if a value is changed and -n is used, print the new value only. |  ratchov | 2009-11-12 | 1 | -14/+13 |
* | some minor cleanup, including a fix from Thomas Pfaff (mention |  jmc | 2008-10-19 | 1 | -11/+13 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 2 | -17/+3 |
* | synchronize the synopsis and usage; improve description of flag "-a" |  sobrado | 2008-03-14 | 1 | -4/+5 |
* | the mixer_devinfo structure contains next and prev pointers; they are used |  ratchov | 2008-01-13 | 1 | -3/+2 |
* | if no arguments given, assume a nice default; ok miod jakemsr deanna |  deraadt | 2007-11-26 | 1 | -3/+5 |
* | style(9) fixes, optional flags without arguments come first; |  sobrado | 2007-09-27 | 2 | -6/+6 |
* | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 2007-08-06 | 2 | -10/+9 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | big sorry to simon dassow, whose diff i inadvertently removed; |  jmc | 2005-10-18 | 1 | -2/+7 |
* | - document the different types of mixerctl variables |  jmc | 2005-10-17 | 1 | -38/+51 |
* | more words; janus@area319.de |  deraadt | 2005-10-10 | 1 | -2/+4 |
* | missing progname, clamat@telus.net |  deraadt | 2005-10-07 | 1 | -2/+2 |
* | toggle support from janus@area319.de. i was unsure, but a few other |  deraadt | 2005-10-01 | 2 | -9/+43 |
* | Fix mixerctl -q |  millert | 2005-05-09 | 1 | -5/+5 |
* | Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusive |  millert | 2005-02-07 | 1 | -51/+41 |
* | Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@ |  otto | 2005-02-02 | 1 | -89/+87 |
* | Minor KNF, s/for(/for (/ |  millert | 2005-01-04 | 1 | -16/+16 |
* | Fix some issues noted by Joris Vink; pedro@ OK |  millert | 2005-01-04 | 1 | -5/+6 |
* | Add support for setting mixerctl values in a sysctl.conf like manner |  jsg | 2004-11-22 | 1 | -1/+2 |
* | Xrs from Alexey E. Suslikov; |  jmc | 2004-07-30 | 1 | -1/+3 |
* | fix ndev counting loop. report from Stuart Cassoff |  tedu | 2004-03-02 | 1 | -4/+4 |
* | fix segfault when an invalid field was requested |  vincent | 2004-01-22 | 1 | -4/+8 |
* | remove need for -w. ok beck deraadt |  tedu | 2004-01-22 | 2 | -46/+39 |
* | mixerctl.1: |  jmc | 2003-11-21 | 2 | -22/+24 |
* | - section reorder |  jmc | 2003-06-10 | 1 | -11/+11 |
* | unbreak tree; ok margarida@ |  todd | 2003-05-15 | 1 | -2/+2 |
* | make usage printing match what's in the manpage, which is better; ok jfb@ |  jsyn | 2003-05-15 | 1 | -4/+4 |
* | Add a -q flag to suppress all output when setting a variable, and |  jfb | 2003-05-15 | 2 | -8/+13 |
* | end sentence with a period; jmc@prioris.mini.pw.edu.pl |  pvalchev | 2003-01-05 | 1 | -2/+2 |
* | ansify, indent, check for malloc/calloc failure, proper usage() |  pvalchev | 2002-12-03 | 1 | -72/+62 |
* | complete SYNOPSIS, sort options and improve wording slightly |  pvalchev | 2002-12-03 | 1 | -9/+10 |
* | use $ or # before commands in examples |  deraadt | 2002-11-14 | 1 | -2/+2 |
* | strlcat |  deraadt | 2002-05-29 | 1 | -5/+9 |
* | 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 | -5/+5 |
* | open RDWR only for -w, RDONLY otherwise |  mickey | 2002-01-09 | 1 | -11/+11 |
* | Remove completely redundant introductory sentences in ENVIRONMENT sections. |  aaron | 2001-05-01 | 1 | -3/+1 |
* | - Section shuffling: comply to the section ordering outlined in mdoc(7). |  aaron | 2000-11-10 | 1 | -6/+6 |
* | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 2000-11-09 | 1 | -2/+2 |
* | Convert to newer style. |  aaron | 2000-03-10 | 1 | -37/+48 |
* | fix for case no mixer devices are available, got triggered by malloc.conf->J; millert@ ok |  mickey | 1999-07-19 | 1 | -1/+5 |
* | more .Nm fixes |  aaron | 1998-12-16 | 1 | -6/+4 |
* | usr.bin/ man page fixes, f-m. |  aaron | 1998-09-26 | 1 | -5/+5 |
* | more man page fixes; aaron@ug.cs.dal.ca |  deraadt | 1998-09-01 | 1 | -2/+2 |
* | Add some more explanatory text. augustss |  provos | 1998-06-02 | 1 | -6/+43 |
* | allow relative values via +/- prefixes |  millert | 1998-05-02 | 2 | -7/+50 |
* | From NetBSD: Lennart Augustsson: |  provos | 1998-04-30 | 2 | -5/+13 |