summaryrefslogtreecommitdiffstats
path: root/usr.bin/mixerctl/mixerctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add unveil(2) to mixerctl(1)mestre2018-08-081-3/+13
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-4/+4
* if a value is changed and -n is used, print the new value only.ratchov2009-11-121-14/+13
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* the mixer_devinfo structure contains next and prev pointers; they are usedratchov2008-01-131-3/+2
* if no arguments given, assume a nice default; ok miod jakemsr deannaderaadt2007-11-261-3/+5
* style(9) fixes, optional flags without arguments come first;sobrado2007-09-271-3/+3
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-061-4/+4
* missing progname, clamat@telus.netderaadt2005-10-071-2/+2
* toggle support from janus@area319.de. i was unsure, but a few otherderaadt2005-10-011-8/+26
* Fix mixerctl -qmillert2005-05-091-5/+5
* Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusivemillert2005-02-071-51/+41
* Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@otto2005-02-021-89/+87
* Minor KNF, s/for(/for (/millert2005-01-041-16/+16
* Fix some issues noted by Joris Vink; pedro@ OKmillert2005-01-041-5/+6
* fix ndev counting loop. report from Stuart Cassofftedu2004-03-021-4/+4
* fix segfault when an invalid field was requestedvincent2004-01-221-4/+8
* remove need for -w. ok beck deraadttedu2004-01-221-43/+37
* mixerctl.1:jmc2003-11-211-4/+4
* unbreak tree; ok margarida@todd2003-05-151-2/+2
* make usage printing match what's in the manpage, which is better; ok jfb@jsyn2003-05-151-4/+4
* Add a -q flag to suppress all output when setting a variable, andjfb2003-05-151-6/+9
* ansify, indent, check for malloc/calloc failure, proper usage()pvalchev2002-12-031-72/+62
* strlcatderaadt2002-05-291-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.millert2002-02-161-5/+5
* open RDWR only for -w, RDONLY otherwisemickey2002-01-091-11/+11
* fix for case no mixer devices are available, got triggered by malloc.conf->J; millert@ okmickey1999-07-191-1/+5
* allow relative values via +/- prefixesmillert1998-05-021-6/+41
* From NetBSD: Lennart Augustsson:provos1998-04-301-3/+7
* $OpenBSD$provos1998-04-261-0/+1
* mixerctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-0/+364