Age | Commit message (Expand) | Author |
2017-04-12 | Add comment what the test does. | Alexander Bluhm |
2017-04-12 | The pledge sigkill test is an outdated copy of sigabrt. Remove the | Alexander Bluhm |
2017-04-12 | Add comment how the test works. | Alexander Bluhm |
2017-03-28 | Make the test also work with obj directory. | Alexander Bluhm |
2017-03-28 | Link pledge sockopt regression tests to build. | Alexander Bluhm |
2017-03-28 | Call get/setsockopt(2) with various sockets and check which options | Alexander Bluhm |
2017-03-24 | correct my email address. thanks fcambus@ | Sebastian Benoit |
2017-03-08 | warning cleanups; ok guenther | Theo de Raadt |
2017-03-08 | don't use __syscall to emulate _exit, just call _exit | Theo de Raadt |
2017-03-08 | fix comment block | Theo de Raadt |
2017-02-25 | Add missing includes to avoid implicit function declarations. | Jonathan Gray |
2017-02-22 | Enable semarie's sendrecvfd tests | Theo Buehler |
2017-02-22 | Add regress tests for fd passing and pledge. Check sending and receiving | Theo Buehler |
2017-02-21 | Remove SUDO=doas in regress Makefile. The test developer must not | Alexander Bluhm |
2017-02-21 | Make test_request_tty() also pass in environments without tty by opening a | Theo Buehler |
2017-02-19 | re-enable generic pledge tests | Theo Buehler |
2017-02-19 | Clean up regress/sys/kern/pledge/generic tests: many tests failed because | Theo Buehler |
2017-02-16 | Fix type of argv. Found by clang. | Patrick Wildt |
2017-01-26 | deactivate the existing pledge regress tests, they need | Sebastian Benoit |
2017-01-26 | add check for pledge(pf), and pledge(pf) + fd passing | Sebastian Benoit |
2017-01-26 | enable compiler warnings and fix them. | Sebastian Benoit |
2017-01-18 | Do not unconfigure mount points, vnd devices and NFS daemons during | Alexander Bluhm |
2017-01-13 | Make mount points and makefiles for file system tests consistent. | Alexander Bluhm |
2017-01-11 | Add a test that creates a nested tree of mount points. All partitions | Alexander Bluhm |
2017-01-11 | Add a test that creates a nested tree of mount points. All partitions | Alexander Bluhm |
2016-11-28 | The setuid regression test builds and runs a binary that is setuid | Alexander Bluhm |
2016-10-05 | Link the setuid regress test to the build in a way that the obj | Alexander Bluhm |
2016-10-03 | The setuid tests needs an obj directory that allows to run programs | Alexander Bluhm |
2016-09-28 | If stdout is not line buffered, messages got lost when assert() was | Alexander Bluhm |
2016-09-24 | On sparc64 we need "retl" not "ret" to do an immediate return. | Mark Kettenis |
2016-09-24 | recpect W^X, sparc64 still has a problem: non-exec mmap: execute | Otto Moerbeek |
2016-09-23 | Making the regress target depends on building PROG. | Alexander Bluhm |
2016-09-23 | Zap mquery test for good | Otto Moerbeek |
2016-09-23 | Zap. Has been disabled for a long time and makes unholy assumptions about | Otto Moerbeek |
2016-09-21 | Use /dev/console as a template for the pseudo tty, stdin may be not | Alexander Bluhm |
2016-09-20 | To make debugging the kqueue test easier, always print the assertion | Alexander Bluhm |
2016-09-04 | When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t. | Alexander Bluhm |
2016-09-01 | remove references to sparc (and even a vax ref that escaped notice) | Ted Unangst |
2016-08-29 | Make socket splicing performance test pass in multiple environments. | Alexander Bluhm |
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther |
2016-08-25 | Fix sosplice tests on 32 bit systems by putting the correct number | Alexander Bluhm |
2016-08-19 | Add support for arm and enable on armv7. | Mark Kettenis |
2016-07-14 | Prevent silly states via knotes on pids > 2^32 and on nonexistent signals. | Philip Guenther |
2016-06-13 | Test that splicing loops are aborted with ELOOP. | Alexander Bluhm |
2016-05-03 | Fix some Perl statements perlcritic was bitching about: Variable | Alexander Bluhm |
2016-04-27 | unbreak pledge/generic test (breaked since ?) | Sebastien Marie |
2016-04-25 | remove systrace | Ted Unangst |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2015-12-05 | simplistic regress test for KEVENT_TIMER kqueue(2) calls | Bret Lambert |