From owner-cvs-src@FreeBSD.ORG Sat Oct 14 13:40:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E046416A412; Sat, 14 Oct 2006 13:40:09 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8188F43D49; Sat, 14 Oct 2006 13:40:09 +0000 (GMT) (envelope-from davidxu@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 k9EDe9ST012244; Sat, 14 Oct 2006 13:40:09 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9EDe914012243; Sat, 14 Oct 2006 13:40:09 GMT (envelope-from davidxu) Message-Id: <200610141340.k9EDe914012243@repoman.freebsd.org> From: David Xu Date: Sat, 14 Oct 2006 13:40:09 +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/libthr/thread thr_fork.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: Sat, 14 Oct 2006 13:40:10 -0000 davidxu 2006-10-14 13:40:09 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_fork.c Log: Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child process only has one thread, setting the flag can cause the thread to be suspended and no another thread will resume it. Revision Changes Path 1.6 +2 -0 src/lib/libthr/thread/thr_fork.c