From owner-cvs-all Sat Oct 27 4:11:28 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 B967037B40A; Sat, 27 Oct 2001 04:11:25 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9RBBPd00957; Sat, 27 Oct 2001 04:11:25 -0700 (PDT) (envelope-from des) Message-Id: <200110271111.f9RBBPd00957@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Oct 2001 04:11:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_exec.c kern_prot.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 des 2001/10/27 04:11:25 PDT Modified files: sys/sys proc.h sys/kern kern_exec.c kern_prot.c Log: Add a P_INEXEC flag that indicates that the process has called execve() and it has not yet returned. Use this flag to deny debugging requests while the process is execve()ing, and close once and for all any race conditions that might occur between execve() and various debugging interfaces. Reviewed by: jhb, rwatson Revision Changes Path 1.144 +25 -15 src/sys/kern/kern_exec.c 1.117 +4 -0 src/sys/kern/kern_prot.c 1.191 +1 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message