Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print old mixer levels when setting new ones. | jmallett | 2002-12-30 | 1 | -2/+8 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -2/+2 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -1/+2 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | Constify and set WARNS=2. | dd | 2001-06-25 | 2 | -2/+3 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com Reviewed by: md5(1) | ||||
* | Change the behaviour of mixer slightly such that not explicitly specifying | greid | 2001-04-09 | 2 | -5/+10 |
| | | | | | | | | a mixer device will set/get the master volume levels PR: 25156 Submitted by: Tony Finch <dot@dotat.at> Reviewed by: cg, nik | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -10/+15 |
| | |||||
* | Fix format string warnings | kris | 2000-11-27 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Several cleanups: | sobomax | 2000-08-15 | 2 | -25/+29 |
| | | | | | | | - use getopt(3) to parse command line arguments instead of home-made incomplete parser; - be more verbose when error in command line encountered (i.e. incorrect playing/recording device, incorrect recsrc syntax). | ||||
* | I've always wanted to be able to dump out the current values of | jkh | 2000-05-20 | 2 | -5/+23 |
| | | | | | | the mixer in a format suitable for saving and handing off to mixer(1) at some future date to restore the settings. Add a -s flag to do this. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Remove xrefs to obosolete cdplay(1) | nik | 2000-03-01 | 1 | -2/+1 |
| | | | | | PR: docs/17079 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> | ||||
* | Terminate .Bl with .El | charnier | 1999-11-27 | 1 | -1/+2 |
| | |||||
* | Spelling fix. | mpp | 1999-10-30 | 1 | -1/+1 |
| | | | | | PR: bin/14588 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have it | peter | 1999-09-04 | 1 | -4/+0 |
| | | | | in the standard location now. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | fix a core dump problem when you don't give -f a parameter... also compare | jmg | 1998-05-07 | 1 | -2/+2 |
| | | | | | | results of strcmp against 0 instead of !'ing results... Closes PR: 6538 | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -3/+3 |
| | |||||
* | According to Bruce, err(-1,..) is bogus. Change it to err(1,..). More commits | charnier | 1997-10-01 | 1 | -6/+6 |
| | | | | to come in this area. | ||||
* | Use err(3). | charnier | 1997-09-29 | 2 | -36/+31 |
| | |||||
* | Compact usage string, devices list can be too long | ache | 1997-09-23 | 1 | -2/+2 |
| | |||||
* | major modifications to the mixer. currently it doesn't report errors | jmg | 1997-09-19 | 3 | -110/+210 |
| | | | | | | | | that it encounters (such as invalid device), but does print usage upon this error... but otherwise allows complex commands such as: mixer -f /dev/mixer4 synth line 50 -rec mic +rec line =rec cd ^rec mix | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Add a man page for mixer(8). | mpp | 1997-01-10 | 2 | -2/+103 |
| | |||||
* | Make mixer print out all of the current mixer settings by defualt | mpp | 1996-01-31 | 1 | -0/+16 |
| | | | | | instead of making the user run a separate command for each setting they are interested in. Closes PR#432. | ||||
* | Fixed to not core dump if not enough arguments are given | mpp | 1996-01-15 | 1 | -0/+4 |
| | | | | with the +rec and -rec options. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -6/+6 |
| | |||||
* | non-X mixer, useful into rc.local | ache | 1995-02-15 | 2 | -0/+160 |