aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/x86emu
Commit message (Expand)AuthorAgeFilesLines
* Optimize ROL and ROR emulations and fix comments.Jung-uk Kim2016-02-181-19/+15
* Silence VPS-Studio errors (V646). These is no functional change.Jung-uk Kim2016-02-181-3/+3
* Sync with OpenBSD: Use volatile instead of __volatile__.Xin LI2015-04-131-2/+2
* Fix decoding of near CALL when address-size prefix (67h) is present.Xin LI2014-06-111-6/+13
* Fix decoding of LEA when address-size prefix (67h) is present.Xin LI2014-06-111-8/+11
* Fix decoding of MOVSX.Xin LI2014-06-111-0/+1
* Integrate OpenBSD rev 1.5 of x86emu.c.Xin LI2010-03-091-143/+205
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-191-211/+0
* Use __FBSDID to embed RCS ID.Xin LI2009-09-212-2/+6
* Collapase interrupt supporting functions to a new module, and switch fromXin LI2009-09-211-33/+0
* - Port x86emu to FreeBSD.Xin LI2009-09-093-23/+47
* Import x86emu from OpenBSD as of OPENBSD_4_6.Xin LI2009-09-094-0/+8905