Import more NetBSD system call regression tests.
authormbuhl <mbuhl@openbsd.org>
Thu, 2 Sep 2021 12:40:44 +0000 (12:40 +0000)
committermbuhl <mbuhl@openbsd.org>
Thu, 2 Sep 2021 12:40:44 +0000 (12:40 +0000)
commitabbaa2745fb6bc1626d89c16a2088aa4589b729d
tree76304d4bfcbe44f8c46dca82737d190f6c9d9674
parentdbaaa4558bebea51f1a8f60cfe3e2eaf072a60b3
Import more NetBSD system call regression tests.
OK bluhm@
17 files changed:
regress/lib/libc/sys/Makefile
regress/lib/libc/sys/README
regress/lib/libc/sys/atf-c.h
regress/lib/libc/sys/h_macros.h
regress/lib/libc/sys/macros.h
regress/lib/libc/sys/t_clock_gettime.c
regress/lib/libc/sys/t_connect.c [new file with mode: 0644]
regress/lib/libc/sys/t_fork.c [new file with mode: 0644]
regress/lib/libc/sys/t_kevent.c [new file with mode: 0644]
regress/lib/libc/sys/t_minherit.c [new file with mode: 0644]
regress/lib/libc/sys/t_pollts.c [new file with mode: 0644]
regress/lib/libc/sys/t_ppoll.c [new file with mode: 0644]
regress/lib/libc/sys/t_setrlimit.c [new file with mode: 0644]
regress/lib/libc/sys/t_sigaltstack.c [new file with mode: 0644]
regress/lib/libc/sys/t_syscall.c
regress/lib/libc/sys/t_wait_noproc.c [new file with mode: 0644]
regress/lib/libc/sys/t_wait_noproc_wnohang.c [new file with mode: 0644]