pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xosview Kludgily fix a bug where the IRQ mete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48425d5cf646
branches:  trunk
changeset: 473609:48425d5cf646
user:      perry <perry%pkgsrc.org@localhost>
date:      Wed Apr 21 18:45:09 2004 +0000

description:
Kludgily fix a bug where the IRQ meter overran on machines with high HZ.

diffstat:

 sysutils/xosview/distinfo         |   3 ++-
 sysutils/xosview/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 38c1eb5d198c -r 48425d5cf646 sysutils/xosview/distinfo
--- a/sysutils/xosview/distinfo Wed Apr 21 17:34:41 2004 +0000
+++ b/sysutils/xosview/distinfo Wed Apr 21 18:45:09 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/04/15 14:37:22 christos Exp $
+$NetBSD: distinfo,v 1.11 2004/04/21 18:45:09 perry Exp $
 
 SHA1 (xosview-1.8.1.tar.gz) = 3b74fb0cf01c99ff0a2da3d1f028bb32e4043e8e
 Size (xosview-1.8.1.tar.gz) = 237724 bytes
 SHA1 (patch-aa) = cc3de3bb4130724df543f85705b19946fba2577a
+SHA1 (patch-ab) = 4cb1ed9fad5577a889f22216be2345ace2655307
diff -r 38c1eb5d198c -r 48425d5cf646 sysutils/xosview/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview/patches/patch-ab Wed Apr 21 18:45:09 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.9 2004/04/21 18:45:09 perry Exp $
+
+--- bsd/intratemeter.cc.orig   2003-10-09 00:20:06.000000000 -0400
++++ bsd/intratemeter.cc                2004-04-21 14:32:07.000000000 -0400
+@@ -48,7 +48,7 @@
+   dodecay_ = parent_->isResourceTrue("irqrateDecay");
+   useGraph_ = parent_->isResourceTrue("irqrateGraph");
+   SetUsedFormat (parent_->getResource("irqrateUsedFormat"));
+-  total_ = 100;
++  total_ = 2000;
+ 
+   //  Now, grab a sample.  I don't know if this is needed here.  BCG
+   BSDGetIntrStats (lastirqs_);



Home | Main Index | Thread Index | Old Index