summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
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
2017-02-19Clean up regress/sys/kern/pledge/generic tests: many tests failed becauseTheo Buehler
2017-02-16Fix type of argv. Found by clang.Patrick Wildt
2017-01-26deactivate the existing pledge regress tests, they needSebastian Benoit
2017-01-26add check for pledge(pf), and pledge(pf) + fd passingSebastian Benoit
2017-01-26enable compiler warnings and fix them.Sebastian Benoit
2017-01-18Do not unconfigure mount points, vnd devices and NFS daemons duringAlexander Bluhm
2017-01-13Make mount points and makefiles for file system tests consistent.Alexander Bluhm
2017-01-11Add a test that creates a nested tree of mount points. All partitionsAlexander Bluhm
2017-01-11Add a test that creates a nested tree of mount points. All partitionsAlexander Bluhm
2016-11-28The setuid regression test builds and runs a binary that is setuidAlexander Bluhm
2016-10-05Link the setuid regress test to the build in a way that the objAlexander Bluhm
2016-10-03The setuid tests needs an obj directory that allows to run programsAlexander Bluhm
2016-09-28If stdout is not line buffered, messages got lost when assert() wasAlexander Bluhm
2016-09-24On sparc64 we need "retl" not "ret" to do an immediate return.Mark Kettenis
2016-09-24recpect W^X, sparc64 still has a problem: non-exec mmap: executeOtto Moerbeek
2016-09-23Making the regress target depends on building PROG.Alexander Bluhm
2016-09-23Zap mquery test for goodOtto Moerbeek
2016-09-23Zap. Has been disabled for a long time and makes unholy assumptions aboutOtto Moerbeek
2016-09-21Use /dev/console as a template for the pseudo tty, stdin may be notAlexander Bluhm
2016-09-20To make debugging the kqueue test easier, always print the assertionAlexander Bluhm
2016-09-04When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.Alexander Bluhm
2016-09-01remove references to sparc (and even a vax ref that escaped notice)Ted Unangst
2016-08-29Make socket splicing performance test pass in multiple environments.Alexander Bluhm
2016-08-27Pull in <sys/time.h> for struct timevalPhilip Guenther
2016-08-25Fix sosplice tests on 32 bit systems by putting the correct numberAlexander Bluhm
2016-08-19Add support for arm and enable on armv7.Mark Kettenis
2016-07-14Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.Philip Guenther
2016-06-13Test that splicing loops are aborted with ELOOP.Alexander Bluhm
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm
2016-04-27unbreak pledge/generic test (breaked since ?)Sebastien Marie
2016-04-25remove systraceTed Unangst
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback