From f9907be0c180ce564c450f8b6341250ecd452362 Mon Sep 17 00:00:00 2001 From: naddy <> Date: Thu, 3 Mar 2016 12:41:29 +0000 Subject: [PATCH] Remove option USER_LDT and everything depending on it. Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@ --- src/etc/etc.i386/sysctl.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/etc/etc.i386/sysctl.conf b/src/etc/etc.i386/sysctl.conf index 2051fd7f..48f492dc 100644 --- a/src/etc/etc.i386/sysctl.conf +++ b/src/etc/etc.i386/sysctl.conf @@ -2,5 +2,3 @@ #machdep.apmhalt=1 # 1=powerdown hack, try if halt -p doesn't work #machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt #machdep.lidsuspend=0 # do not suspend laptop upon lid closing -#machdep.userldt=1 # allow userland programs to play with ldt, - # required by some ports