Deleted Added
full compact
i386_get_ldt.2 (108035) i386_get_ldt.2 (108087)
1.\" Copyright (c) 1980, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91
1.\" Copyright (c) 1980, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91
33.\" $FreeBSD: head/lib/libc/i386/sys/i386_get_ldt.2 108035 2002-12-18 12:39:25Z ru $
33.\" $FreeBSD: head/lib/libc/i386/sys/i386_get_ldt.2 108087 2002-12-19 09:40:28Z ru $
34.\"
35.Dd September 20, 1993
36.Dt I386_GET_LDT 2
37.Os
38.Sh NAME
39.Nm i386_get_ldt ,
40.Nm i386_set_ldt
41.Nd manage i386 per-process Local Descriptor Table entries

--- 51 unchanged lines hidden (view full) ---

93The
94.Fn i386_get_ldt
95and
96.Fn i386_set_ldt
97system calls
98will fail if:
99.Bl -tag -width Er
100.It Bq Er EINVAL
34.\"
35.Dd September 20, 1993
36.Dt I386_GET_LDT 2
37.Os
38.Sh NAME
39.Nm i386_get_ldt ,
40.Nm i386_set_ldt
41.Nd manage i386 per-process Local Descriptor Table entries

--- 51 unchanged lines hidden (view full) ---

93The
94.Fn i386_get_ldt
95and
96.Fn i386_set_ldt
97system calls
98will fail if:
99.Bl -tag -width Er
100.It Bq Er EINVAL
101An inappropriate parameter was used for
101An inappropriate value was used for
102.Fa start_sel
103or
104.Fa num_sels .
105.It Bq Er EACCES
106The caller attempted to use a descriptor that would
107circumvent protection or cause a failure.
108.El
109.Sh SEE ALSO
110i386 Microprocessor Programmer's Reference Manual, Intel
111.Sh WARNING
112You can really hose your process using this.
102.Fa start_sel
103or
104.Fa num_sels .
105.It Bq Er EACCES
106The caller attempted to use a descriptor that would
107circumvent protection or cause a failure.
108.El
109.Sh SEE ALSO
110i386 Microprocessor Programmer's Reference Manual, Intel
111.Sh WARNING
112You can really hose your process using this.