cvs commit: src/sys/kern kern_sig.c

Jeff Roberson jeff at FreeBSD.org
Mon Mar 31 14:12:12 PST 2003


jeff        2003/03/31 14:12:09 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
   - Mark signals which may be delivered to any thread in the process with
     SA_PROC.  Signals without this flag should be directed to a particular
     thread if this is possible.
  
  Revision  Changes    Path
  1.218     +32 -31    src/sys/kern/kern_sig.c


More information about the cvs-src mailing list