Date: Thu, 8 Jan 2004 14:44:54 -0800 (PST) From: Robert Watson <rwatson@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: <200401082244.i08Mis6a037614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401082244.i08Mis6a037614>