CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/06/05 22:47:43
Modified files: sys/sys : event.h sys/kern : kern_event.c kern_sig.c Log message: EVFILT_SIGNAL and EVFILT_PROC events need to track the process they're attached to and not just the thread, which can go away. Problem observed by jsg@; ok jsg@ matthew@