summaryrefslogtreecommitdiffstats
path: root/regress/sys/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove echo headlines. Use consistent target names.bluhm2020-12-162-13/+9
* add kcov remote interrupt coverage testanton2020-10-032-3/+36
* sync usageanton2020-10-031-2/+2
* add kcov remote coverage testsanton2020-08-012-29/+107
* Add a regression test for vnd(4).visa2020-03-122-1/+29
* Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andvisa2020-01-081-2/+2
* pass a context struct to each test function in order to reduce future churnanton2019-05-191-62/+71
* test different buffer sizesanton2019-05-142-26/+40
* Do not run keyboard and mouse device detection during make clean,bluhm2019-03-211-1/+3
* Disable wscons regress test for now. This test is touching /dev entriesclaudio2019-03-181-2/+2
* Skip tests for wscons devices that do not exist on the local machine.bluhm2019-02-121-1/+16
* make it easier to ignore incompatible device and test case combinationsanton2019-02-011-4/+6
* fix dumping of trace cmp coverageanton2019-01-231-2/+2
* run all tests for each supported trace modeanton2019-01-202-2/+33
* remove mmap test for nowanton2019-01-192-24/+2
* test latest mmap() changesanton2019-01-162-2/+24
* extract check_coverage() routine and continue preparing for testing differentanton2019-01-031-17/+33
* Cope with latest change to KIOENABLE. While here, make it possible to testanton2018-12-272-40/+51
* sort and rename testsanton2018-12-272-45/+45
* test dying kcov descriptor logicanton2018-12-252-2/+45
* add missing dependency on PROGanton2018-12-171-1/+4
* ensure inappropriate ioctl commands are rejectedanton2018-12-172-1/+69
* rework wscons regress:anton2018-12-174-86/+133
* split tests into multiple make targetsanton2018-12-162-25/+36
* split up long lineanton2018-11-201-2/+10
* test getownanton2018-11-202-3/+82
* test fcntl(F_SETOWN)anton2018-11-202-30/+66
* +wsconsanton2018-11-161-1/+2
* Add wscons regress tests, currently limited to SIGIO handling.anton2018-11-162-0/+274
* Add regress for kcov. It will only run if /dev/kcov can be opened successfully.anton2018-08-263-2/+362
* remove test programs for the audio driver, as we've betterratchov2016-09-0614-2959/+1
* Pull in <sys/time.h> for gettimeofday()guenther2016-08-271-6/+7
* Drop a few NULL-checks before free()mmcc2015-11-171-25/+13
* use calloc, from Benjamin Baiertedu2014-05-291-5/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>schwarze2013-07-162-6/+6
* Replace strncat() with strlcat().mglocker2010-07-221-3/+3
* Change include ordering.mglocker2010-07-221-2/+2
* Initial regression test program for video(4).mglocker2010-07-222-0/+693
* respect the block size returned by the driverjakemsr2009-11-121-5/+8
* oops, too much copying from select(2) manualjakemsr2007-10-201-3/+3
* fix off by ones in the AUDIO_GET[PR]RINFO testsjakemsr2007-10-191-3/+3
* add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and thejakemsr2007-10-033-18/+83
* - remove commented out 'extern errno' declarationjakemsr2007-08-261-7/+1
* add a function to trigger recording and use it for full-duplex modejakemsr2007-08-261-1/+21
* set the blocksize to the size of the read/write buffers.jakemsr2007-07-311-4/+6
* pass command line options to audiotest_rw through OPTS, e.g.jakemsr2007-07-311-17/+17
* - document -vjmc2007-07-062-4/+6
* remove another $Id$, forgotten in last commitjakemsr2007-07-061-2/+1
* proper RCS tagsjakemsr2007-07-063-5/+6
* manpage improvements from jmc@jakemsr2007-07-062-43/+38