Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing new line to printf. Make clean should not require SUDO. | bluhm | 2020-02-02 | 2 | -7/+5 |
| | |||||
* | Enable t_ptrace with an errno change compared to NetBSD. | mpi | 2020-01-30 | 4 | -19/+31 |
| | | | | | | | | Note that the last test triggers a kernel bug related to waitpid(9) and ptraced processes. This is now visible thanks to recent make(1) changes. guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to fix this bug. | ||||
* | Make clean should not require SUDO. | bluhm | 2020-01-13 | 1 | -3/+1 |
| | |||||
* | Sync tests with current NetBSD. Enable t_mkfifo test. | bluhm | 2019-11-22 | 6 | -27/+44 |
| | | | | from Moritz Buhl | ||||
* | Import NetBSD system call regression tests. They were written with | bluhm | 2019-11-19 | 49 | -0/+10692 |
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. |