Date: Tue, 14 Sep 2004 03:46:44 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c src/sys/net if.c Message-ID: <200409140346.i8E3kiDl001185@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2004-09-14 03:46:44 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern kern_event.c
sys/net if.c
Log:
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)
Revision Changes Path
1.79.2.1 +10 -10 src/sys/kern/kern_event.c
1.199.2.5 +0 -3 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409140346.i8E3kiDl001185>
