cvs commit: src/sys/kern kern_event.c src/sys/net if.c
John-Mark Gurney
jmg at FreeBSD.org
Mon Sep 6 12:02:42 PDT 2004
jmg 2004-09-06 19:02:42 UTC
FreeBSD src repository
Modified files:
sys/kern kern_event.c
sys/net if.c
Log:
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...
MFC after: 5 days
Revision Changes Path
1.80 +10 -8 src/sys/kern/kern_event.c
1.205 +0 -3 src/sys/net/if.c
More information about the cvs-src
mailing list