Date: Mon, 31 Mar 2003 14:12:09 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200303312212.h2VMCAGw026118@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303312212.h2VMCAGw026118>