View | Details | Raw Unified | Return to bug 18943
Collapse All | Expand All

(-)i386_get_ioperm.2 (+4 lines)
Lines 56-61 Link Here
56
arguments to the state specified by the
56
arguments to the state specified by the
57
.Fa enable
57
.Fa enable
58
argument.
58
argument.
59
.Pp
60
Note that you must have
61
.Dq options VM86
62
in your kernel configuration file to use these functions.
59
.Sh RETURN VALUES
63
.Sh RETURN VALUES
60
Upon successful completion,
64
Upon successful completion,
61
.Fn i386_get_ioperm
65
.Fn i386_get_ioperm
(-)i386_get_ldt.2 (+4 lines)
Lines 69-74 Link Here
69
.Fd <i386/segments.h> .
69
.Fd <i386/segments.h> .
70
These structures are defined by the architecture
70
These structures are defined by the architecture
71
as disjoint bit-fields, so care must be taken in constructing them.
71
as disjoint bit-fields, so care must be taken in constructing them.
72
.Pp
73
Note that you must have
74
.Dq options USER_LDT
75
in your kernel configuration file to use these functions.
72
.Sh RETURN VALUES
76
.Sh RETURN VALUES
73
Upon successful completion,
77
Upon successful completion,
74
.Fn i386_get_ldt
78
.Fn i386_get_ldt
(-)i386_vm86.2 (+4 lines)
Lines 77-82 Link Here
77
with the correct machine context for vm86, and with the
77
with the correct machine context for vm86, and with the
78
.Em PSL_VM
78
.Em PSL_VM
79
bit set.  Control returns to the process upon delivery of a signal.
79
bit set.  Control returns to the process upon delivery of a signal.
80
.Pp
81
Note that you must have
82
.Dq options VM86
83
in your kernel configuration file to use this function.
80
.Sh RETURN VALUES
84
.Sh RETURN VALUES
81
Upon successful completion,
85
Upon successful completion,
82
.Fn i386_vm86
86
.Fn i386_vm86

Return to bug 18943