Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-04-25 | update the example: using "play.block_size" instead of "blocksize" is now | Alexandre Ratchov | |
the recommended way to set the play block size ok jakemsr | |||
2008-04-25 | display count of playback frame errors (underruns) in play.errors like we | Jacob Meuser | |
do with record.errors for recording (overruns). ok ratchov | |||
2008-04-25 | -a flag is deprecated, remove it from an example. | Jacob Meuser | |
ok ratchov | |||
2008-03-22 | add audio(4) driver the ability to use different block sizes for play and | Alexandre Ratchov | |
record modes. This makes possible to have blocks of the same duration if the play and record formats are different. The API change is backward compatible, so it shouldn't be noticed by current audio ports. ok jakemsr | |||
2008-03-14 | synchronize the synopsis and usage; improve description of flag "-a" | Igor Sobrado | |
written with invaluable advice from jakemsr@, jmc@, ratchov@ ok jmc@ | |||
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt | |
2007-09-27 | style(9) fixes, optional flags without arguments come first; | Igor Sobrado | |
while here, some spacing fixes ok deanna@, jakemsr@ | |||
2007-09-17 | implement the output_muted member of audio_info_t as found in original | Jacob Meuser | |
Sun audio. input from and ok ratchov | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-03-14 | More use of const and fix a signed/unsigned comparison. | Moritz Jodeit | |
From David Hill. ok ray@ jaredy@ | |||
2004-07-30 | - better width for options list | Jason McIntyre | |
- sort options - small tweaks - Xrs from Alexey E. Suslikov | |||
2004-07-06 | make -w optional to set options, so audioctl is consistent with | Vincent Labrecque | |
"new" sysctl/mixerctl ok millert@, "go for it" deraadt@ | |||
2004-05-09 | make man page example match reality | Bob Beck | |
ok deraadt@ | |||
2003-10-22 | rearrange examples so they expand properly; | Jason McIntyre | |
also a little less whitespace; | |||
2003-06-21 | () | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-04-16 | kill += snprintf | Theo de Raadt | |
2002-12-13 | audio_prinfo.seek is int now; document and sync | Christian Weisgerber | |
ok miod@ millert@ | |||
2002-12-10 | ansi, KNF, other style(9) improvements and logic simplification; ↵ | Peter Valchev | |
andrushock@korovino.net | |||
2002-12-10 | sort options; andrushock@korovino.net | Peter Valchev | |
2002-11-14 | use $ or # before commands in examples | 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. | |||
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2000-11-21 | Sync usage() output and man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-03-04 | mdoc'ify | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-07-15 | fullduplex, and UINT | Theo de Raadt | |
1998-04-30 | From NetBSD: Lennart Augustsson | Niels Provos | |
environment variable for default audioctl device | |||
1998-04-26 | $OpenBSD$ | Niels Provos | |
1998-04-26 | We don't do .Nm "" | Todd C. Miller | |
1998-04-26 | audioctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |