summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2019-05-17Add realpath to regressBob Beck
2019-05-15Add a regression test for path discovery outside of unveil() whichBob Beck
2019-05-13Document our currently incosnsistent behaviour and our currentBob Beck
2019-05-13Link regress sigpthread to build.Alexander Bluhm
2019-05-13Test the interaction of signals with multiple posix threads. ItAlexander Bluhm
2019-05-12Remove redundant settings.Alexander Bluhm
2019-05-11let's check /bin/c++Bob Beck
2019-05-10Enable the test on octeon. Ignore the fact that the test cannot workVisa Hankala
2019-05-10Let the test build on mips64.Visa Hankala
2019-05-10Simplify the detection for installed python and scapy. RefactorAlexander Bluhm
2019-05-09Drop reference to sparc and expand 'VAC' so the comment makes sensePhilip Guenther
2019-05-08Add another case for robert@ :)Bob Beck
2019-05-06enable deadlock related testsanton
2019-04-26a bit more evilBob Beck
2019-04-26/usr/include/machine is a good one.Bob Beck
2019-04-19Start a realpath(2) regress test, currently not enabled.Bob Beck
2019-03-24Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECTBob Beck
2019-03-04add kqueue pty close slave testanton
2019-03-04add support for multiple kqueue pty testsanton
2019-03-04one regress test per line to reduce future churnanton
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-01-31Instead of skipping the text mmap test, do a non fixed mmap in thisAlexander Bluhm
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-17Unveil fixes:Bob Beck
2019-01-14Fix unveil issue noticed by kn@ where unveil does not notice coveringBob Beck
2018-12-19Test the code path where soreceive(9) sleeps and a control mbuf isAlexander Bluhm
2018-11-30Fix test when using malloc_conf=Jmortimer
2018-11-28Test for EMSGSIZE return when sending more fds in a message then the receiverClaudio Jeker
2018-11-22add missing make dependencyanton
2018-11-19Add regress tests for sockets with sigio.Visa Hankala
2018-11-13Add some coverage for the ioctl() interface.Visa Hankala
2018-11-13Add regress tests for pipe fcntl(fd, F_GETOWN).Visa Hankala
2018-11-12Add initial regress tests for sigio.Visa Hankala
2018-11-10add tests covering negative lengths and positive overflowsanton
2018-11-07unifdef HAVE_SYSIDanton
2018-11-06add lockf(3) testsanton
2018-11-03cleanup flock regress:anton
2018-10-28Correctly deal with upper level unveil's by keeping track of the coveringBob Beck
2018-10-21Add flock insertion tests covering all possible forms of byte range overlap.anton
2018-10-16Add a test covering the recently fixed fcntl() panic.anton
2018-10-08Expect usable addresses provided in environment variables. StopAlexander Bluhm
2018-09-30Add regression test for cmsg size bug.Vincent Gross
2018-09-12Make this work on arm64.Mark Kettenis
2018-08-28Add regress test of stat all the way to a nonexistant terminalBob Beck
2018-08-26Add test cases for private versus non-private futexes.Visa Hankala
2018-08-24Add a regression test for the kernel stack exhaustion bug.Visa Hankala
2018-08-13Add a test covering the recently fixed issue with dangling knote references uponanton
2018-08-10Add a regress test that checks file descriptor allocation across fork.Joel Sing
2018-08-04Add regress test to ensure that chmod fails when unveiled with "r"Bob Beck
2018-08-03Improve synchronization between the parent and children. This fixesVisa Hankala