From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 06:43:42 2003 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 0964137B401 for ; Fri, 11 Jul 2003 06:43:42 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC06043FB1 for ; Fri, 11 Jul 2003 06:43:40 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id A83313B8; Fri, 11 Jul 2003 09:44:03 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id A394334A; Fri, 11 Jul 2003 09:44:03 -0400 (EDT) Date: Fri, 11 Jul 2003 09:44:03 -0400 (EDT) From: Kenneth Culver To: Mike Makonnen In-Reply-To: <20030711035132.GB21440@kokeb.ambesa.net> Message-ID: <20030711094342.C3392@alpha.yumyumyum.org> References: <200307101643.34160.craig@xfoil.gank.org> <20030711035132.GB21440@kokeb.ambesa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: NVidia driver stability? 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: Fri, 11 Jul 2003 13:43:42 -0000 > I don't know if this is relevant, but the NVidia drivers won't work with > libkse or libthr, because it messes with the %gs segment register, which > both threading libraries use. The only threading library it currently > works with is libc_r. Actually from what I hear that's not accurate. It only works with the linuxthreads port. Ken