From owner-cvs-all@FreeBSD.ORG Thu May 29 17:42:25 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 4A4DC37B401 for ; Thu, 29 May 2003 17:42:25 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C302A43FBD for ; Thu, 29 May 2003 17:42:23 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 10719 invoked by uid 1000); 30 May 2003 00:42:25 -0000 Date: Thu, 29 May 2003 17:42:25 -0700 (PDT) From: Nate Lawson To: Alexander Kabaev In-Reply-To: <20030530002203.F1E9137B447@hub.freebsd.org> Message-ID: <20030529174052.N10716@root.org> References: <20030530002203.F1E9137B447@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread Makefile pthread.map src/lib/libpthread/sys Makefile.inc src/lib/libpthread/thread Ma 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: Fri, 30 May 2003 00:42:25 -0000 On Thu, 29 May 2003, Alexander Kabaev wrote: > Modified files: > lib/libpthread Makefile > lib/libpthread/sys Makefile.inc > lib/libpthread/thread Makefile.inc thr_cond.c thr_exit.c > thr_init.c thr_mutex.c thr_private.h > thr_rwlock.c > Added files: > lib/libpthread pthread.map > lib/libpthread/support Makefile.inc thr_support.c > lib/libpthread/thread thr_rtld.c > Log: > Attempt to eliminate PLT relocations from rwlock aquire/release > path, making them suitable for direct use by the dynamic loader. > > Register libpthread-specific locking API with rtld on startup. > > This still has some rough edges with signals which should be > addresses later. > > Approved by: re (scottl) "I sense a disturbance in the tree, as if a thousand delayed commits rushed in and then settled". Hopefully we have some time to test the final branched version a ton before release. -Nate