summaryrefslogtreecommitdiffstats
path: root/sys/dev/x86emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Repair "} if" and make it the intended "} else if", compare the correspondingnaddy2019-04-011-4/+4
| | | | ror_*() functions. Also, the result doesn't actually change. ok deraadt@
* spelling; from miodjmc2018-11-251-2/+2
|
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* Decode ModR/M for 32-bit MOVSX instruction.pirofti2014-06-151-1/+2
| | | | | | | | Heads-up from Xen Li (delphij@FreeBSD), thanks! Tested on Sony VGN-P530H. Okay mlarkin@, matthieu@
* Fix 0x67 prefixed LEA instruction.pirofti2014-06-151-9/+12
| | | | | | | | Heads-up from Xen Li (delphij@FreeBSD), thanks! Tested on Sony VGN-P530H. Okay mlarkin@, matthieu@
* Fix 0x67 prefixed near CALL decoding.pirofti2014-06-151-7/+14
| | | | | | | | Heads-up from Xen Li (delphij@FreeBSD), thanks! Tested on Sony VGN-P530H. Okay mlarkin@, matthieu@
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
| | | | ok dlg@ mpi@ deraadt@
* KNFpirofti2010-02-171-143/+205
|
* KNF, okay deraadt@.pirofti2009-06-182-1244/+1489
|
* bring back the indians for pirofti -- handle unaligned access and put aderaadt2009-06-061-9/+53
| | | | | good estimate at the required byte swapping, bit of help from drahn ok pirofti mlarkin
* Fix RCSIdsmatthieu2009-06-062-2/+2
|
* option X86EMU is how this subsystem is brought into a kernelderaadt2009-06-063-572/+572
|
* fix include pathsderaadt2009-06-062-4/+4
|
* Add vga bios repost support. Fetched from the NetBSD tree mostly.pirofti2009-06-064-0/+8616
Tested on multiple i386 and it works, amd64 works also with a few exceptions that will get fixed. The initial effort of importing was done by oga@, thanks! Lots of testing and debugging by mlarkin@ and me. Okay deraadt@, oga@, mlarkin@.