index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2014-05-29
use calloc, from Benjamin Baier
Ted Unangst
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>
Ingo Schwarze
2010-07-22
Replace strncat() with strlcat().
Marcus Glocker
2010-07-22
Change include ordering.
Marcus Glocker
2010-07-22
Initial regression test program for video(4).
Marcus Glocker
2009-11-12
respect the block size returned by the driver
Jacob Meuser
2007-10-20
oops, too much copying from select(2) manual
Jacob Meuser
2007-10-19
fix off by ones in the AUDIO_GET[PR]RINFO tests
Jacob Meuser
2007-10-03
add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the
Jacob Meuser
2007-08-26
- remove commented out 'extern errno' declaration
Jacob Meuser
2007-08-26
add a function to trigger recording and use it for full-duplex mode
Jacob Meuser
2007-07-31
set the blocksize to the size of the read/write buffers.
Jacob Meuser
2007-07-31
pass command line options to audiotest_rw through OPTS, e.g.
Jacob Meuser
2007-07-06
- document -v
Jason McIntyre
2007-07-06
remove another $Id$, forgotten in last commit
Jacob Meuser
2007-07-06
proper RCS tags
Jacob Meuser
2007-07-06
manpage improvements from jmc@
Jacob Meuser
2007-07-06
regression tests for various audio read(2) and write(2) scenarios
Jacob Meuser
2007-07-06
regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctls
Jacob Meuser
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-04-25
- add ability to specify a tone to be played (defaults to 440hz)
Jason Wright
2005-12-07
Sorry, committed the wrong Makefile
Pedro Martelletto
2005-12-07
Move Art's fdescfs regress to a now more appropriate place
Pedro Martelletto
2005-09-27
various fixups;
Jason McIntyre
2005-09-27
report time duration required to play sample then % error of sample rate.
Dale Rahn
2004-07-09
if REGRESS_SKIP is defined, no need to also define REGRESS_SKIP_TARGETS
David Krause
2003-08-06
don't repeat the numeric frequency 10 times... use a #define
Jason Wright
2003-07-31
go deeper
Theo de Raadt
2003-06-04
fix a few more prints... stupid monoaural devices...
Jason Wright
2003-06-04
fix printing when AUDIO_SETINFO fails
Jason Wright
2003-06-02
more license cleaning
Jason Wright
2003-04-25
missing .El for .Bl macro;
Jason McIntyre
2003-03-28
mu-law and A-law spelling;
Jason McIntyre
2003-03-19
spelling fix
David Krause
2003-02-05
- combine 16 bit le/be functions
Jason Wright
2003-02-04
don't need double precision anywhere in here
Jason Wright
2003-02-04
better
Jason Wright
2003-02-04
hack at stereo adpcm
Jason Wright
2003-02-04
free memory if pointer is -not- NULL...
Jason Wright
2003-02-01
rcsid
Jason Wright
2003-02-01
Probably should recurse into the new test...
Jason Wright
2003-02-01
add -f flag so the device can be specified, and make sure the device is
Jason Wright
2003-02-01
audio encoding tester
Jason Wright