CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/30 19:41:23
Modified files:
sys/sys : event.h
sys/kern : kern_event.c kern_exit.c
Log message:
Move knote_processexit() call from exit1() to the reaper().
This fixes a problem where NOTE_EXIT could be received before
the process was officially a zombie and thus not immediately
waitable. OK deraadt@ visa@
