From owner-cvs-src@FreeBSD.ORG Mon Mar 5 17:47:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7979216A403; Mon, 5 Mar 2007 17:47:28 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 529BB13C49D; Mon, 5 Mar 2007 17:47:28 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l25HlSVN002971; Mon, 5 Mar 2007 17:47:28 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l25HlSR7002970; Mon, 5 Mar 2007 17:47:28 GMT (envelope-from brian) Message-Id: <200703051747.l25HlSR7002970@repoman.freebsd.org> From: Brian Somers Date: Mon, 5 Mar 2007 17:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread/thread thr_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 17:47:28 -0000 brian 2007-03-05 17:47:28 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: In the NOTYET code path when a process forks, the remaining child thread goes back to system scope rather than process scope. This allows an ensuing exec() to actually work. This change was made a year ago here, but I "forgot" to commit it :( Approved by: deischen MFC after: 3 weeks Revision Changes Path 1.123 +4 -7 src/lib/libpthread/thread/thr_kern.c