cvs commit: src/sys/kern kern_event.c src/sys/net if.c

John-Mark Gurney jmg at FreeBSD.org
Mon Sep 13 20:46:44 PDT 2004


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


More information about the cvs-src mailing list