Age | Commit message (Expand) | Author |
2019-05-19 | pass a context struct to each test function in order to reduce future churn | anton |
2019-05-14 | test different buffer sizes | anton |
2019-03-21 | Do not run keyboard and mouse device detection during make clean, | Alexander Bluhm |
2019-03-18 | Disable wscons regress test for now. This test is touching /dev entries | Claudio Jeker |
2019-02-12 | Skip tests for wscons devices that do not exist on the local machine. | Alexander Bluhm |
2019-02-01 | make it easier to ignore incompatible device and test case combinations | anton |
2019-01-23 | fix dumping of trace cmp coverage | anton |
2019-01-20 | run all tests for each supported trace mode | anton |
2019-01-19 | remove mmap test for now | anton |
2019-01-16 | test latest mmap() changes | anton |
2019-01-03 | extract check_coverage() routine and continue preparing for testing different | anton |
2018-12-27 | Cope with latest change to KIOENABLE. While here, make it possible to test | anton |
2018-12-27 | sort and rename tests | anton |
2018-12-25 | test dying kcov descriptor logic | anton |
2018-12-17 | add missing dependency on PROG | anton |
2018-12-17 | ensure inappropriate ioctl commands are rejected | anton |
2018-12-17 | rework wscons regress: | anton |
2018-12-16 | split tests into multiple make targets | anton |
2018-11-20 | split up long line | anton |
2018-11-20 | test getown | anton |
2018-11-20 | test fcntl(F_SETOWN) | anton |
2018-11-16 | +wscons | anton |
2018-11-16 | Add wscons regress tests, currently limited to SIGIO handling. | anton |
2018-08-26 | Add regress for kcov. It will only run if /dev/kcov can be opened successfully. | anton |
2016-09-06 | remove test programs for the audio driver, as we've better | Alexandre Ratchov |
2007-07-06 | regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctls | Jacob Meuser |
2003-02-01 | audio encoding tester | Jason Wright |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2015-11-17 | Drop a few NULL-checks before free() | mmcc |
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 |