summaryrefslogtreecommitdiffstats
path: root/lib/libdevstat/devstat.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Address our users in a civilized manner. (They may know better, but probablyphk1999-03-221-11/+5
| | | | just forgot it, it is certainly no reason to don't insult them.)
* Fix a couple of potential buffer overrun cases.ken1998-10-141-4/+8
| | | | Submitted by: imp
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-201-13/+14
| | | | | | | | | | generation was causing unaligned access faults on the Alpha. I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel. Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* Fix some error message format problems in checkversion() and getversion().ken1998-09-181-8/+35
| | | | Reported By: bde
* Device statistics library. Used by iostat, vmstat, and systat togibbs1998-09-151-0/+1102
format and analyze the output of the new device statistics sysctls. Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org>
OpenPOWER on IntegriCloud