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