freebsd-src/tests/sys
John Baldwin e8c58205fe MFC 326953:
Catch up to r325719 which makes the kern.proc.pid sysctl "work" for zombies.

Some of the ptrace tests need to wait for a child process to become a
zombie before preceding.  The parent process polls the child process
via the kern.proc.pid sysctl to wait for it to become a zombie.
Previously the code polled until the sysctl failed with ESRCH.  Now it
will poll until either the sysctl fails with ESRCH (for compatiblity
with older kernels) or returns a kinfo_proc structure with the ki_stat
field set to SZOMB.
2018-01-24 00:32:02 +00:00
..
acl
aio MFC r318593: 2017-05-31 17:20:55 +00:00
fifo
file MFC r319056,r319058,r319059,r319060,r319061,r319078: 2017-05-31 08:36:47 +00:00
fs MFC r318546: 2017-05-27 23:04:48 +00:00
geom MFC r324478: 2017-10-17 15:49:36 +00:00
kern MFC 326953: 2018-01-24 00:32:02 +00:00
kqueue MFC r305468: 2017-02-10 02:29:39 +00:00
mac MFC r312164: 2017-02-04 16:31:24 +00:00
mqueue MFC r289172,r290254: 2017-02-09 22:49:48 +00:00
netinet MFC r285117 2017-04-18 16:17:38 +00:00
pjdfstest MFC r295643: 2017-02-16 05:17:40 +00:00
posixshm
vfs MFC r320446: 2017-07-28 03:26:05 +00:00
vm
Makefile MFC r295643: 2017-02-16 05:17:40 +00:00
Makefile.inc MFC r312114,r312194: 2017-02-04 16:29:23 +00:00