summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2019-09-20Improve handling of nosuid mount option, temporary directory andAlexander 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-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-17improve clock_gettime regress:anton
2019-06-14new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotoniccheloha
2019-05-29Add some more relative path testsBob Beck
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