From owner-cvs-all@FreeBSD.ORG Sat Aug 9 09:47:41 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 A144837B401; Sat, 9 Aug 2003 09:47:41 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8A843FB1; Sat, 9 Aug 2003 09:47:40 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp42.pn.xcllnt.net (dhcp42.pn.xcllnt.net [192.168.4.242]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h79GlewO062395; Sat, 9 Aug 2003 09:47:40 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp42.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp42.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h79GleNu000693; Sat, 9 Aug 2003 09:47:40 -0700 (PDT) (envelope-from marcel@dhcp42.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp42.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h79Gleas000692; Sat, 9 Aug 2003 09:47:40 -0700 (PDT) (envelope-from marcel) Date: Sat, 9 Aug 2003 09:47:40 -0700 From: Marcel Moolenaar To: Daniel Eischen Message-ID: <20030809164740.GB566@dhcp42.pn.xcllnt.net> References: <3F3515AE.5020602@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile 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: Sat, 09 Aug 2003 16:47:42 -0000 On Sat, Aug 09, 2003 at 12:10:37PM -0400, Daniel Eischen wrote: > On Sat, 9 Aug 2003, Scott Long wrote: > > > Daniel Eischen wrote: > > > deischen 2003/08/09 08:29:53 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib Makefile > > > Log: > > > Add libpthread to the alpha build. > > > > > > Requested by ru: Since the majority of archs can now support the > > > build of libpthread, rearrange the Makefile to treat libpthread > > > as an exception. > > > > > > Revision Changes Path > > > 1.168 +3 -9 src/lib/Makefile > > > > > > > Excellent! By my count, that leaves sparc64 as the last Tier-1 > > platform, correct? Maybe Jake, Thomas, or Jean-Mark can tackle it? > > Jake's currently working on sparc64; I've already reviewed > his libpthread bits. > > FYI, there is still work to be done on ia64 and alpha. Only > the userland bits are present for alpha; the kernel still needs > a bit of support but it should be straight forward for someone > (marcel!) to implement. ia64 may have some other problems > to deal with before we can see if the KSE bits are correct. Support on ia64 is fairly good these days with the async context support. I'm actually looking at a bug that may be libpthread related: We can call _thr_sig_add() with a NULL thread pointer when called from kse_check_completed(). The exact situation is not known yet. I'll spend some time on it today... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net