summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2019-12-24simplify assertionsanton
2019-12-24add pipe kqueue testsanton
2019-12-20The IPsec policy check for IPComp bundles has been fixed in theAlexander Bluhm
2019-12-02rename binaries to differentiate failure cases (in dmesg output) betweenTheo de Raadt
2019-11-27Add regress tests for making syscalls from the main program text and frommortimer
2019-11-14increase pipe size in order to exercise big pipe allocationsanton
2019-11-10minor style nitanton
2019-11-09+pipeanton
2019-11-09add pipe regress test suiteanton
2019-09-20Improve handling of nosuid mount option, temporary directory andAlexander Bluhm
2019-09-20Fix compiler warning and whitespace.Alexander Bluhm
2019-09-20Run regress wx_syscall if /usr/obj is mounted wxallowed.Alexander Bluhm
2019-09-20Regress mmap_hint usually passes, enable it.Alexander Bluhm
2019-09-19Make checksum comparison more robust. 0xffff is the same as 0.Alexander Bluhm
2019-09-17Send ping6 fragment that ends behind ipv6 max packet size.Alexander Bluhm
2019-09-11Fix unveil for relative lookups in the non AT_FDCWD caseBob Beck
2019-09-11Make it possible to free overlapping regions (effectively allowingMark Kettenis
2019-09-08Pull out and expand openat tests into their own routine.Bob Beck
2019-09-05Ignore missing pseudo terminal for ssh when called from cron job.Alexander Bluhm
2019-09-05Name environment variables consistently.Alexander Bluhm
2019-09-05Minimize differences between IPv4 and IPv6 multicast tests.Alexander Bluhm
2019-09-05Link IPv6 multicast tests to regress build.Alexander Bluhm
2019-09-05Test IPv6 multicast sender, receiver, router. Minimal mc6routeAlexander Bluhm
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
2019-09-03Create remote log files in obj directory.Alexander Bluhm
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
2019-09-02Link multicast tests to regress build.Alexander Bluhm
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
2019-08-06Use SUDO to run test as root.Alexander Bluhm
2019-08-06Test more variants to specify the root directory.Alexander Bluhm
2019-08-05Test realpath and unveil if the root directory is written as "//".Alexander Bluhm
2019-08-05Link regress realpath-unmount to build.Alexander Bluhm
2019-08-05Call realpath(3) in combination with chroot(2) and chdir(2).Alexander Bluhm
2019-08-04Add arm64 asm for stackpivot regress test.mortimer
2019-08-04Test that unmount works after calling unlink(2) with relativeAlexander Bluhm
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
2019-08-01Link regress unveil-unmount to build.Alexander Bluhm
2019-08-01Call unveil(2) in combination with unlink(2) and chroot(2).Alexander Bluhm
2019-07-29regress: Add mips64 stack pivot asm for octeon in stackpivot testsmortimer
2019-07-23Fix realpath(3) errno code for an empty input path string.Stefan Sperling
2019-07-16Call stat(2) only once in realpath(3) userland reference implementation.Alexander Bluhm
2019-07-15Our kernel __realpath(2) implementation does not allow non-existingAlexander Bluhm
2019-07-12Test should also run if there is no obj directory. Name regressAlexander Bluhm
2019-07-09Regress realpath(3) fails since the non directory hack has beenAlexander Bluhm
2019-07-09Fix white spaces.Alexander Bluhm
2019-07-08Add some padding bytes to syscall argument struct so that testsAlexander Bluhm
2019-06-24Do not use a warning flag that base gcc does not understand,Visa Hankala
2019-06-24Fix test after kernel interface change.Visa Hankala
2019-06-17improve clock_gettime regress:anton
2019-06-14new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotoniccheloha