From owner-freebsd-threads@FreeBSD.ORG Thu Apr 1 00:07:12 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 587E116A4CE for ; Thu, 1 Apr 2004 00:07:12 -0800 (PST) Received: from herring.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9075A43D5D for ; Thu, 1 Apr 2004 00:07:11 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [10.0.0.2]) by herring.rabson.org (8.12.11/8.12.11) with ESMTP id i3186R9r031324; Thu, 1 Apr 2004 09:06:27 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Julian Elischer Date: Thu, 1 Apr 2004 09:06:27 +0100 User-Agent: KMail/1.6.1 References: <200403292000.13794.dfr@nlsystems.com> <1080729559.19486.0.camel@builder02.qubesoft.com> <406BC8F3.2050709@elischer.org> In-Reply-To: <406BC8F3.2050709@elischer.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404010906.27230.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.rabson.org X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-threads@freebsd.org Subject: Re: Thread Local Storage X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 08:07:12 -0000 On Thursday 01 April 2004 08:46, Julian Elischer wrote: > Doug Rabson wrote: > > On Wed, 2004-03-31 at 10:56, Julian Elischer wrote: > >>Doug Rabson wrote: > >>>On Monday 29 March 2004 20:25, Julian Elischer wrote: > >>>>there is a KSE p4 tree that is curently unused as we have > >>>> everything in CVS at the moment.. > >>> > >>>I sync'ed to this tree but its a little out-of-date (2 years ish). > >>> Could someone who understands p4 better than me try to put > >>> together a more recent tree with at least libexec/rtld-elf, sys, > >>> lib/libc, lib/libpthread and lib/libthr in it, thanks. > >> > >>I've brought what is there up to date but I forget how to add new > >> sections of the tree (e.g. libthr) > >>I'll try add libexec/rtld-elf, lib/libthr, lib/libpthread, ib/libc > >>as soon as I work out what the command is :-) > > > > Thanks - do you know how I can arrange to get commit mail for it? > > found my cheatsheet.. Excellent. Thats exactly what I need, thanks. > -----------------------------------