Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-07 | Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusive | Todd C. Miller | |
Truncate specified level to be within this range and avoid wrapping. Idea from espie@, OK henning@ | |||
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 | |
o g/c the changed field in struct field o increment argv for bad fields too o deal with AUDIO_MIXER_DEVINFO (unlikely) failures | |||
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 | |
ok miod | |||
2004-01-22 | remove need for -w. ok beck deraadt | Ted Unangst | |
2003-11-21 | mixerctl.1: | Jason McIntyre | |
- put SYNOPSIS in standard form - -n does not make sense with -q - adjust -width of option list - sort options - a clarity fix from snj att pobox dott com mixerctl.c: - fix spacing in usage() - sync usage() with SYNOPSIS | |||
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 | |
remove the -v flag from the SYNOPSIS for the -w option since it has no effect ok jsyn@ millert@ | |||
2002-12-03 | ansify, indent, check for malloc/calloc failure, proper usage() | Peter Valchev | |
from andrushock@korovino.net via deraadt | |||
2002-05-29 | strlcat | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-09 | open RDWR only for -w, RDONLY otherwise | Michael Shalayeff | |
1999-07-19 | fix for case no mixer devices are available, got triggered by ↵ | Michael Shalayeff | |
malloc.conf->J; millert@ ok | |||
1998-05-02 | allow relative values via +/- prefixes | Todd C. Miller | |
1998-04-30 | From NetBSD: Lennart Augustsson: | Niels Provos | |
environment variable for default mixer device | |||
1998-04-26 | $OpenBSD$ | Niels Provos | |
1998-04-26 | mixerctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |