Date: Sat, 6 Jul 2002 00:00:02 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> 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 Message-ID: <200207060700.g66702HE099209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207060700.g66702HE099209>