summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel413/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-24Apply relevant Xen Security Advisory 385 up to 402, and 404 (403 stillbouyer1-1/+2
not released). Bump PKGREVISION
2021-09-21Update xenkernel413 and xentools413 to 4.13.4.bouyer1-2/+2
CHANGES are bugfixes, including fixes for XSA up to XSA-384
2021-08-12*: Remove PKGREVISION=0wiz1-2/+1
2021-03-30Update xentools413 and xentools413 to 4.13.3.bouyer1-3/+3
Changes since 4.13.2: inlcude security fixes for all XSA known to date (up to XSA-369). Other minor bug fixes.
2021-02-03Add upstream patches for Xen security advisory 355 and 360.bouyer1-2/+2
Bump PKGREVSION
2020-12-16Add upstream patches for Xen seciruty advisory 348, 358 and 359.bouyer1-2/+2
Bump PKGREVISION
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-11-30Add patch from Xen developers (Jan Beulich and Roger Pau Monné) fixingbouyer1-2/+2
interrupt issues with pvh dom0.
2020-11-12Add upstream patch for XSA351. Bump PKGREVISIONbouyer1-2/+2
2020-11-06Update xenkernel413 and xentools413 to 4.13.2. This includes fixes forbouyer1-3/+3
XSA up to XSA347, and an improved fix for XSA 286.
2020-10-21Add upstream security patches for XSA286, XSA345, XSA346, XSA347.bouyer1-2/+2
Bump PKGREVISION.
2020-10-01Add uptream fixes forbouyer1-2/+2
XSA333, XSA334, XSA336, XSA337, XSA338, XSA339, XSA340, XSA342, XSA343, XSA344 bump PKGREVISION
2020-09-20Code assumes sticky nature of #pragma pack, so ignore the clang warning.joerg1-2/+2
2020-08-27Remove Linux from ONLY_FOR_PLATFORM; it doesn't make sense to restrictbouyer1-3/+2
to 2.6.x anyway.
2020-07-16Add patches for Xen Security Advisories XSA317, XSA319, XSA320, XSA321bouyer1-2/+2
and XSA328. Bump PKGREVISION
2020-05-26Add xenkernel413 and xentools413 packages, version 4.13.1.bouyer1-0/+82
At this time xentools413 will only build on a very recent -current (as of an hour ago or do - with /usr/include/xen/xenio.h 1.12 or newer) Xen is a hypervisor which supports running multiple guest operating systems on a single machine. Guest OSes (also called "domains") can be either paravirtualised (i.e. make hypercalls in order to access hardware), run in HVM (Hardware Virtualisation Mode) where they will be presented with virtual devices, or a combination where they use hypercalls to access hardware but manage memory themselves. At boot, the xen kernel is loaded along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains.