From owner-freebsd-threads@FreeBSD.ORG Fri May 2 06:10:24 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 4C3A237B401 for ; Fri, 2 May 2003 06:10:24 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB1C43F75 for ; Fri, 2 May 2003 06:10:23 -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 h42DAMBg027792; Fri, 2 May 2003 09:10:22 -0400 (EDT) Received: from localhost (eischen@localhost)h42DAMlF027789; Fri, 2 May 2003 09:10:22 -0400 (EDT) Date: Fri, 2 May 2003 09:10:21 -0400 (EDT) From: Daniel Eischen To: Matthew Gardiner In-Reply-To: <200305021810.38170.CooCooCaChoo@myrealbox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: Status of KSE and libpthreads 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: Fri, 02 May 2003 13:10:24 -0000 On Fri, 2 May 2003, Matthew Gardiner wrote: > I've just had a quick look at the cvs and the kse webpage, and it appears from > what I see on the CVS that the KSE page is a little out of date. I'll look into updating it. > Does anyone have an time line/guess of how far away a fully implementation is > of libpthreads and KSE? We can run alot of threaded programs right now. There are two known problems. Signals aren't quite right yet, and rtld-elf isn't thread-safe and causes hangs loading some applications (like mozilla). -- Dan Eischen