Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |