Age | Commit message (Expand) | Author |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-04-23 | Explain in the DESCRIPTION section in which cases mixerctl should be used | Alexandre Ratchov |
2020-04-23 | Use "control" instead of "variable", more appropriate in this context | Alexandre Ratchov |
2020-04-23 | adjust section argument of .Dt macro after move from section 1 to 8; | Ingo Schwarze |
2020-04-22 | use a root prompt for EXAMPLES; ok ratchov | Jason McIntyre |
2020-04-22 | Use the same workding as in other pages. | Alexandre Ratchov |
2020-04-22 | sort SEE ALSO; | Jason McIntyre |
2020-04-21 | adjust for man pages | Theo de Raadt |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt |
2020-04-04 | Use /dev/audioctlN instead of /dev/mixerN. | Alexandre Ratchov |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-08-08 | add unveil(2) to mixerctl(1) | Ricardo Mestre |
2018-07-30 | catch up with the symlink removal of /dev/{audio,mixer}; | Jason McIntyre |
2015-09-25 | drop useless .Xo and .Bk, and shorten by avoiding some .Sm | Ingo Schwarze |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2009-11-12 | if a value is changed and -n is used, print the new value only. | Alexandre Ratchov |
2008-10-19 | some minor cleanup, including a fix from Thomas Pfaff (mention | Jason McIntyre |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-03-14 | synchronize the synopsis and usage; improve description of flag "-a" | Igor Sobrado |
2008-01-13 | the mixer_devinfo structure contains next and prev pointers; they are used | Alexandre Ratchov |
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-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 |
2005-10-18 | big sorry to simon dassow, whose diff i inadvertently removed; | Jason McIntyre |
2005-10-17 | - document the different types of mixerctl variables | Jason McIntyre |
2005-10-10 | more words; janus@area319.de | Theo de Raadt |
2005-10-07 | missing progname, clamat@telus.net | Theo de Raadt |
2005-10-01 | toggle support from janus@area319.de. i was unsure, but a few other | Theo de Raadt |
2005-05-09 | Fix mixerctl -q | Todd C. Miller |
2005-02-07 | Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusive | Todd C. Miller |
2005-02-02 | Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@ | Otto Moerbeek |
2005-01-04 | Minor KNF, s/for(/for (/ | Todd C. Miller |
2005-01-04 | Fix some issues noted by Joris Vink; pedro@ OK | Todd C. Miller |
2004-11-22 | Add support for setting mixerctl values in a sysctl.conf like manner | Jonathan Gray |
2004-07-30 | Xrs from Alexey E. Suslikov; | Jason McIntyre |
2004-03-02 | fix ndev counting loop. report from Stuart Cassoff | Ted Unangst |
2004-01-22 | fix segfault when an invalid field was requested | Vincent Labrecque |
2004-01-22 | remove need for -w. ok beck deraadt | Ted Unangst |
2003-11-21 | mixerctl.1: | Jason McIntyre |
2003-06-10 | - section reorder | Jason McIntyre |
2003-05-15 | unbreak tree; ok margarida@ | Todd T. Fries |
2003-05-15 | make usage printing match what's in the manpage, which is better; ok jfb@ | Jason Peel |
2003-05-15 | Add a -q flag to suppress all output when setting a variable, and | Jean-Francois Brousseau |
2003-01-05 | end sentence with a period; jmc@prioris.mini.pw.edu.pl | Peter Valchev |
2002-12-03 | ansify, indent, check for malloc/calloc failure, proper usage() | Peter Valchev |
2002-12-03 | complete SYNOPSIS, sort options and improve wording slightly | Peter Valchev |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-05-29 | strlcat | Theo de Raadt |