summaryrefslogtreecommitdiff
path: root/lib/libdevstat/devstat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* Turn on WARNS?= 2 for libdevstat.Kenneth D. Merry2001-09-231-23/+27
* Implement __FBSDID()Matthew Dillon2001-09-161-2/+3
* Fix some style inconsistencies introduced in rev 1.10, as well as someKenneth D. Merry2001-08-211-34/+36
* Better snprintf() handling.Brian Somers2001-08-201-38/+23
* Handle snprintf() returning -1.Brian Somers2001-08-201-2/+4
* Implement compute_stats() in terms of devstat_compute_statistics(). ThisKenneth D. Merry2001-08-181-104/+28
* Add some features to libdevstat, and overhaul the interface a bit:Thomas Moestl2001-08-041-102/+657
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Address our users in a civilized manner. (They may know better, but probablyPoul-Henning Kamp1999-03-221-11/+5
* Fix a couple of potential buffer overrun cases.Kenneth D. Merry1998-10-141-4/+8
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-13/+14
* Fix some error message format problems in checkversion() and getversion().Kenneth D. Merry1998-09-181-8/+35
* Device statistics library. Used by iostat, vmstat, and systat toJustin T. Gibbs1998-09-151-0/+1102