head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.22 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.20 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.14 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2007.12.05.22.06.27; author bouyer; state dead; branches; next 1.1; 1.1 date 2007.12.03.21.54.30; author bouyer; state Exp; branches; next ; desc @@ 1.2 log @Remplace patches/patch-cy with fix from the Xen repository via Christoph Egger, and merge it back in patches/patch-ba (one patch per file). Bump PKGREVISION @ text @$NetBSD: patch-cy,v 1.1 2007/12/03 21:54:30 bouyer Exp $ --- xen/arch/x86/domain_build.c.orig 2007-12-03 21:59:10.000000000 +0100 +++ xen/arch/x86/domain_build.c 2007-12-03 22:01:57.000000000 +0100 @@@@ -768,6 +768,10 @@@@ l1start = l1tab = l2e_to_l1e(*l2tab); } } + /* make sure remaining entries are clear */ + l4tab = l4start; + for ( count = 0; count < ROOT_PAGETABLE_FIRST_XEN_SLOT; count++) + l4tab[count].l4 = 0; #endif /* __x86_64__ */ @ 1.1 log @Update the Xen3 packages to 3.1.2. 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. @ text @d1 1 a1 1 $NetBSD: patch-bd,v 1.1 2007/08/17 17:26:05 bouyer Exp $ @