History log of /freebsd-current/sys/contrib/x86emu/x86emu.c
Revision Date Author Comments
# 3faba300 27-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

x86emu: remove localy added __FBSDID

This partially reverts 0a2e9846fdf3f3d42a9ee65d0d8669f6be11c879.

Reviewed by: imp, delphij
Differential Revision: https://reviews.freebsd.org/D42705


# 33b5cd53 18-Feb-2016 Jung-uk Kim <jkim@FreeBSD.org>

Optimize ROL and ROR emulations and fix comments.


# 7de2983d 18-Feb-2016 Jung-uk Kim <jkim@FreeBSD.org>

Silence VPS-Studio errors (V646). These is no functional change.


# 687a306f 13-Apr-2015 Xin LI <delphij@FreeBSD.org>

Sync with OpenBSD: Use volatile instead of __volatile__.

MFC after: 2 weeks


# 91342c66 11-Jun-2014 Xin LI <delphij@FreeBSD.org>

Fix decoding of near CALL when address-size prefix (67h) is present.

Submitted by: Wolf Ramovsky <wolf.ramovsky gmail.com>
via core (peter)
MFC after: 2 weeks


# 79d183e8 11-Jun-2014 Xin LI <delphij@FreeBSD.org>

Fix decoding of LEA when address-size prefix (67h) is present.

This is loosly based on Xorg changeset f57bc0e by Christian
Zander.

Submitted by: Wolf Ramovsky <wolf.ramovsky gmail.com>
via core (peter)
MFC after: 2 weeks


# 50976055 11-Jun-2014 Xin LI <delphij@FreeBSD.org>

Fix decoding of MOVSX.

Submitted by: Wolf Ramovsky <wolf.ramovsky gmail.com>
via core (peter)
MFC after: 2 weeks


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# aa3d547d 01-Mar-2010 Xin LI <delphij@FreeBSD.org>

MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa
framebuffer driver, etc. work on FreeBSD/amd64.

A significant amount of improvements were done by jkim@ during the recent
months to make vesa(4) work better, over the initial code import. This
work is based on OpenBSD's x86emu implementation and contributed by
paradox <ddkprog yahoo com> and swell.k at gmail com.

Hopefully I have stolen all their work to 8-STABLE :)

All bugs in this commit are mine, as usual.


# 0a2e9846 21-Sep-2009 Xin LI <delphij@FreeBSD.org>

Use __FBSDID to embed RCS ID.


# 205d67b0 21-Sep-2009 Xin LI <delphij@FreeBSD.org>

Collapase interrupt supporting functions to a new module, and switch from
x86emu to this new module.

This changeset also brings a fix for bugs introduced with the initial
x86emu commit, which prevents the user from using some display mode or
cause instant reboots during mode switch.

Submitted by: paradox <ddkprog yahoo com>


# efba048e 08-Sep-2009 Xin LI <delphij@FreeBSD.org>

- Port x86emu to FreeBSD.
- Connect x86emu to build.

Tested with: make universe
Submitted by: swell.k at gmail com