From owner-freebsd-current Thu Apr 19 10:33:17 2001 Delivered-To: freebsd-current@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 63BF437B423 for ; Thu, 19 Apr 2001 10:33:09 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 5352 invoked by uid 1000); 19 Apr 2001 17:31:33 -0000 Date: Thu, 19 Apr 2001 20:31:33 +0300 From: Peter Pentchev To: Will Andrews , Jens Schweikhardt , FreeBSD Current Subject: Re: LINT and NOTES Message-ID: <20010419203133.F1527@ringworld.oblivion.bg> Mail-Followup-To: Peter Pentchev , Will Andrews , Jens Schweikhardt , FreeBSD Current References: <20010419102302.A70870@schweikhardt.net> <20010419122354.Z5017@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010419122354.Z5017@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Thu, Apr 19, 2001 at 12:23:54PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 19, 2001 at 12:23:54PM -0500, Will Andrews wrote: > On Thu, Apr 19, 2001 at 10:23:02AM -0700, Jens Schweikhardt wrote: > > I just wanted to close http://www.freebsd.org/cgi/query-pr.cgi?pr=25030 > > by frobbing NOTES. While 4.2-R LINT has option USER_LDT, NOTES doesn't > > have it anymore. Can anybody clue me in why it disappeared? Can I simply > > resurrect it? > > Because peter eliminated it by making the relevant code mandatory about > 2 months ago. Check out the cvs logs for NOTES. > > > BTW, is this the right list to ask such a question? > > Nope. current@ would be. Here's Peter Wemm's commit, for reference purposes. G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. Message-Id: <200102230125.f1N1P2g47761@freefall.freebsd.org> From: Peter Wemm Date: Thu, 22 Feb 2001 17:25:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 genassym.c machdep.c mp_machdep.c pmap.c swtch.s sys_machdep.c vm_machdep.c src/sys/i386/include globaldata.h pcb.h pcb_ext.h ... X-FreeBSD-CVS-Branch: HEAD Precedence: bulk peter 2001/02/22 17:25:02 PST Modified files: sys/conf options.i386 options.pc98 sys/i386/conf NOTES sys/i386/i386 genassym.c machdep.c mp_machdep.c pmap.c swtch.s sys_machdep.c vm_machdep.c sys/i386/include globaldata.h pcb.h pcb_ext.h sys/i386/svr4 svr4_machdep.c sys/pc98/i386 machdep.c Log: Activate USER_LDT by default. The new thread libraries are going to depend on this. The linux ABI emulator tries to use it for some linux binaries too. VM86 had a bigger cost than this and it was made default a while ago. Reviewed by: jhb, imp Revision Changes Path 1.146 +1 -2 src/sys/conf/options.i386 1.117 +1 -2 src/sys/conf/options.pc98 1.891 +1 -8 src/sys/i386/conf/NOTES 1.107 +1 -9 src/sys/i386/i386/genassym.c 1.442 +3 -8 src/sys/i386/i386/machdep.c 1.147 +1 -4 src/sys/i386/i386/mp_machdep.c 1.273 +1 -2 src/sys/i386/i386/pmap.c 1.111 +1 -4 src/sys/i386/i386/swtch.s 1.53 +2 -10 src/sys/i386/i386/sys_machdep.c 1.153 +3 -9 src/sys/i386/i386/vm_machdep.c 1.24 +2 -2 src/sys/i386/include/globaldata.h 1.36 +1 -5 src/sys/i386/include/pcb.h 1.5 +1 -3 src/sys/i386/include/pcb_ext.h 1.17 +4 -3 src/sys/i386/svr4/svr4_machdep.c 1.207 +3 -8 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message