index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
audio
/
record
Age
Commit message (
Expand
)
Author
2021-06-01
audiorecord(1): Handle read(2) return value gracefully.
riastradh
2021-03-25
Add an example for recording CD quality audio
nia
2020-01-31
audioamd is in the SPARC port
sevan
2015-08-05
rename struct write_info as struct track_info, and the variable name 'wi'
mrg
2014-03-18
Merge riastradh-drm2 to HEAD.
riastradh
2013-08-30
move most of the header writing code from record.c into wav.c and sun.c.
mrg
2013-07-20
Use Mt for email addresses.
wiz
2011-09-21
PR/45384: Henning Petersen: Swapped arguments in lseek
christos
2011-08-28
ANSIfy. Add static. Add __dead.
joerg
2010-12-29
Sort usage.
wiz
2010-12-29
Sort some more.
wiz
2010-12-29
allow for buffer sizes < 32k
jmcneill
2010-12-29
add a new "-B buffersize" flag to both audioplay and audiorecord.
mrg
2009-07-02
note that -t can take [.dddddd]. sort -q.
mrg
2009-04-11
fix -Wsign-compare and other WARNS=4 issues
lukem
2008-05-29
remove clause #3 from my license where there are no other
mrg
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2007-10-05
Convert to raise_default_signal(3).
lukem
2006-05-15
Recording to standard output is specified by a file name of -,
gson
2006-05-11
variable signed/unsigned cleanup.
mrg
2006-05-09
Do not treat all file names of length 1 as meaning standard output.
gson
2005-07-13
play.c: allow empty files to exit gracefully rather than with an error
mrg
2005-07-05
move some more processing before opening the audio device. don't
mrg
2005-07-05
check that an output file is given before doing any other work.
mrg
2004-07-19
Convert 8-bit signed linear data to unsigned for .wav files.
mycroft
2004-07-19
Fix fencepost errors in the conversion functions (making them a bit more like
mycroft
2004-07-09
Add -q to SYNOPSIS. From Kouichirou Hiratsuka in PR 26193.
wiz
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-21
fix a now-wrong comment.
mrg
2003-07-21
minor consistency nit
mrg
2003-06-23
Add NetBSD RCS Ids.
agc
2003-02-25
.Nm does not need a dummy argument ("") before punctuation or
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 the description for "-p" to match reality, new text provided in PR#18949.
mrg
2002-10-13
New sentence, new line. Sort options. Bump Dd for .wav-file handling.
wiz
2002-10-13
if the output file is called *.wav, output a WAV file.
mrg
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-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
[next]