Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Address our users in a civilized manner. (They may know better, but probably | phk | 1999-03-22 | 1 | -11/+5 |
| | | | | just forgot it, it is certainly no reason to don't insult them.) | ||||
* | Fix a couple of potential buffer overrun cases. | ken | 1998-10-14 | 1 | -4/+8 |
| | | | | Submitted by: imp | ||||
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 1 | -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(). | ken | 1998-09-18 | 1 | -8/+35 |
| | | | | Reported By: bde | ||||
* | Device statistics library. Used by iostat, vmstat, and systat to | gibbs | 1998-09-15 | 1 | -0/+1102 |
format and analyze the output of the new device statistics sysctls. Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org> |