History log of /freebsd-10-stable/sys/amd64/include/xen/xenvar.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 207673 05-May-2010 joel

Switch to our preferred 2-clause BSD license.

Approved by: kmacy


# 189699 11-Mar-2009 dfr

Merge in support for Xen HVM on amd64 architecture.


# 189614 10-Mar-2009 dfr

Port Xen HVM support forward from 6.x. Add support for TSO/LRO to netfront.


# 188707 17-Feb-2009 dfr

Pull in support for Xen HVM from user/dfr/xenhvm/6.


# 185637 05-Dec-2008 dfr

Major cleaning up and refactoring, including but not limited to:

* Move MI Xen headers from <machine/xen/foo.h> to <xen/foo.h>
* Try to cut down the amount of times one include cross-includes another
* Remove all the linux compatibiity macros in favour of an unobfuscated
native FreeBSD style.
* Don't multiplex error and result values using negative errno return values.
* On FreeBSD, malloc(..., M_WAITOK) doesn't return NULL - simplify accordingly.


# 185386 28-Nov-2008 dfr

Add some Xen support for amd64 - initially HVM only.


# 185181 22-Nov-2008 dfr

Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
performance in Xen's HVM mode.


# 183906 15-Oct-2008 kmacy

Add i386 specific xen support