summaryrefslogtreecommitdiff
path: root/regress/sys/dev
AgeCommit message (Expand)Author
2023-02-07switch to new simplified disklabel template format.Kenneth R Westerback
2022-07-26Don't use echo "<blah>" | fdisk -e to create boot partition.Kenneth R Westerback
2022-01-11no need to inspect the coverage for the dying test caseAnton Lindqvist
2021-12-29Ensure file descriptor send/receive is not allowed.Anton Lindqvist
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-06This regress uses vnd devices to create a softraid volume. Raid levelsAlexander Bluhm
2020-12-16Remove echo headlines. Use consistent target names.Alexander Bluhm
2020-10-03add kcov remote interrupt coverage testanton
2020-10-03sync usageanton
2020-08-01add kcov remote coverage testsanton
2020-03-12Add a regression test for vnd(4).Visa Hankala
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andVisa Hankala
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