summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove 3 expected failures those got fixed in the regress code.claudio2023-10-311-4/+1
* unlink("/") just needs to error. Checking for a specific errno makesclaudio2023-10-311-2/+2
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
* Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio2023-10-311-3/+2
* Include wait(2) status in error message, in the hopes of providing cluesanton2023-10-271-2/+2
* remove duplicate includesjsg2023-04-191-2/+1
* WTRAPPED is now supported by waitid(2)guenther2022-12-191-3/+3
* Enable waitid(2) regress tests and a new test derived from NetBSD'skettenis2022-10-263-12/+279
* Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl2022-09-114-2/+410
* *** empty log message ***mbuhl2022-05-284-11/+11
* Recent changes to truncate(2) swapped the ordering of some validationsanton2022-05-241-2/+2
* t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2022-01-062-125/+2
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-1345-205/+57
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-241-2/+2
* Remove recent changes used to unblock the signal undergoing testing, I solved itanton2021-09-282-30/+2
* Make t_gettimeofday pass on sparc64.mbuhl2021-09-271-1/+3
* 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