From owner-freebsd-threads@FreeBSD.ORG Tue Feb 1 19:28:38 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 4CA4816A4CE; Tue, 1 Feb 2005 19:28:38 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B9343D5E; Tue, 1 Feb 2005 19:28:37 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j11JSZkT006825; Tue, 1 Feb 2005 14:28:35 -0500 (EST) Date: Tue, 1 Feb 2005 14:28:29 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Petri Helenius In-Reply-To: <41FFBEF3.9010000@he.iki.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: threads@freebsd.org cc: John Baldwin 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 Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 19:28:38 -0000 On Tue, 1 Feb 2005, Petri Helenius wrote: > 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? They aren't (in userland) even in -current; they exist in perforce in a forked branch of libpthread. You'll have to wait for that because it doesn't yet support all of the stuff that libpthread does. -- DE