summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_syscall.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2022-01-061-123/+0
| | | | | which was an implementation detail and has been deleted, so delete the test
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-5/+1
| | | | | | also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
* Import more NetBSD system call regression tests.mbuhl2021-09-021-5/+5
| | | | OK bluhm@
* Declare prototype of __syscall locally. Fixes t_syscall test.bluhm2020-11-101-1/+6
|
* Import NetBSD system call regression tests. They were written withbluhm2019-11-191-0/+122
ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD.