From owner-cvs-all@FreeBSD.ORG Sat Aug 2 14:05:15 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 C015537B401; Sat, 2 Aug 2003 14:05:15 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4F43FA3; Sat, 2 Aug 2003 14:05:14 -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 h72L57nj022330; Sat, 2 Aug 2003 17:05:08 -0400 (EDT) Date: Sat, 2 Aug 2003 17:05:07 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Mike Makonnen In-Reply-To: <20030802195243.GA3396@kokeb.ambesa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org cc: David Xu Subject: Re: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 21:05:16 -0000 On Sat, 2 Aug 2003, Mike Makonnen wrote: > On Sat, Aug 02, 2003 at 09:34:04AM -0700, Julian Elischer wrote: > > > > > > > > And why is complaint included in DEBUG section ? > > > #ifdef DEBUG > > > /* complain a for a while if using old methods */ > > > if (ldt_warnings++ < NUM_LDT_WARNINGS) { > > > printf("Warning: pid %d used static ldt allocation.\n", > > > td->td_proc->p_pid); > > > printf("See the i386_set_ldt man page for more info\n"); > > > } > > > #endif > > > > because libthr uses it so it will always complain. > > Mike has said he can not fix it for a while, > > It sounds from his description that it is more work for libthr > > to use the dynamic allocator. > > As I indicated to Julian, I don't have time to do this now. I will > be going off-line in a couple of weeks for I don't know how long. > In the mean time I have a bunch of other stuff I have to get to. > But, if someone else wants to do it I can tell you exactly > what you need to do. It's relatively simple. I think David or I can do it. We've got to do it for libpthread, so it's not too much of a problem to make the change in libthr also. -- Dan Eischen