Date: Sat, 15 Feb 2003 01:56:09 -0800 (PST) From: "Tim J. Robbins" <tjr@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: <200302150956.h1F9u9T5031992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/02/15 01:56:09 PST
Modified files:
sys/kern kern_sig.c
Log:
Acquire Giant around calls to kern_sigaction() in sigaction(),
freebsd4_sigaction() and osigaction() instead of around the whole
body of those functions. They now no longer hold Giant around calls
to copyin() and copyout(), and it is slightly more obvious what
Giant is protecting.
Revision Changes Path
1.207 +9 -17 src/sys/kern/kern_sig.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302150956.h1F9u9T5031992>
