summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/vm86.h
Commit message (Expand)AuthorAgeFilesLines
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-1/+1
* Increase maximum number of page table entries per VM86 context from 8 to 24jkim2010-08-251-1/+1
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativejkim2010-08-051-1/+2
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-071-1/+0
* Remove __P.alfred2002-03-201-12/+11
* Fixed a missing proc -> thread substitution.bde2001-10-031-1/+3
* KSE Milestone 2julian2001-09-121-1/+1
* Some reorganization of sysarch() interface:luoqi1999-09-021-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Unifdef VM86.jlemon1999-06-011-2/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-1/+2
* Change the vm86_datacall interface so that callers are now responsiblejlemon1999-03-181-3/+21
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-291-3/+3
* Add missing register name defines.msmith1998-07-141-1/+7
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-32/+63
* Avoid passing some more `retval's.bde1997-11-201-2/+2
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-281-3/+3
* Add forward declaration for struct proc.jlemon1997-08-201-1/+2
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-091-0/+111
OpenPOWER on IntegriCloud