head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.26 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.24 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.22 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.20 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.18 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.8 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.6 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.4 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 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.3 date 2007.06.14.19.44.57; author bouyer; state dead; 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.3 log @Renamed xen*30 to xen*3 @ text @$NetBSD: patch-cg,v 1.2 2006/10/19 22:57:13 bouyer Exp $ --- xenstat/xentop/xentop.c.orig 2006-10-04 04:28:30.000000000 +0200 +++ xenstat/xentop/xentop.c 2006-10-17 00:16:10.000000000 +0200 @@@@ -18,7 +18,8 @@@@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#include +#define vw_printw vwprintw #include #include #include @@@@ -27,7 +28,11 @@@@ #include #include #include +#ifndef __NetBSD__ #include +#else +#include +#endif #include @@@@ -895,6 +900,7 @@@@ /* Output all VBD information */ void do_vbd(xenstat_domain *domain) { +#ifdef notyet int i = 0; xenstat_vbd *vbd; unsigned num_vbds = 0; @@@@ -911,6 +917,7 @@@@ xenstat_vbd_rd_reqs(vbd), xenstat_vbd_wr_reqs(vbd)); } +#endif } static void top(void) @ 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-cg,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: $ d3 2 a4 2 --- xenstat/xentop/xentop.c.orig 2006-04-13 19:48:39.000000000 +0200 +++ xenstat/xentop/xentop.c 2006-07-01 22:12:29.000000000 +0200 d15 1 a15 1 @@@@ -27,6 +28,7 @@@@ d19 3 d23 1 d27 16 @ 1.1.1.1 log @Initial import of a packages for Xen 3.0 domain0 tools. @ text @@