From owner-svn-src-head@FreeBSD.ORG Sat Nov 13 22:40:32 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54AD81065673; Sat, 13 Nov 2010 22:40:32 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mail1.sandvine.com (Mail1.sandvine.com [64.7.137.134]) by mx1.freebsd.org (Postfix) with ESMTP id 14E998FC12; Sat, 13 Nov 2010 22:40:31 +0000 (UTC) Received: from labgw2.phaedrus.sandvine.com (192.168.222.22) by WTL-EXCH-1.sandvine.com (192.168.196.31) with Microsoft SMTP Server id 14.0.694.0; Sat, 13 Nov 2010 17:40:31 -0500 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 10332) id 3409233C00; Sat, 13 Nov 2010 17:40:31 -0500 (EST) Date: Sat, 13 Nov 2010 17:40:31 -0500 From: Ed Maste Message-ID: <20101113224031.GA20786@sandvine.com> References: <201011132222.oADMMIav061884@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <201011132222.oADMMIav061884@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215269 - head/lib/libc_r X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 22:40:32 -0000 On Sat, Nov 13, 2010 at 10:22:18PM +0000, Ed Maste wrote: > Log: > Remove libc_r threading library. It has been disconnected from the build > for four years (since r162846). It has been suggested that there's some value in keeping libc_r around for comparison purposes and benchmarking -- sorry if I ripped it out from anyone who was planning to do so. Of course it's still available in svn if needed for such work. -Ed