K 10 svn:author V 8 vangyzen K 8 svn:date V 27 2016-04-14T17:14:11.575350Z K 7 svn:log V 389 MFC r295012 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 Sponsored by: Dell Inc. END