Date: Thu, 22 Feb 2001 17:25:02 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> 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 ... Message-ID: <200102230125.f1N1P2g47761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102230125.f1N1P2g47761>
