From owner-cvs-all Tue Apr 9 13: 1:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2016A37B41B; Tue, 9 Apr 2002 13:00:41 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39K0fY87525; Tue, 9 Apr 2002 13:00:41 -0700 (PDT) (envelope-from jhb) Message-Id: <200204092000.g39K0fY87525@freefall.freebsd.org> From: John Baldwin Date: Tue, 9 Apr 2002 13:00:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/09 13:00:41 PDT Modified files: sys/kern kern_exit.c Log: We don't need Giant to read the pgrp ID since the proc lock has protected p_pgrp since the pgrp locking went in. We also don't need it to check for invalid values in the options argument to wait1(), so push Giant down slightly. Revision Changes Path 1.155 +3 -5 src/sys/kern/kern_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message