summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/vm86bios.s
Commit message (Expand)AuthorAgeFilesLines
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-301-0/+3
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-071-6/+1
* Overhaul the per-CPU support a bit:jhb2001-12-111-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Use a critical region to protect pushing of curproc's npx state tobde2001-05-201-1/+4
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-12/+12
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-191-2/+2
* EEK! vm86bios.s has got #if NNPX > 0 code without a correspondingpeter2001-01-191-0/+2
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-8/+8
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-011-1/+0
* - Remove somewhat bogus handling of the Giant mutex in the vm86 code.jhb2000-10-051-5/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-8/+2
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-291-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-6/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Unifdef VM86.jlemon1999-06-011-3/+1
* Unbreak VESA on SMP.luoqi1999-05-121-7/+5
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-121-3/+3
* Do not hardcode size of struct vm86frame.luoqi1999-05-111-3/+3
* Trap frame size has increased by 4.luoqi1999-05-111-3/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-13/+5
* Change the vm86_datacall interface so that callers are now responsiblejlemon1999-03-181-15/+1
* Don't try to save FP state if npxproc is null.jlemon1998-10-011-1/+3
* Don't erase curproc when making a vm86() call. The previous behaviorjlemon1998-09-291-7/+2
* Use correct virtual address when configuring the per CPU idle page directorytegge1998-09-281-2/+4
* Pass the correct argument to npxsave(), otherwise vm86pcb will beyokota1998-09-101-2/+4
* Re-arrange the page layout used by vm86_bioscall so that we canjlemon1998-07-271-17/+25
* Fix a stupid bug where I was returning the wrong value. It's a wonderjlemon1998-03-241-1/+2
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-0/+209
OpenPOWER on IntegriCloud