From owner-freebsd-threads@FreeBSD.ORG Tue Feb 1 17:40:23 2005 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711C316A4DB; Tue, 1 Feb 2005 17:40:23 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC9643D31; Tue, 1 Feb 2005 17:40:05 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id j11He20X099694; Tue, 1 Feb 2005 19:40:03 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <41FFBEF3.9010000@he.iki.fi> Date: Tue, 01 Feb 2005 19:40:03 +0200 From: Petri Helenius User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200502011027.31991.jhb@FreeBSD.org> In-Reply-To: <200502011027.31991.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: threads@freebsd.org Subject: Re: Backport of pthread fixes from 5.x to 6.0. X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 17:40:23 -0000 John Baldwin wrote: >I'd like to backport most of the thread fixes for libpthread from 6.0 to >RELENG_5 before 5.4. I've been testing this patch locally and just wanted to >make sure backporting it was ok with the folks on this list. Patch is at >http://www.FreeBSD.org/~jhb/patches/pthread_5.patch > > > I browsed trough the patch and couldn't locate the new mutex operations in there. Are they somewhere in the pipeline and could you combine them into your patch? Pete