summaryrefslogtreecommitdiffstats
path: root/lib/libdevstat/devstat.c
Commit message (Expand)AuthorAgeFilesLines
* New devstat metrics for devstat_compute_statistics():trociny2012-12-151-8/+39
* Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),ghelmer2012-01-061-10/+30
* Do not increment num_args if strsep(3) returned an empty field.pluknet2011-04-041-3/+4
* Remove an unused variable.stefanf2005-10-041-2/+1
* Use __func__ throughout devstat.c instead of defining a func_namemux2005-04-261-31/+21
* Make this compile with GCC4 by fixing a signedness issue.mux2005-04-261-1/+1
* Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warningkan2004-06-251-1/+1
* Include <nlist.h> for nlist-related declarations instead of depending onbde2003-10-131-0/+1
* It is not an error to have no devices.phk2003-08-171-1/+1
* Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.phk2003-04-191-0/+8
* If rounding results in -epsilon device busy %, set it to zero.phk2003-04-091-0/+2
* typophk2003-03-191-1/+1
* Further unbreak devstat: sort the index array in correct order too.phk2003-03-191-10/+10
* Add more devstat calculations, mostly filling in holes, but also addingphk2003-03-181-25/+117
* And I managed to make a regression here too.phk2003-03-151-5/+5
* Run a revision of the devstat interface:phk2003-03-151-94/+32
* Remove include of <sys/dkstat.h>phk2003-02-161-1/+0
* Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].phk2003-02-161-0/+1
* Remove 'register' keyword.obrien2002-03-211-2/+2
* Turn on WARNS?= 2 for libdevstat.ken2001-09-231-23/+27
* Implement __FBSDID()dillon2001-09-161-2/+3
* Fix some style inconsistencies introduced in rev 1.10, as well as someken2001-08-211-34/+36
* Better snprintf() handling.brian2001-08-201-38/+23
* Handle snprintf() returning -1.brian2001-08-201-2/+4
* Implement compute_stats() in terms of devstat_compute_statistics(). Thisken2001-08-181-104/+28
* Add some features to libdevstat, and overhaul the interface a bit:tmm2001-08-041-102/+657
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Address our users in a civilized manner. (They may know better, but probablyphk1999-03-221-11/+5
* Fix a couple of potential buffer overrun cases.ken1998-10-141-4/+8
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-201-13/+14
* Fix some error message format problems in checkversion() and getversion().ken1998-09-181-8/+35
* Device statistics library. Used by iostat, vmstat, and systat togibbs1998-09-151-0/+1102
OpenPOWER on IntegriCloud