diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-03 12:41:31 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-03 12:41:31 +0000 |
commit | 5ccf5b177d60b86369e0fb3dd5e63075b68c9640 (patch) | |
tree | 1c9e220248ae51b4a3f313de47c0b21e5e600dc9 /share/man/man4/options.4 | |
parent | d3cf51a307eaec4831dc6825534ed4359b9e4ee6 (diff) |
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@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index be87210202d..7ce3ca1919f 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.241 2016/02/28 15:46:18 naddy Exp $ +.\" $OpenBSD: options.4,v 1.242 2016/03/03 12:41:30 naddy Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: February 28 2016 $ +.Dd $Mdocdate: March 3 2016 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -377,17 +377,6 @@ Makes the boot process more verbose for PCI peripherals (vendor names and other information is printed, etc.). .It Cd option PCMCIAVERBOSE Makes the boot process more verbose for PCMCIA peripherals. -.It Cd option USER_LDT -Enable userland manipulation of per-process -Local Descriptor Table (LDT) entries; -see -.Xr i386_set_ldt 2 -and the -.Va machdep.userldt -.Xr sysctl 8 . -This option is supported on the -.Va i386 -architecture. .It Cd option USER_PCICONF Enables the user level access to the PCI bus configuration space through ioctls on the |