K 10 svn:author V 3 jmg K 8 svn:date V 27 2004-09-14T03:46:43.000000Z K 7 svn:log V 433 MFC: kern_event.c: v1.80, if.c: v1.205 > don't call f_detach if the filter has alread removed the knote.. This > happens when a proc exits, but needs to inform the user that this has > happened.. This also means we can remove the check for detached from > proc and sig f_detach functions as this is doing in kqueue now... kern_event.c: v1.81 > remove giant required from kqueue_close.. Approved by: re (kensmith, scottl) END