Searched hist:122686 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/kern/
H A Dkern_event.cdiff 122686 Fri Nov 14 18:49:01 MST 2003 cognet Better fix than my previous commit:
in exit1(), make sure the p_klist is empty after sending NOTE_EXIT.
The process won't report fork() or execve() and won't be able to handle
NOTE_SIGNAL knotes anyway.
This fixes some race conditions with do_tdsignal() calling knote() while
the process is exiting.

Reported by: Stefan Farfeleder <stefan@fafoe.narf.at>
MFC after: 1 week
H A Dkern_exit.cdiff 122686 Fri Nov 14 18:49:01 MST 2003 cognet Better fix than my previous commit:
in exit1(), make sure the p_klist is empty after sending NOTE_EXIT.
The process won't report fork() or execve() and won't be able to handle
NOTE_SIGNAL knotes anyway.
This fixes some race conditions with do_tdsignal() calling knote() while
the process is exiting.

Reported by: Stefan Farfeleder <stefan@fafoe.narf.at>
MFC after: 1 week

Completed in 87 milliseconds