From owner-freebsd-threads@FreeBSD.ORG Wed Apr 16 14:06:02 2003 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 622F937B401; Wed, 16 Apr 2003 14:06:02 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBFC43F75; Wed, 16 Apr 2003 14:05:59 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h3GL5wBg027558; Wed, 16 Apr 2003 17:05:58 -0400 (EDT) Received: from localhost (eischen@localhost)h3GL5w9i027553; Wed, 16 Apr 2003 17:05:58 -0400 (EDT) Date: Wed, 16 Apr 2003 17:05:58 -0400 (EDT) From: Daniel Eischen To: David Xu In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: libpthread patch 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: Wed, 16 Apr 2003 21:06:02 -0000 There's a new patch available at: http://people.freebsd.org/~deischen/kse/libpthread.diffs This passes all the ACE tests that libc_r passes, with the exception of Cached_Conn_Test. It also seems to work with KDE, konqueror, kwrite, kmail, etc. I don't have mozilla built (and am dreading trying to), but it would be interesting to see if it works with that. If no-one has any objections, I'd like to commit this soon. I'll let David review and comment to it first. David, I didn't add critical regions to _thr_alloc() and _thr_free(). I think that whenever they are used, we are already in a critical region or operating on an upcall. -- Dan Eischen