summaryrefslogtreecommitdiff
path: root/sysutils/xentools3
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2011-12-14Regenerate diffs for GNU patch.sbd2-6/+7
2011-12-07Disable -Wswitch for newer GCC versionsjoerg2-1/+15
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-2/+2
2011-10-03Conflict with xenstoretoolssborrill1-1/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-12Add support for "vifname" keys inside XenStore. Its value is thejym5-8/+26
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4) for domU. This allows querying the XenStore for the vif names, rather than hardcoding their syntax in vif-* scripts. Add a xen-subr shell script that can contain customized functions, and include it in the vif-ip/vif-bridge scripts. Introduce xenstore_read_default that returns the value of a specific key from XenStore, or the default specified value when key is absent. Bump revision. ok bouyer@. See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
2010-10-08MAKE_JOBS_SAFE=noobache1-1/+3
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-23/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-05pci.py: add a parser for our kernfs pciback interfacebouyer5-3/+225
pciquirk.py: fix uninitialized variable when there's no PERMISSIVE_CONFIG_FILE add a note about exported PCI devices in netbsd1 example file Python hacking by Pierre-Emmanuel Le Roux at LIP6 (thanks !) PKGREVISION++
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-01-17Require DAEMON for /etc/rc.d/xend instead of "disks network". Should fixbouyer2-4/+4
issue reported Damian Sobczak on port-xen@ where xend is started before mountall. bump PKGREVISION
2008-09-16Fixe some mmap() and mlock() issues; makes xm dump-core and suspend/resumebouyer4-18/+17
work for linux guests. Bump PKGREVISION.
2008-08-30Make xentools3 packages conflict with xentools33bouyer1-2/+2
2008-08-07DESTDIR support for xentools3{,-hvm}.joerg12-93/+95
2008-04-27Update to Xen 3.1.4. Chnages are bugfixes, mostly in various HVM parts.bouyer2-10/+9
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-17PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-03-08Back out previous change on patch-cc: setting the pty slave to raw is stillbouyer2-3/+11
required for pgrub. Ride the previous PKGREVISION bump.
2008-03-08On NetBSD, the pseudo-tty attributes are reset when the slave is openbouyer4-13/+63
for the first time. This cause a race between xenconsole and xenconsoled, where the later start writing to the master pty before the former has switched it back to raw, causing some lines to be echoed back to the domU. Fix this by keeping the slave open in xenconsoled, so that when xenconsole opens it attributes are not reset. Hint provided by fvdl@, thanks ! Because of this we no longer need to set the slave to raw in xenconsole, so shorten patch-cc. Bump PKGREVISION.
2008-03-03Fix python interpreter path in some python files.xtraeme1-11/+10
2008-03-03Enable the build of pygrub.hannken20-25/+482
Ok: Manuel Bouyer <bouyer@netbsd.org>
2008-02-17Use /usr/include/xen/xenio*.h if present, falling back to the onesbouyer5-19/+32
from files/ (which have the old IOCTL_PRIVCMD_HYPERCALL to be compatible with NetBSD 4.0). Properly handle the new IOCTL_PRIVCMD_HYPERCALL ioctl if present.
2008-02-15Update xen3 packages to 3.1.3. Changes are mostly bugfixes and enhancementbouyer3-9/+9
in HVM support.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-07Fix MASTER_SITES. Pointed out by Petar Bogdanovic on port-xen@bouyer1-2/+2
2007-12-03Update the Xen3 packages to 3.1.2.bouyer8-54/+57
Package changes: point HOMEPAGE to http://xen.org/ looks like the Xen peoples won't put a tarball on their http server for this; I built one from their repository and put it in ${MASTER_SITE_LOCAL} Summary of changes since 3.1.0: some of our patches have been integrated upstream, thanks to Christoph Egger various performances improvements and bug fixes, including some security fixes, and one bug that would lead to floating point register leak/corruption from HVM to PV guests on Intel VMX CPUs.
2007-11-17Make it build and run on amd64.bouyer4-11/+46
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@
2007-06-14Rename xentools30 to xentools3 to acknowledge that Xen dropped one digitbouyer58-0/+3085
in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.