From owner-cvs-all@FreeBSD.ORG Tue Apr 1 14:41:42 2003 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 8F46D37B401; Tue, 1 Apr 2003 14:41:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B82443FB1; Tue, 1 Apr 2003 14:41:42 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h31Mff0U083018; Tue, 1 Apr 2003 14:41:41 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h31Mff3G083017; Tue, 1 Apr 2003 14:41:41 -0800 (PST) Message-Id: <200304012241.h31Mff3G083017@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 1 Apr 2003 14:41:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_cond.c thr_join.c thr_kern.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: Tue, 01 Apr 2003 22:41:43 -0000 jeff 2003/04/01 14:41:41 PST FreeBSD src repository Modified files: lib/libthr/thread thr_cond.c thr_join.c thr_kern.c Log: - Don't drop and reacquire giant in thread_suspend(). Change callers to do this manually. This will facilitate the unrolling of giant. - Don't allow giant to recurse anymore. This should never happen. Revision Changes Path 1.2 +2 -0 src/lib/libthr/thread/thr_cond.c 1.2 +2 -0 src/lib/libthr/thread/thr_join.c 1.2 +4 -38 src/lib/libthr/thread/thr_kern.c