aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mixer
Commit message (Expand)AuthorAgeFilesLines
* mixer: remove volume backwards compat, add % interpretationKyle Evans2022-06-182-15/+27
* mixer.8: Document shorthand syntax for volume setting.Hans Petter Selasky2022-03-201-1/+5
* mixer.4 and mixer.8: Fix mandoc -Tlint errors.Hans Petter Selasky2022-03-201-7/+4
* mixer(8): Improve shorthand volume parsing.Hans Petter Selasky2022-03-201-14/+30
* mixer(8): Add shorthand syntax for setting the volume.Hans Petter Selasky2022-03-201-10/+18
* mixer(8): Remove [.volume] string from default printout.Hans Petter Selasky2022-03-201-6/+2
* mixer .8: Clean up the manual pageMateusz Piotrowski2022-03-131-67/+87
* mixer: make .Dt tags uppercaseChristos Margiolis2021-11-201-1/+1
* mixer.8: Document -hMateusz Piotrowski2021-10-171-1/+5
* mixer(8): Add -h option to show usage.Hans Petter Selasky2021-10-161-2/+4
* mixer(8): Print usage to standard error.Hans Petter Selasky2021-10-151-3/+2
* mixer(8): Fix mixer status line for /dev/dspX.vpY mixer devices.Hans Petter Selasky2021-10-151-3/+11
* mixer(3) and mixer(8): Update manual pages.Hans Petter Selasky2021-09-221-3/+3
* mixer(8): Compile fix for when the "char" type is unsigned.Hans Petter Selasky2021-09-221-1/+1
* Implement and use new mixer(3) library for FreeBSD.Hans Petter Selasky2021-09-225-544/+622
* mixer: call the cleanup function in a testLuca Pizzamiglio2020-02-061-1/+1
* mixer(8): Report an error if the passed value is an empty stringMateusz Piotrowski2019-08-254-0/+138
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* mixer(8): Prevent possible sscanf() overflow.Pedro F. Giffuni2017-04-291-1/+1
* mixer(8): Style: Tag no-return usage() as __dead2Conrad Meyer2016-05-111-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-5/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-3/+3
* | add Xref to sound(4)...John-Mark Gurney2014-06-021-2/+3
|/
* Return proper error message if recording device is not specified.Alexander Motin2012-01-271-1/+6
* Mark global functions and/or variables in mixer(8) static where possible.Ed Schouten2011-11-061-1/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* mixer(8) is WARNS=6 clean since 1.25.Jung-uk Kim2008-03-161-1/+1
* Fix a typo.Jung-uk Kim2008-03-151-1/+1
* Clean up code and fix style(9) nits.Jung-uk Kim2008-03-151-100/+102
* Update list of possible mixer devices. These devices were added toJung-uk Kim2008-03-151-2/+3
* - Check device masks and bypass printing headers if capable device doesJung-uk Kim2008-03-151-48/+73
* o Add "line" device to a list of mixer(8) devices.Maxim Konovalov2007-05-091-1/+1
* - Fix possible memory leak due to repetetive strdup(3) without matchingAriff Abdullah2006-01-011-14/+21
* Markup fixes.Ruslan Ermilov2005-06-141-4/+4
* Add the -S flag which produces the -s output withoutMatthew N. Dodd2005-04-132-12/+26
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+1
* Document changes to default output.Greg Lehey2003-06-151-6/+7
* Print out the current recording devices in the default printout.Greg Lehey2003-06-151-3/+9
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-8/+16