From owner-cvs-all@FreeBSD.ORG Mon Feb 4 20:03:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6A816A421; Mon, 4 Feb 2008 20:03:37 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E934813C442; Mon, 4 Feb 2008 20:03:36 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m14K3aKP027874; Mon, 4 Feb 2008 20:03:36 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m14K3aC7027873; Mon, 4 Feb 2008 20:03:36 GMT (envelope-from julian) Message-Id: <200802042003.m14K3aC7027873@repoman.freebsd.org> From: Julian Elischer Date: Mon, 4 Feb 2008 20:03:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/lib/libkse/sys lock.c src/lib/libkse/thread thr_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 04 Feb 2008 20:03:37 -0000 julian 2008-02-04 20:03:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) lib/libkse/sys lock.c lib/libkse/thread thr_kern.c Log: MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.c this copes with the fact that during a fork the child may get really screwy state in the threading system due to the sudden vaporisation of it's sibling threads. Approved by: re(kensmith) Revision Changes Path 1.11.4.1 +17 -8 src/lib/libkse/sys/lock.c 1.125.4.1 +25 -0 src/lib/libkse/thread/thr_kern.c