cvs commit: src/sys/kern kern_event.c kern_proc.c src/sys/sys proc.h

Kelly Yancey kbyanc at FreeBSD.org
Thu May 8 00:47:18 PDT 2003


kbyanc      2003/05/08 00:47:16 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/kern             kern_event.c kern_proc.c 
    sys/sys              proc.h 
  Log:
  MFC kern_event.c:1.58:
      Fix race between a process registering a NOTE_EXIT EVFILT_PROC event
      and the target process exiting which causes attempts to register the
      kevent to randomly fail depending on whether the target runs to
      completion before the parent can call kevent(2).
  
  Sponsored by:   NTT Multimedia Communications Labs
  
  Revision  Changes    Path
  1.2.2.9   +14 -0     src/sys/kern/kern_event.c
  1.63.2.9  +2 -2      src/sys/kern/kern_proc.c
  1.99.2.8  +1 -0      src/sys/sys/proc.h


More information about the cvs-src mailing list