Deleted Added
full compact
i386_get_ldt.2 (61664) i386_get_ldt.2 (68854)
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 61664 2000-06-14 13:38:21Z alex $
33.\" $FreeBSD: head/lib/libc/i386/sys/i386_get_ldt.2 68854 2000-11-17 11:44:16Z ru $
34.\"
35.Dd September 20, 1993
36.Dt I386_GET_LDT 2
37.Os FreeBSD
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) ---

93An inappropriate parameter was used for
94.Fa start_sel
95or
96.Fa num_sels .
97.It Bq Er EACCES
98The caller attempted to use a descriptor that would
99circumvent protection or cause a failure.
100.El
34.\"
35.Dd September 20, 1993
36.Dt I386_GET_LDT 2
37.Os FreeBSD
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) ---

93An inappropriate parameter was used for
94.Fa start_sel
95or
96.Fa num_sels .
97.It Bq Er EACCES
98The caller attempted to use a descriptor that would
99circumvent protection or cause a failure.
100.El
101.Sh REFERENCES
101.Sh SEE ALSO
102i386 Microprocessor Programmer's Reference Manual, Intel
103.Sh WARNING
104You can really hose your process using this.
102i386 Microprocessor Programmer's Reference Manual, Intel
103.Sh WARNING
104You can really hose your process using this.