head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.1.1.0.2 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.06.14.19.44.53; author bouyer; state dead; branches; next 1.3; 1.3 date 2007.04.28.17.14.52; author bouyer; state Exp; branches; next 1.2; 1.2 date 2006.10.19.22.57.13; author bouyer; state Exp; branches; next 1.1; 1.1 date 2006.07.02.16.49.31; author bouyer; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.07.02.16.49.31; author bouyer; state Exp; branches; next ; desc @@ 1.4 log @Renamed xen*30 to xen*3 @ text @$NetBSD: patch-bc,v 1.3 2007/04/28 17:14:52 bouyer Exp $ --- python/xen/xm/create.py.orig 2007-04-25 22:19:55.000000000 +0200 +++ python/xen/xm/create.py 2007-04-25 22:20:12.000000000 +0200 @@@@ -64,7 +64,7 @@@@ use="Quiet.") gopts.opt('path', val='PATH', - fn=set_value, default='.:/etc/xen', + fn=set_value, default='.:@@XENDCONFDIR@@', use="Search path for configuration scripts. " "The value of PATH is a colon-separated directory list.") @@@@ -318,7 +318,7 @@@@ preferred instance number. The hotplug script will determine which instance number will actually be assigned to the domain. The associtation between virtual machine and the TPM instance - number can be found in /etc/xen/vtpm.db. Use the backend in the + number can be found in @@XENDCONFDIR@@/vtpm.db. Use the backend in the given domain. The type parameter can be used to select a specific driver type that the VM can use. To prevent a fully virtualized domain (HVM) @ 1.3 log @Update xen 3.0 packages to 3.0.4. pksgrc changes: install man pages for xm, xend-config.sxp and xmdomain.cfg. Should fix pkg/36190. Main changes: This is largely an opportunistic stabilising release for HVM guests, due to the large amount of work in that area of the code since 3.0.3. These enhancements have in particular improved support for SMP and ACPI Linux and Windows operating systems. @ text @d1 1 a1 1 $NetBSD: patch-bc,v 1.2 2006/10/19 22:57:13 bouyer Exp $ @ 1.2 log @Update to 3.0.3. I don't have a comprehensive list of changes, only "many new features". One looks promising: - a new easy-to-use CPU scheduler which includes weights, caps, and automatic SMP load-balancing; pkgsrc changes: - remove patches against unused files - add a netbsd-specific example with verbose comments - add a vif script for ip-routing based setups @ text @d1 1 a1 1 $NetBSD: patch-bc,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $ d3 2 a4 2 --- python/xen/xm/create.py.orig 2006-10-16 22:28:16.000000000 +0200 +++ python/xen/xm/create.py 2006-10-16 22:29:02.000000000 +0200 d14 1 a14 1 @@@@ -298,7 +298,7 @@@@ d20 3 a22 3 given domain.""") gopts.var('access_control', val="policy=POLICY,label=LABEL", @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- python/xen/xm/create.py.orig 2006-01-31 17:09:21.000000000 +0100 +++ python/xen/xm/create.py @@@@ -64,7 +64,7 @@@@ gopts.opt('quiet', short='q', d11 2 a12 2 use="""Search path for configuration scripts. The value of PATH is a colon-separated directory list.""") d14 1 a14 1 @@@@ -279,7 +279,7 @@@@ gopts.var('vtpm', val="instance=INSTANCE d22 1 a22 1 gopts.var('nics', val="NUM", @ 1.1.1.1 log @Initial import of a packages for Xen 3.0 domain0 tools. @ text @@