From owner-cvs-all Wed Oct 10 13: 5: 3 2001 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 B4D2137B401; Wed, 10 Oct 2001 13:04:57 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AK4vV40760; Wed, 10 Oct 2001 13:04:57 -0700 (PDT) (envelope-from dfr) Message-Id: <200110102004.f9AK4vV40760@freefall.freebsd.org> From: Doug Rabson Date: Wed, 10 Oct 2001 13:04:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.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 dfr 2001/10/10 13:04:57 PDT Modified files: sys/kern kern_exec.c Log: Move setregs() out from under the PROC_LOCK so that it can use functions list suword() which may trap. Revision Changes Path 1.140 +5 -5 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message