| Age | Commit message (Expand) | Author |
| 2003-10-21 | Don't set an int to NULL. | fvdl |
| 2003-08-07 | Sort usage, and move a word. | wiz |
| 2003-08-07 | Add arguments to options in long description. | wiz |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-21 | fix a now-wrong comment. | mrg |
| 2003-07-21 | minor consistency nit | mrg |
| 2003-06-23 | Add NetBSD RCS Ids. | agc |
| 2003-04-06 | Respect the law: Use A-law and mu-law as spellings as far as easily possible. | wiz |
| 2003-03-31 | audiofiles -> audio files | perry |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2002-12-27 | - decode_int(): always use base 10, so that a time of "1:09" works. | mrg |
| 2002-12-18 | Be consistent about putting commas between items in an enumeration. | wiz |
| 2002-12-08 | fix an error message | mrg |
| 2002-12-08 | remove some #if 0 debug code | mrg |
| 2002-12-08 | fix the description for "-p" to match reality, new text provided in PR#18949. | mrg |
| 2002-11-04 | fix PR#18909, but not quite exactly the same as the patch provided. also, | mrg |
| 2002-11-03 | Move close so that last ioctl is before close call. | wiz |
| 2002-10-13 | New sentence, new line. Use Aq/An. | wiz |
| 2002-10-13 | New sentence, new line. Sort options. Bump Dd for .wav-file handling. | wiz |
| 2002-10-13 | inline the contents of auconv.c into auconv.h. this makes audiorecord(1) | mrg |
| 2002-10-13 | if the output file is called *.wav, output a WAV file. | mrg |
| 2002-10-01 | print the file name in verbose mode as well. avoid printing (null) for encod... | mrg |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-09-02 | + rephrase a bunch of stuff | ross |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-07-20 | fix an error message. | mrg |
| 2002-03-21 | _PATH_SOUND0 should be opened O_RDONLY (obvious pasto). | uwe |
| 2002-02-26 | Update man pages to reflect the use of /dev/sound instead of /dev/audio. | augustss |
| 2002-02-10 | Be more verbose in description of -e. | wiz |
| 2002-02-10 | - add a AUDIO_FORMAT_DEFAULT. use it. don't change functionity. | mrg |
| 2002-02-10 | apply the same fix as the previous to WAV output creation. | mrg |
| 2002-02-10 | convert the host (non _LE or _BE) encodings we can, as well. fixes part | mrg |
| 2002-02-10 | define: datasize == 0 means use the whole file. fixes part of PR#12809. | mrg |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-05 | Test for default device in a portable way. Thanks to Michael Ericsson | augustss |
| 2002-02-02 | Retire -C, do all the ioctls on same audio device we do i/o | jdolecek |
| 2002-01-31 | Actually be verbose if the -V flag is given. | augustss |
| 2002-01-31 | Use _PATH_SOUND etc, all fall back to _PATH_SOUND0 (etc.) if that fails. | augustss |
| 2002-01-27 | Delete the old code which made audioctl use stderr for output | jdolecek |
| 2002-01-27 | Use '-d' rather than '-f' for specification of alternative | jdolecek |
| 2002-01-25 | update .Dd | mrg |
| 2002-01-25 | add $NetBSD$ | mrg |
| 2002-01-15 | - WARNS=3 (from ross@netbsd.org) | mrg |
| 2002-01-15 | Fix typos. | wiz |
| 2002-01-15 | note about WAV sample conversions. | mrg |
| 2002-01-15 | WAV seems to be signed only; convert unsigned samples. | mrg |
| 2002-01-15 | add a note about RIFF/WAVE support and one about signed/unsigned big/little c... | mrg |
| 2002-01-15 | for sun output files, if we have unsigned or little endian data, convert | mrg |
| 2002-01-15 | sun linear encodings are *signed* | mrg |