summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_stat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn8 days1-420/+0
|
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
| | | | | the directory and so checking against getgid() makes no sense. OK mbuhl@ millert@
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-131-4/+1
| | | | | | also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
* Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm2020-11-091-3/+3
| | | | | | | to document differences to NetBSD behaviour, this helps to track upstream. Mark currently failing test as expected failures. So test programs get compiled and executed, but it shows that further investigation is necceassry.
* Sync tests with current NetBSD. Enable t_mkfifo test.bluhm2019-11-221-6/+6
| | | | from Moritz Buhl
* Import NetBSD system call regression tests. They were written withbluhm2019-11-191-0/+423
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.