From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 07:49:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2AA16A4CE; Tue, 3 Aug 2004 07:49:34 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A72343D58; Tue, 3 Aug 2004 07:49:34 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i737nTYl004408; Tue, 3 Aug 2004 08:49:29 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Daniel Eischen Date: Tue, 3 Aug 2004 08:49:25 +0100 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408030849.25958.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 itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: freebsd-current@freebsd.org cc: current@freebsd.org cc: Stefan Ehmann Subject: Re: nvidia binary drivers no longer work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 07:49:34 -0000 On Tuesday 03 August 2004 07:18, Daniel Eischen wrote: > On Tue, 3 Aug 2004, Daniel O'Connor wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Mon, 2 Aug 2004 22:44, Doug Rabson wrote: > > > > > > binary driver fairly soon (which also supports libpthread > > > > > > and libthr). > > > > > > > > > > With TLS support? :-) > > > > > > > > Oh yes :-) > > > > > > > > I'm going to be merging the TLS code into current over the next > > > > few days in fact. > > > > > > Oh, and it also runs ut2004 without crashing :-) > > > > Woo [expletive deleted] hoo! > > > > Actually I've found UT2004 runs fine as long as I log out and boot > > into twm then run it :) > > Ok, so having never heard of ut2004 until now, a little research > shows that it's some sort of game. Is this native or a Linux binary? > And if Linux, does that mean TLS is working for Linux emulation > also? Its a game :-) The retail version of the game includes installers for both windows and linux (which is pretty damn cool IMHO). The linux binary works well under emulation and yes, TLS is working for Linux emulation as far as I know. All thats needed there is that we preserve %gs on context switch (which we do anyway).