cvs commit: src/sys/kern kern_event.c
    Colin Percival 
    cperciva at FreeBSD.org
       
    Sat Apr  3 23:03:19 PST 2004
    
    
  
cperciva    2004/04/03 23:03:14 PST
  FreeBSD src repository
  Modified files:        (Branch: RELENG_4)
    sys/kern             kern_event.c 
  Log:
  Finish initializing a knote before we pass it to a callout.  This had
  resulted in panics if large numbers of events were created with short
  timeouts.
  
  This hasn't been fixed in -CURRENT yet; 5.x has a more serious race
  condition which I need to fix first.
  
  PR:             kern/64121
  Submitted by:   Gerrit Nagelhout
  
  Revision  Changes    Path
  1.2.2.10  +1 -1      src/sys/kern/kern_event.c
    
    
More information about the cvs-all
mailing list