CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/08/06 12:41:21
Modified files: sys/kern : kern_exit.c Log message: 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@