Date: Thu, 19 Apr 2001 20:31:33 +0300 From: Peter Pentchev <roam@orbitel.bg> To: Will Andrews <will@physics.purdue.edu>, Jens Schweikhardt <schweikh@schweikhardt.net>, FreeBSD Current <current@FreeBSD.org> Subject: Re: LINT and NOTES Message-ID: <20010419203133.F1527@ringworld.oblivion.bg> In-Reply-To: <20010419122354.Z5017@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Thu, Apr 19, 2001 at 12:23:54PM -0500 References: <20010419102302.A70870@schweikhardt.net> <20010419122354.Z5017@casimir.physics.purdue.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <peter@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010419203133.F1527>