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: <[EMAIL PROTECTED]>
From: Peter Wemm <[EMAIL PROTECTED]>
Date: Thu, 22 Feb 2001 17:25:02 -0800 (PST)
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message