From owner-cvs-all@FreeBSD.ORG Wed Oct 6 15:17:50 2004 Return-Path: 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 0CC7C16A4CE; Wed, 6 Oct 2004 15:17:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C9F43D5D; Wed, 6 Oct 2004 15:17:50 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i96FHnuT067659; Wed, 6 Oct 2004 15:17:49 GMT (envelope-from csjp@freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i96FHnbj067658; Wed, 6 Oct 2004 15:17:49 GMT (envelope-from csjp@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: csjp set sender to csjp@freebsd.org using -f Date: Wed, 6 Oct 2004 15:17:49 +0000 From: "Christian S.J. Peron" To: David Xu Message-ID: <20041006151749.GA56513@freefall.freebsd.org> References: <200410060040.i960efqj089441@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410060040.i960efqj089441@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern kern_exec.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 15:17:50 -0000 On 6 Oct 2004 David Xu wrote: > davidxu 2004-10-06 00:40:41 UTC > > FreeBSD src repository > > Modified files: > sys/sys proc.h > sys/kern kern_exec.c kern_thread.c > Log: > In original kern_execve() code, at the start of the function, it forces > all other threads to suicide, problem is execve() could be failed, and > a failed execve() would change threaded process to unthreaded, this side > effect is unexpected. Should this be an MFC canidate? -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer