From owner-cvs-src Sat Feb 15 0:42: 4 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C150E37B401; Sat, 15 Feb 2003 00:42:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673A843FBF; Sat, 15 Feb 2003 00:42:03 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1F8g3bv006042; Sat, 15 Feb 2003 00:42:03 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1F8g3VU006038; Sat, 15 Feb 2003 00:42:03 -0800 (PST) Message-Id: <200302150842.h1F8g3VU006038@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 15 Feb 2003 00:42:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/02/15 00:42:03 PST Modified files: sys/kern kern_sig.c Log: All uses of p_siglist are protected by the proc lock now, so there's no need to acquire Giant in sigpending() anymore. Revision Changes Path 1.205 +1 -6 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message