Commit graph

8 commits

Author SHA1 Message Date
Stefan Walter
e54643a6b0 Fix CPU-meter for FreeBSD versions >= 7.0.
PR:		129655
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Approved by:	maintainer timeout (3 weeks)
2009-01-08 17:06:27 +00:00
Cheng-Lung Sung
ef81a7a91c - The sysutils/xosview port that comes with 6.0 results in a
memory leak that eventually crashes the xosview process.
  The CVS tree doesn't show any activity here more recent than 6.0.
  The attached extra patch to bsd/kernel.cc fixes the problem.
- bump PORTREVISION

PR:		92339
Submitted by:	Tom Pavel <pavel AT alum dot mit dot edu>
2006-01-27 08:17:32 +00:00
Cheng-Lung Sung
a8238d9d4d - Update to 1.8.2
- Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply exiting/crashing

PR:		79338
Submitted by:	Ulrich Spoerlein <q AT uni dot de>
2005-07-13 03:48:32 +00:00
Sergey A. Osokin
1dba9f3c91 Fix build on -CURRENT.
Also:
- replace <xxx> with <xxx.h> due to Standard C++.
- In my observation, when include "devstats.h",
- In 4.x or earlier version, we use checkversion(), getnumdevs() ...
  But In 5.x, it should be repalce with devstat_checkversion(kvm_t *),
  devstat_getnumdevs(kvm_t *) respectively.
  In summary, function in 4.x's devstats.h can add prefix word "devstat

Submitted by:		Cheng-Lung Sung <clsung@dragon2.net>
Maintainership to:	submitter
PR:			58596
2003-10-28 14:53:44 +00:00
David E. O'Brien
b616bcf191 Use a consistant 64-bit int type. 2001-08-22 22:22:06 +00:00
David E. O'Brien
d321cc5bb0 Upgrade to 1.7.4. 2001-08-21 19:32:41 +00:00
David E. O'Brien
c9e00131ca Use longs vs. ints in calculating the amount of swap. This fixed getting
negative swap values on an Alpha with 2GB swap.  I should probably use
`long long' for large swap x86 machines.  (anybody want to help test?)
2001-08-21 18:33:51 +00:00
David E. O'Brien
c64282cfb2 Use the correct number of interrupts on the Alpha.
Submitted by:	Alexander Langer <alex@big.endian.de>
PR:		19064
2000-06-10 21:33:18 +00:00