summaryrefslogtreecommitdiffstats
path: root/regress/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Remove echo headlines. Use consistent target names.bluhm2-13/+9
2020-10-03add kcov remote interrupt coverage testanton2-3/+36
2020-10-03sync usageanton1-2/+2
2020-08-01add kcov remote coverage testsanton2-29/+107
2020-03-12Add a regression test for vnd(4).visa2-1/+29
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andvisa1-2/+2
2019-05-19pass a context struct to each test function in order to reduce future churnanton1-62/+71
2019-05-14test different buffer sizesanton2-26/+40
2019-03-21Do not run keyboard and mouse device detection during make clean,bluhm1-1/+3
2019-03-18Disable wscons regress test for now. This test is touching /dev entriesclaudio1-2/+2
2019-02-12Skip tests for wscons devices that do not exist on the local machine.bluhm1-1/+16
2019-02-01make it easier to ignore incompatible device and test case combinationsanton1-4/+6
2019-01-23fix dumping of trace cmp coverageanton1-2/+2
2019-01-20run all tests for each supported trace modeanton2-2/+33
2019-01-19remove mmap test for nowanton2-24/+2
2019-01-16test latest mmap() changesanton2-2/+24
2019-01-03extract check_coverage() routine and continue preparing for testing differentanton1-17/+33
2018-12-27Cope with latest change to KIOENABLE. While here, make it possible to testanton2-40/+51
2018-12-27sort and rename testsanton2-45/+45
2018-12-25test dying kcov descriptor logicanton2-2/+45
2018-12-17add missing dependency on PROGanton1-1/+4
2018-12-17ensure inappropriate ioctl commands are rejectedanton2-1/+69
2018-12-17rework wscons regress:anton4-86/+133
2018-12-16split tests into multiple make targetsanton2-25/+36
2018-11-20split up long lineanton1-2/+10
2018-11-20test getownanton2-3/+82
2018-11-20test fcntl(F_SETOWN)anton2-30/+66
2018-11-16+wsconsanton1-1/+2
2018-11-16Add wscons regress tests, currently limited to SIGIO handling.anton2-0/+274
2018-08-26Add regress for kcov. It will only run if /dev/kcov can be opened successfully.anton3-2/+362
2016-09-06remove test programs for the audio driver, as we've betterratchov14-2959/+1
2016-08-27Pull in <sys/time.h> for gettimeofday()guenther1-6/+7
2015-11-17Drop a few NULL-checks before free()mmcc1-25/+13
2014-05-29use calloc, from Benjamin Baiertedu1-5/+3
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>schwarze2-6/+6
2010-07-22Replace strncat() with strlcat().mglocker1-3/+3
2010-07-22Change include ordering.mglocker1-2/+2
2010-07-22Initial regression test program for video(4).mglocker2-0/+693
2009-11-12respect the block size returned by the driverjakemsr1-5/+8
2007-10-20oops, too much copying from select(2) manualjakemsr1-3/+3
2007-10-19fix off by ones in the AUDIO_GET[PR]RINFO testsjakemsr1-3/+3
2007-10-03add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and thejakemsr3-18/+83
2007-08-26- remove commented out 'extern errno' declarationjakemsr1-7/+1
2007-08-26add a function to trigger recording and use it for full-duplex modejakemsr1-1/+21
2007-07-31set the blocksize to the size of the read/write buffers.jakemsr1-4/+6
2007-07-31pass command line options to audiotest_rw through OPTS, e.g.jakemsr1-17/+17
2007-07-06- document -vjmc2-4/+6
2007-07-06remove another $Id$, forgotten in last commitjakemsr1-2/+1
2007-07-06proper RCS tagsjakemsr3-5/+6
2007-07-06manpage improvements from jmc@jakemsr2-43/+38