From owner-cvs-all@FreeBSD.ORG Fri Jan 30 08:53:09 2004 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 3B58816A4CE; Fri, 30 Jan 2004 08:53:09 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBE743D75; Fri, 30 Jan 2004 08:52:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0UGNvA0005956; Fri, 30 Jan 2004 08:23:57 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0UGNvvj005955; Fri, 30 Jan 2004 08:23:57 -0800 (PST) (envelope-from obrien) Date: Fri, 30 Jan 2004 08:23:53 -0800 From: "David O'Brien" To: Daniel Eischen Message-ID: <20040130162353.GA5715@dragon.nuxi.com> References: <200401301213.i0UCDHvP029930@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401301213.i0UCDHvP029930@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 16:53:09 -0000 On Fri, Jan 30, 2004 at 04:13:17AM -0800, Daniel Eischen wrote: > Log: > Change libkse back to libpthread and make it the default > thread library for i386, amd64, and ia64. For alpha > and sparc64 the library is not changed and remains libkse, > and links are installed so that libpthread -> libc_r. What is the statement and plans on making the libkse->libpthread change on the Tier-1 Alpha and Sparc64 platforms?