summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2018-12-03The field dom_rtkeylen has been removed from struct domain. ConvertAlexander 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-20split up long lineanton
2018-11-20test getownanton
2018-11-20test fcntl(F_SETOWN)anton
2018-11-19Add regress tests for sockets with sigio.Visa Hankala
2018-11-16+wsconsanton
2018-11-16Add wscons regress tests, currently limited to SIGIO handling.anton
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-28Always try to build packet reflector on remote machine. It may beAlexander Bluhm
2018-09-12Make this work on arm64.Mark Kettenis
2018-09-10Send many small fragments that exceed the pf reassembly queue limit.Alexander Bluhm
2018-09-07Fragment one large 64k IP ping packet into 155 fragments, each withAlexander Bluhm
2018-08-30Use correct environment variable to access remote machine.Alexander Bluhm
2018-08-28Add regress test of stat all the way to a nonexistant terminalBob Beck
2018-08-26Add regress for kcov. It will only run if /dev/kcov can be opened successfully.anton
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-21Link arch amd64 regress to build.Alexander Bluhm
2018-08-21Check the FPU environment of user land processes after exec and theAlexander Bluhm
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
2018-08-02Test messing with "." both when having . unveiled for an operation, andBob Beck
2018-07-30Declare then assign local variable, no binary change.anton
2018-07-30Replace fork with sniffer thread in Python. Clear the BPF listAlexander Bluhm
2018-07-30Add regress covering the recently fixed NULL pointer deref in open().anton
2018-07-29Add regress for ensuring .. is appropriately *not* used as aBob Beck
2018-07-29New scapy 2.4.0 buffers packets at the bfp layer. Call sniff() toAlexander Bluhm
2018-07-27add regress for unveil of "." now that I fixed thisBob Beck
2018-07-27Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppathBob Beck
2018-07-22hook up fchownanton
2018-07-22Add regress covering the recently fixed NULL pointer deref in fchown().anton
2018-07-20add regress test for "bypassunveil" where a path should be unveil'd byRobert Nagy
2018-07-19Add regress test for inheritance of unveil's across fork to childrenBob Beck
2018-07-13Unveiling unveil(2).Bob Beck