History log of /openbsd-src/regress/lib/libc/sys/t_wait_noproc.c (Results 1 – 4 of 4)
Revision Date Author Comments
# fea828ab 19-Dec-2022 guenther <guenther@openbsd.org>

WTRAPPED is now supported by waitid(2)
Don't test waitid(WUNTRACED) as that's not portable and only 'works' due
to an implementation decision


# 9ca68cd5 26-Oct-2022 kettenis <kettenis@openbsd.org>

Enable waitid(2) regress tests and a new test derived from NetBSD's
wait6(2) tests.

ok millert@, deraadt@


# 49a6e16f 13-Dec-2021 deraadt <deraadt@openbsd.org>

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


# abbaa274 02-Sep-2021 mbuhl <mbuhl@openbsd.org>

Import more NetBSD system call regression tests.
OK bluhm@