From owner-freebsd-current@FreeBSD.ORG Fri Aug 1 16:25:33 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 B177937B401; Fri, 1 Aug 2003 16:25:33 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90E943F3F; Fri, 1 Aug 2003 16:25:32 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h71NPSnj002689; Fri, 1 Aug 2003 19:25:28 -0400 (EDT) Date: Fri, 1 Aug 2003 19:25:28 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Julian Elischer In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: David Xu cc: Marcel Moolenaar Subject: Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 23:25:34 -0000 On Fri, 1 Aug 2003, Julian Elischer wrote: > > On Fri, 1 Aug 2003, Daniel Eischen wrote: > > > > > That's what I was worried about. Once an application or > > library is written to use specific LDTs, you never know > > how it will be affected by the use of threading libraries > > (or other libraries using threads). > > > > I can see the need to keep the old behavoir for compatibility's > > sake. > > How about we complain loudly on the console when it's done.. > (for the first few times) > (with info on how to do it right) And make a new interface, changing the prototype in the header file, so old uses of it fail to compile??? -- Dan Eischen