Deleted Added
full compact
i386_vm86.2 (70481) i386_vm86.2 (79754)
1.\" Copyright (c) 1998 Jonathan Lemon
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1998 Jonathan Lemon
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libc/i386/sys/i386_vm86.2 70481 2000-12-29 14:08:20Z ru $
25.\" $FreeBSD: head/lib/libc/i386/sys/i386_vm86.2 79754 2001-07-15 07:53:42Z dd $
26.\"
27.Dd July 27, 1998
28.Os
29.Dt I386_VM86 2
30.Sh NAME
31.Nm i386_vm86
32.Nd control vm86-related functions
33.Sh LIBRARY

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

67.Em Nth
68bit is set, the interrupt will be reflected to the process, otherwise
69it will be dispatched by the vm86 interrupt table.
70.\" .It Dv VM86_SET_VME
71.\" .It Dv VM86_GET_VME
72.\" .It Dv VM86_INTCALL
73.El
74.Pp
26.\"
27.Dd July 27, 1998
28.Os
29.Dt I386_VM86 2
30.Sh NAME
31.Nm i386_vm86
32.Nd control vm86-related functions
33.Sh LIBRARY

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

67.Em Nth
68bit is set, the interrupt will be reflected to the process, otherwise
69it will be dispatched by the vm86 interrupt table.
70.\" .It Dv VM86_SET_VME
71.\" .It Dv VM86_GET_VME
72.\" .It Dv VM86_INTCALL
73.El
74.Pp
75vm86 mode is entered by calling
75vm86 mode is entered by calling
76.Xr sigreturn 2
77with the correct machine context for vm86, and with the
78.Em PSL_VM
79bit set. Control returns to the process upon delivery of a signal.
80.Sh RETURN VALUES
81Upon successful completion,
82.Fn i386_vm86
83will return the value of 0.

--- 16 unchanged lines hidden ---
76.Xr sigreturn 2
77with the correct machine context for vm86, and with the
78.Em PSL_VM
79bit set. Control returns to the process upon delivery of a signal.
80.Sh RETURN VALUES
81Upon successful completion,
82.Fn i386_vm86
83will return the value of 0.

--- 16 unchanged lines hidden ---