summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2018-01-23Add a smarter test that opens a file, unlinks it, and remounts theAlexander Bluhm
2018-01-15Add tests that unmount a file system while it is busy. On a vndAlexander Bluhm
2017-12-16hookup execpromiseFlorian Obser
2017-12-16execpromise regressFlorian Obser
2017-12-15The pledge(2) regress tests fail since the second parameter hasAlexander Bluhm
2017-11-30Add regress to ensure that execve bypasses pledgepath checks (for now)Bob Beck
2017-11-28copyrightBob Beck
2017-11-27decriptor relative openat() and chmodBob Beck
2017-11-27readlink and friendsBob Beck
2017-11-27symlink and a couple more...Bob Beck
2017-11-27access and chflagsBob Beck
2017-11-27Add the start of regression tests for upcoming pledgepath stuff.Bob Beck
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-20Now pledge("inet") allows socket option IPV6_V6ONLY. Adapt test.Alexander Bluhm
2017-11-08Wait for the splicing syscall by grepping it in the relay log. ThisAlexander Bluhm
2017-11-07Test more variations of TCP packets in the scapy splicing tests.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2017-11-05Insert a rule into pf regress anchor that passes all packets withoutAlexander Bluhm
2017-10-27Fix the glob to find all scapy test scripts.Alexander Bluhm
2017-10-27I am trying to find a bug that seems to be triggered by a combinationAlexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2017-10-12Use a regex(3) to find the new pledge violation string in the dmesg.Alexander Bluhm
2017-09-16The copyin(9) family of functions should return EFAULT for all memoryPhilip Guenther
2017-09-06Fix declarationsPhilip Guenther
2017-08-16ENTRY() requires END()Theo de Raadt
2017-07-27fcntl(F_DUPFD) needs an argument. Otherwise it fails with EINVALAlexander Bluhm
2017-07-25Do not remove files from CVS tree during make clean.Alexander Bluhm
2017-07-22Tolerate imprecise fault address on sparc64 where the hardware doesn't provideMark Kettenis
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-18The function getaddr() compares the stack address of the callerAlexander Bluhm
2017-07-13Improve error messages of siginfo-fault regress to make clear whichAlexander Bluhm
2017-07-07Remove useless make depend targets.Alexander Bluhm
2017-04-30Check that unsupported operation returns ENOSYS.Martin Pieuchot
2017-04-30Regression tests for futex(2).Martin Pieuchot
2017-04-12Add comment what the test does.Alexander Bluhm
2017-04-12The pledge sigkill test is an outdated copy of sigabrt. Remove theAlexander Bluhm
2017-04-12Add comment how the test works.Alexander Bluhm
2017-03-28Make the test also work with obj directory.Alexander Bluhm
2017-03-28Link pledge sockopt regression tests to build.Alexander Bluhm
2017-03-28Call get/setsockopt(2) with various sockets and check which optionsAlexander Bluhm
2017-03-24correct my email address. thanks fcambus@Sebastian Benoit
2017-03-08warning cleanups; ok guentherTheo de Raadt
2017-03-08don't use __syscall to emulate _exit, just call _exitTheo de Raadt
2017-03-08fix comment blockTheo de Raadt
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2017-02-22Enable semarie's sendrecvfd testsTheo Buehler
2017-02-22Add regress tests for fd passing and pledge. Check sending and receivingTheo Buehler
2017-02-21Remove SUDO=doas in regress Makefile. The test developer must notAlexander Bluhm
2017-02-21Make test_request_tty() also pass in environments without tty by opening aTheo Buehler
2017-02-19re-enable generic pledge testsTheo Buehler