From owner-cvs-all@FreeBSD.ORG Sat Apr 2 14:07:05 2005 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 D8F8416A4CE; Sat, 2 Apr 2005 14:07:05 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5966443D31; Sat, 2 Apr 2005 14:07:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.21] (rat.samsco.home [192.168.254.21]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j32EAQCJ029686; Sat, 2 Apr 2005 07:10:27 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <424EA68D.2090008@samsco.org> Date: Sat, 02 Apr 2005 07:05:01 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050321 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200504020140.j321eC8u007231@repoman.freebsd.org> In-Reply-To: <200504020140.j321eC8u007231@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org 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, 02 Apr 2005 14:07:06 -0000 David Xu wrote: > davidxu 2005-04-02 01:40:12 UTC > > FreeBSD src repository > > Modified files: > lib Makefile > Log: > Connect libthr and libthread_db to make buildworld. > > Revision Changes Path > 1.203 +3 -3 src/lib/Makefile Awesome, thanks a lot! I encourage everyone to give this a spin and see how it performs. Please also put it through the normal Pthread stress tests. Scott