summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel33
AgeCommit message (Collapse)AuthorFilesLines
2016-12-29Remove xenkernel and tools versions 3, 33, and 41.wiz19-436/+0
As discussed on pkgsrc-users.
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-05-18Make some GCC warnings non-fatal.joerg1-1/+4
2016-03-01Newer binutils requires cmpw access to %r11 to explicitly qualify thejoerg2-1/+15
16bit part as %r11w.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-09-22Don't bail out on unused local typedefs.joerg1-2/+3
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-11-07Catch up with Clang ToT when it comes to various warnings andjoerg1-1/+2
unsupported options.
2013-09-27Make -Wunused-function non-fatal for clang.joerg1-2/+2
2013-07-13Fix header guard.joerg2-1/+12
2013-06-19Explain xen version differences.gdt2-3/+5
There are 5 versions of xen in pkgsrc, which is confusing. Explain in DESCR which version is in which package (xenkernel3 contains 3.1), and which versions support PCI passthrough (only 3.1). Explain which versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the HOWTO is out of date and it's easy to end up with a non-working system on a 3.1 to 3.3 update. Cuation that 2.0 is beyond crufty. This is a DESCR-only change (with PKGREVISION++ of course). (ok during freeze agc@)
2013-05-10Partially back out change to PYTHON_FOR_BUILD_ONLY.riastradh1-2/+2
This broke packages that needed a target Python at build-time. Instead, change it from defined/undefined to yes/no/tool. Most cases of defined used `yes' anyway; fix the few stragglers do that instead. New case `tool' is for TOOL_DEPENDS rather than buildlink3.
2013-04-11Allow building Xen infrastructure with Clang. Fix various bugs injoerg5-4/+53
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang default warnings. Bump revisions for those.
2013-04-06'EXTRACT_SUFX is ".tar.gz" by default, so this definition may berodent1-2/+1
redundant.' - It was. Removed.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-28copy security patch from xenkernel41 - it also applies to 3.3drochner3-3/+19
(noticed by Daniel Horecki) bump PKGREV
2012-01-05Apply fixes for gcc 4.5.cegger5-13/+141
Fixes PR 45388. Bump pkg revision.
2011-11-20Add a MESSAGE so we can pinpoint to the right location for Xen. Addjym2-3/+17
license.
2011-09-10Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2,bouyer3-3/+17
fixing SA45835. Bump pkgrevision
2011-07-19- protect Xen's stdarg.h from multiple inclusion.jym2-1/+27
- build fix for stdarg under NetBSD. Both backported from upstream. Seems to be needed to build pkg under 5.99.x http://xenbits.xensource.com/hg/xen-unstable.hg/file/a574bf2f5059/xen/include/xe n/stdarg.h
2011-04-04Turn a non-fatal condition from a panic into a warning, pulling uphauke3-3/+36
a 3.4 change <http://xenbits.xensource.com/hg/staging/xen-3.4-testing.hg/rev/60ed1226a37c#> as proposed by cegger (see <http://mail-index.netbsd.org/port-xen/2011/04/01/msg006580.html> ff).
2011-03-24add patch from upstream (manually, due to changed #ifdefs and indentation)drochner3-3/+22
to fix possible crashes triggered by 64-bit guests (found by Cherry G. Mathew, CVE-2011-1166) bump PKGREV
2010-12-07Add a fix for CVE-2010-4255, from the xen-devel list.bouyer3-3/+19
Bump PKGREVISION.
2009-08-07Update to Xen 3.3.2.cegger2-8/+8
This is a mainenance release with a number of stability fixes.
2009-02-18build xen 3.3 packages for netbsd-5 again despite there is no Dom0 PAE support.cegger1-3/+2
bouyer says: Dom0 PAE support will be pulled up to netbsd-5 after netbsd-5-0-RELEASE is tagged. building the packages on netbsd-5 in the meantime does not hurt.
2009-02-16- drop 4.99.* , everyone using xen 3.3 should be either on netbsd-5 or on ↵cegger1-3/+3
-current. - drop i386 on netbsd-5. It requires Dom0 PAE support only -current has.
2009-01-13Update to Xen 3.3.1.cegger3-15/+15
This is a mainenance release with a number of stability fixes.
2008-10-14Remove entry for patch-ab, that is not intended for the repository.joerg1-2/+1
2008-10-13No need to depend on Python at runtime. Bump revision.joerg2-2/+5
2008-10-08DESTDIR support.joerg1-4/+7
2008-08-22Update to final Xen 3.3.0.cegger2-9/+8
Release notes for Xen 3.3.0: This is a major new release with a host of new features including: - Power management (P & C states) in the hypervisor - HVM emulation domains ('qemu-on-minios') for better scalability, performance and security - PVGrub: boot PV kernels using real GRUB inside the PV domain - Better PV performance: domain lock removed from pagetable-update paths - Shadow3: optimisations to make this the best shadow pagetable algorithm yet, making HVM performance better than ever - Hardware Assisted Paging enhancements: 2MB page support for better TLB locality - CPUID feature levelling: allows safe domain migration across systems with different CPU models. - PVSCSI drivers for SCSI access direct into PV guests - HVM framebuffer optimisations: scan for framebuffer updates more efficiently - Device passthrough enhancements - Full x86 real-mode emulation for HVM guests on Intel VT: supports a much wider range of legacy guest OSes - New qemu merge with upstream development - Many other changes in both x86 and IA64 ports
2008-08-20Update to Xen 3.3 7th release candidate:cegger2-7/+7
This fixes an x86 HVM emulation issue introduced in -rc6 which caused certain guests (Win98 and OS2, for example) to fail to boot.
2008-08-20Update to Xen 3.3 6th release candidate:cegger2-7/+7
This has a handful of small fixes that were submitted after -rc5, and also a larger fix for emulation of certain repeated I/O instructions for x86 HVM guests.
2008-08-15Update to changeset 18331. Some bugfixes never hurt.cegger2-8/+8
2008-08-07Import Xen 3.3.0-rc3cegger5-0/+88
Xen is a virtual machine monitor for x86 hardware (runs only on i686-class CPUs), which supports running multiple guests operating systems on a single machine. At boot, the xen kernel is loaded (via grub) 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. This package contains the Xen 3.3 kernel itself.