head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.24 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.22 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.18 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.16 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.14 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.12 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.10 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.8 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2007.09.20.21.12.28; author wiz; state dead; branches; next 1.2; 1.2 date 2006.06.26.12.14.25; author drochner; state Exp; branches; next 1.1; 1.1 date 2005.10.12.21.49.39; author jmmv; state Exp; branches; next ; desc @@ 1.3 log @Rename libgtop2 to libgtop, to match upstream name. @ text @$NetBSD: patch-bg,v 1.2 2006/06/26 12:14:25 drochner Exp $ --- sysdeps/freebsd/prockernel.c.orig 2006-06-13 22:20:53.000000000 +0200 +++ sysdeps/freebsd/prockernel.c @@@@ -56,11 +56,7 @@@@ #endif #ifdef __NetBSD__ -#include -#include -#ifdef __arm32__ -#define KERNBASE KERNEL_BASE -#endif +#include #endif @@@@ -116,8 +112,10 @@@@ glibtop_get_proc_kernel_p (glibtop *serv /* Get the process information */ pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count); - if ((pinfo == NULL) || (count != 1)) - glibtop_error_io_r (server, "kvm_getprocs (%d)", pid); + if ((pinfo == NULL) || (count != 1)) { + glibtop_warn_io_r (server, "kvm_getprocs (%d)", pid); + return; + } #if defined(__FreeBSD__) && (__FreeBSD_version >= 500013) @ 1.2 log @make this build on recent -current, fixes PR pkg/33631 by Steven M. Bellovin @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update to 2.12.0. Thanks go to the FreeBSD GNOME developers for all the patches I borrowed from them (patch-b*). September 4, 2005: Overview of changes from 2.11.92 to 2.12.0 ============================================================= * Updated translations. August 22, 2005: Overview of changes from 2.11.91 to 2.11.92 ============================================================ * Linux: - fixed for 2.6 without /sys - glibtop_get_cpu() : Do not add irq, softirq and iowait to idle. August 9, 2005: Overview of changes from 2.11.90 to 2.11.91 =========================================================== * All: - cleaned some headers. - removed static examples. * Linux: - fixed some issues with 2.6 without /sys July 24, 2005: Overview of changes from 2.11.2 to 2.11.90 ========================================================= * Linux: - fixed glibtop_uptime .flags. July &3, 2005: Overview of changes from 2.11.1 to 2.11.2 ======================================================== * Linux: - little improvements for 2.6. July 3, 2005: Overview of changes from 2.11.0 to 2.11.1 ======================================================= * Linux: - glibtop_get_swap : added page(in|out) for linux 2.6. June 8, 2005: Overview of changes from 2.10.x to 2.11.0 ======================================================= * Replaced a lot of macros by functions * Got rid of dozens of useless files. * libgtop 2.11.x are and will stay API and ABI compatible with 2.10.x, i swear. @ text @d3 16 a18 5 From FreeBSD's GNOME development repository. --- sysdeps/freebsd/prockernel.c Mon Jul 19 05:33:56 2004 +++ sysdeps/freebsd/prockernel.c.orig Sat Mar 19 02:39:47 2005 @@@@ -115,8 +115,10 @@@@ @