History log of /freebsd-11-stable/tests/sys/kern/waitpid_nohang.c
Revision Date Author Comments
# 307004 10-Oct-2016 jilles

MFC r305676: wait: Do not copyout uninitialized status/rusage/wrusage.

If wait4() or wait6() return 0 because of WNOHANG, the status, rusage and
wrusage information should not be returned.

PR: 212048
Reported by: Casey Lucas