cvs commit: src/sys/kern kern_sig.c

Robert Watson rwatson at FreeBSD.org
Thu Jan 8 14:44:55 PST 2004


rwatson     2004/01/08 14:44:54 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Drop the sigacts mutex around calls to stopevent() to avoid sleeping
  holding the mutex.  Because the sigacts pointer can't change while
  the process is "live" (proc locking (x)), we know our pointer is still
  valid.
  
  In communication with:  truckman
  Reviewed by:            jhb
  
  Revision  Changes    Path
  1.265     +10 -2     src/sys/kern/kern_sig.c


More information about the cvs-src mailing list