Revert the knote_processexit() bits of the diff. It introduced a small
authorclaudio <claudio@openbsd.org>
Tue, 6 Aug 2024 18:41:20 +0000 (18:41 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 6 Aug 2024 18:41:20 +0000 (18:41 +0000)
commit3920ff05e7c81ca8c9158fa69b8d255ed073a014
tree7f466f75ef187bed0e310d33cd74221e56239931
parent99446a6d6053c09ce578b8707502aa059661f189
Revert the knote_processexit() bits of the diff. It introduced a small
window where a knote is available but PS_ZOMBIE is not yet set (causing
waitpid() to not return that pid).
Requested by jca@ and deraadt@
sys/kern/kern_exit.c