summaryrefslogtreecommitdiff
path: root/sysutils/xentools20/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2014-05-25Remove xentools20.gdt1-32/+0
2010-05-04LICENSE + user-destdir.jym1-6/+6
2006-11-22Fix build with libcurl-7.6.10.seb1-3/+9
Fix build with NetBSD's current gcc 4.1.2. Bump PKGREVISION to 9. Approved by maintainer.
2006-10-15Fixed "test ==".seb1-1/+4
2005-09-16Add patch from Jed Davis on port-xen:bouyer1-1/+2
| xfrd reads from the network socket using | fread() on an _IONBF'ed stream; under NetBSD, this results in a | sequence of one-character reads. This behavior, as far as I can tell, | goes back all the way to V7 Unix; i.e., it's older than me. | | So I've modified libxutil, which has its own IO indirection layer, to | switch to read(2) in the "unbuffered" case" bump PKGREVISION
2005-09-10Sync xenio.h with kernel, and apply patch from Jed Davis on port-xen:bouyer1-1/+2
| libxc change #1 is to have xfrd's forked child munmap each 4MB batch | of foreign RAM after it's done writing it, rather than unmapping only | the last one and letting the process's exit clean up the rest. This | really does look like a simple mistake, and strictly speaking it's not | that big a deal -- but on NetBSD, the foreign mappings count against | the process's locked memory rlimit as if it were the dom0's own RAM. | | libxc change #2... I don't really understand the problem; it has | something to do with live migration and the domU releasing | pseudo-physical pages after they were sent but before it's suspended. | Except that, for non-live mode, I think it's reporting all the holes | in the pseudo-physical range, even though those pages haven't been | sent. In any case, the result is that the restoring xfrd fails to | decrease_reservation the pages away. And I distinctly recall this | working at least once under Linux with Xen 2, but I have little idea | what NetBSD might be doing differently. Bump PKGREVISION. This, along with a up to date -current kernel, make xm (save|restore) work properly for a linux domU.
2005-08-19Add a patch from Jed Davis posted to port-xen which allows xend to bebouyer1-1/+2
gracefully restarted. See http://mail-index.netbsd.org/port-xen/2005/08/17/0003.html for details. Bump PKGREVISION.
2005-08-06Upgrade to xentools20-2.0.7, from Martti Kuparinen in private mail.bouyer1-5/+5
Changes unknown, but probably only bugfixes.
2005-07-13fix build on Linux:grant1-6/+3
- add some missing #ifdef __NetBSD__ and restore some Linux #includes - use subst framework instead of hardcoding /kern paths in patches
2005-06-04xentools20: switch to use the new version of IOCTL_PRIVCMD_INITDOMAIN_EVTCHN.yamt1-2/+2
bump PKGREVISION to nb1.
2005-05-24Update to 2.0.6 (latest stable distribution).xtraeme1-13/+12
Lots of changes, notably now it uses Linux-2.6.11.x, a NetBSD bug was fixed. pkgsrc changes: * Honor PKG_SYSCONFDIR and SUPPORT_FILES for configuration files. * xend.sh: no more python warning messages when the script is used on non NetBSD/Xen systems.
2005-05-23Don't mmap /kern/xen/privcmd (this doesn't work any more on current), usebouyer1-1/+2
MAP_ANON instead. Bump pkgrevision.
2005-05-23Fix build on NetBSD/-current by including <sys/select.h>.xtraeme1-2/+2
2005-03-10Fix the 16 vs 32 bit dev_t problem by moving blkif_pdev_t from u16 tobouyer1-1/+2
u32, and removing the padding bits in blkif_extent_t. This way the size of the message doesn't change, and new tools are compatible with older kernel (I will commit this change to kernel shortly too). This has also been commited to xen-2.0-testing by Christian, and will be in xen-2.0.5. While here, remove the PKG_SYSCONFSUBDIR, as nothing looks for config files here yet. Bump PKGREVISION.
2005-03-07Regen for RMD160 digest.bouyer1-18/+19
2005-03-07Initial import of xentools 2.0, for use with NetBSD as a xen2 domain0.bouyer1-0/+21