summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* At least t_fork and t_vfork tests need coredumps enabled to succeed.claudio2021-09-191-1/+2
* Ensure that the kill signal undergoing testing is not ignored.anton2021-09-091-1/+15
* Disable tests that don't work in bluhms regress framework.mbuhl2021-09-041-1/+7
* Enable vfork syscall test. Disable SIGSTOP test as it is masked untilmbuhl2021-09-025-6/+45
* Import more NetBSD system call regression tests.mbuhl2021-09-0217-50/+2350
* Ensure that the kill signal undergoing testing is not ignored.anton2021-07-291-1/+15
* Enable libexecinfo regress.mortimer2021-06-091-1/+4
* Since our unix receive queue got longer, the test run-t_sendrecvbluhm2021-05-311-24/+30
* Remove echo headlines.bluhm2020-12-171-2/+1
* Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.bluhm2020-12-062-3/+10
* Run the atf cleanup block after each test. This makes more testsbluhm2020-11-111-9/+11
* Declare prototype of __syscall locally. Fixes t_syscall test.bluhm2020-11-102-3/+7
* Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm2020-11-0920-283/+212
* On machines with a userland timecounter we bypass the gettimeofday(2)kettenis2020-10-211-2/+16
* Use std=gnu99 to be able to build the tests with both base clang and gcc.mpi2020-10-061-1/+3
* Add missing new line to printf. Make clean should not require SUDO.bluhm2020-02-022-7/+5
* Enable t_ptrace with an errno change compared to NetBSD.mpi2020-01-304-19/+31
* Make clean should not require SUDO.bluhm2020-01-131-3/+1
* Sync tests with current NetBSD. Enable t_mkfifo test.bluhm2019-11-226-27/+44
* Import NetBSD system call regression tests. They were written withbluhm2019-11-1949-0/+10692