Commit graph

12 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
Mike Silbersack
cb3cc1c04b This patch should solve the build problems with gcc 3 on -current.
Inspired by:	PR 45694
2002-12-02 01:52:14 +00:00
Ying-Chieh Liao
a661596311 upgrade to 1.8.0
PR:		38809
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-02 17:43:05 +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
David E. O'Brien
df59410879 Properly build on 5.x. 2000-05-11 14:52:01 +00:00
David E. O'Brien
3bacd72b68 Upgrade to 1.7.3. 1999-11-17 08:54:56 +00:00
Seiichirou Hiraoka
0dc93ffdfb Network stats fixed, and turned on by default.
PR: ports/11620
 Tom Pavel <pavel@SLAC.Stanford.EDU>
1999-05-10 16:34:00 +00:00
Bill Fumerola
2c056b39cc Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one step
further. patch-ac had to be modified because of some line differences in the
configure script, but it is functionally the same.

MAINTAINERship of this port changed, with the approval of both the former
and new MAINTAINER.

I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal
distsite.

PR:		ports/10260
Submitted by:	sheldonh (new maintainer)
1999-03-14 18:12:26 +00:00
Matthew Hunt
909aa73b66 Honor CFLAGS.
PR:		9330
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-06 18:57:37 +00:00