aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/vm86.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)Ed Maste2013-11-141-1/+1
* Increase maximum number of page table entries per VM86 context from 8 to 24Jung-uk Kim2010-08-251-1/+1
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativeJung-uk Kim2010-08-051-1/+2
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,David Xu2002-11-071-1/+0
* Remove __P.Alfred Perlstein2002-03-201-11/+10
* Fixed a missing proc -> thread substitution.Bruce Evans2001-10-031-1/+3
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Some reorganization of sysarch() interface:Luoqi Chen1999-09-021-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Unifdef VM86.Jonathan Lemon1999-06-011-2/+3
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-1/+2
* Change the vm86_datacall interface so that callers are now responsibleJonathan Lemon1999-03-181-3/+21
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-09-291-3/+3
* Add missing register name defines.Mike Smith1998-07-141-1/+7
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-3/+3
* Add the ability to make real-mode BIOS calls from the kernel. Currently,Jonathan Lemon1998-03-231-32/+63
* Avoid passing some more `retval's.Bruce Evans1997-11-201-2/+2
* Remove the vm86 support as an LKM, and link it directly into the kernelJonathan Lemon1997-08-281-3/+3
* Add forward declaration for struct proc.Jonathan Lemon1997-08-201-1/+2
* A couple of missing doscmd header files. Messed up again. Now canJohn Dyson1997-08-091-0/+111