mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
dc03379e84
kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXIT NOTE_CHILD and NOTE_EXIT return something in kevent.data: the parent pid (ppid) for NOTE_CHILD and the exit status for NOTE_EXIT. Do not let the two events be combined, since one would overwrite the other's data. PR: 180385 Submitted by: David A. Bright <david_a_bright@dell.com> Sponsored by: Dell Inc. |
||
---|---|---|
.. | ||
common.h | ||
config.h | ||
kqueue_test.sh | ||
main.c | ||
Makefile | ||
proc.c | ||
read.c | ||
signal.c | ||
timer.c | ||
user.c | ||
vnode.c |