summaryrefslogtreecommitdiff
path: root/regress/sys/dev
AgeCommit message (Expand)Author
2019-05-19pass a context struct to each test function in order to reduce future churnanton
2019-05-14test different buffer sizesanton
2019-03-21Do not run keyboard and mouse device detection during make clean,Alexander Bluhm
2019-03-18Disable wscons regress test for now. This test is touching /dev entriesClaudio Jeker
2019-02-12Skip tests for wscons devices that do not exist on the local machine.Alexander Bluhm
2019-02-01make it easier to ignore incompatible device and test case combinationsanton
2019-01-23fix dumping of trace cmp coverageanton
2019-01-20run all tests for each supported trace modeanton
2019-01-19remove mmap test for nowanton
2019-01-16test latest mmap() changesanton
2019-01-03extract check_coverage() routine and continue preparing for testing differentanton
2018-12-27Cope with latest change to KIOENABLE. While here, make it possible to testanton
2018-12-27sort and rename testsanton
2018-12-25test dying kcov descriptor logicanton
2018-12-17add missing dependency on PROGanton
2018-12-17ensure inappropriate ioctl commands are rejectedanton
2018-12-17rework wscons regress:anton
2018-12-16split tests into multiple make targetsanton
2018-11-20split up long lineanton
2018-11-20test getownanton
2018-11-20test fcntl(F_SETOWN)anton
2018-11-16+wsconsanton
2018-11-16Add wscons regress tests, currently limited to SIGIO handling.anton
2018-08-26Add regress for kcov. It will only run if /dev/kcov can be opened successfully.anton
2016-09-06remove test programs for the audio driver, as we've betterAlexandre Ratchov
2007-07-06regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctlsJacob Meuser
2003-02-01audio encoding testerJason Wright
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
2015-11-17Drop a few NULL-checks before free()mmcc
2014-05-29use calloc, from Benjamin BaierTed Unangst
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2010-07-22Replace strncat() with strlcat().Marcus Glocker
2010-07-22Change include ordering.Marcus Glocker
2010-07-22Initial regression test program for video(4).Marcus Glocker
2009-11-12respect the block size returned by the driverJacob Meuser
2007-10-20oops, too much copying from select(2) manualJacob Meuser
2007-10-19fix off by ones in the AUDIO_GET[PR]RINFO testsJacob Meuser
2007-10-03add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and theJacob Meuser
2007-08-26- remove commented out 'extern errno' declarationJacob Meuser
2007-08-26add a function to trigger recording and use it for full-duplex modeJacob Meuser
2007-07-31set the blocksize to the size of the read/write buffers.Jacob Meuser
2007-07-31pass command line options to audiotest_rw through OPTS, e.g.Jacob Meuser
2007-07-06- document -vJason McIntyre
2007-07-06remove another $Id$, forgotten in last commitJacob Meuser
2007-07-06proper RCS tagsJacob Meuser
2007-07-06manpage improvements from jmc@Jacob Meuser
2007-07-06regression tests for various audio read(2) and write(2) scenariosJacob Meuser
2007-07-06regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctlsJacob Meuser
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-25- add ability to specify a tone to be played (defaults to 440hz)Jason Wright