From owner-cvs-all Sat Jul 6 0: 0: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1388E37B400; Sat, 6 Jul 2002 00:00:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BCF43E3B; Sat, 6 Jul 2002 00:00:02 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g66702JU099210; Sat, 6 Jul 2002 00:00:02 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g66702HE099209; Sat, 6 Jul 2002 00:00:02 -0700 (PDT) Message-Id: <200207060700.g66702HE099209@freefall.freebsd.org> From: Jeff Roberson Date: Sat, 6 Jul 2002 00:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys imgact.h src/sys/kern imgact_aout.c imgact_elf.c 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 jeff 2002/07/06 00:00:02 PDT Modified files: sys/sys imgact.h sys/kern imgact_aout.c imgact_elf.c kern_exec.c Log: Clean up execve locking: - Grab the vnode object early in exec when we still have the vnode lock. - Cache the object in the image_params. - Make use of the cached object in imgact_*.c Revision Changes Path 1.78 +1 -1 src/sys/kern/imgact_aout.c 1.112 +11 -4 src/sys/kern/imgact_elf.c 1.172 +8 -0 src/sys/kern/kern_exec.c 1.27 +3 -0 src/sys/sys/imgact.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message