cvs commit: src/sys/kern kern_event.c

Colin Percival cperciva at FreeBSD.org
Tue Apr 6 23:00:59 PDT 2004


cperciva    2004/04/06 22:59:57 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  Fix filt_timer* races: Finish initializing a knote before we pass it to
  a callout, and use the new callout_drain API to make sure that a callout
  has finished before we deallocate memory it is using.
  
  PR:             kern/64121
  Discussed with: gallatin
  
  Revision  Changes    Path
  1.68      +2 -2      src/sys/kern/kern_event.c


More information about the cvs-src mailing list