summaryrefslogtreecommitdiffstats
path: root/sys/dev/x86emu
AgeCommit message (Expand)AuthorFilesLines
2019-04-01Repair "} if" and make it the intended "} else if", compare the correspondingnaddy1-4/+4
2018-11-25spelling; from miodjmc1-2/+2
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
2014-06-15Decode ModR/M for 32-bit MOVSX instruction.pirofti1-1/+2
2014-06-15Fix 0x67 prefixed LEA instruction.pirofti1-9/+12
2014-06-15Fix 0x67 prefixed near CALL decoding.pirofti1-7/+14
2014-03-29It's been a quarter century: we can assume volatile is present with that name.guenther1-2/+2
2010-02-17KNFpirofti1-141/+203
2009-06-18KNF, okay deraadt@.pirofti2-1240/+1485
2009-06-06bring back the indians for pirofti -- handle unaligned access and put aderaadt1-9/+53
2009-06-06Fix RCSIdsmatthieu2-2/+2
2009-06-06option X86EMU is how this subsystem is brought into a kernelderaadt3-563/+563
2009-06-06fix include pathsderaadt2-4/+4
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.pirofti4-0/+8616