Commit graph

5 commits

Author SHA1 Message Date
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