summaryrefslogtreecommitdiff
path: root/lib/libdevstat/devstat.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-15Add interface NVME to devstatAlexander Motin
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-12-03devstat_selectdevs: resize dev_select only after copying data out of itAndriy Gapon
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-06-04Remove unused variable and silence clang warnings.Marcelo Araujo
2015-02-27Remove an obsolete comment in devstat(3) about the accuracy of theKenneth D. Merry
2013-12-25Fix a typo.Sergey Kandaurov
2013-12-25For vmcore, calculate time relative to device creation upon time_uptime.Sergey Kandaurov
2012-12-15New devstat metrics for devstat_compute_statistics():Mikolaj Golub
2012-01-06Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),Guy Helmer
2011-04-04Do not increment num_args if strsep(3) returned an empty field.Sergey Kandaurov
2005-10-04Remove an unused variable.Stefan Farfeleder
2005-04-26Use __func__ throughout devstat.c instead of defining a func_nameMaxime Henrion
2005-04-26Make this compile with GCC4 by fixing a signedness issue.Maxime Henrion
2004-06-25Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warningAlexander Kabaev
2003-10-13Include <nlist.h> for nlist-related declarations instead of depending onBruce Evans
2003-08-17It is not an error to have no devices.Poul-Henning Kamp
2003-04-19Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.Poul-Henning Kamp
2003-04-09If rounding results in -epsilon device busy %, set it to zero.Poul-Henning Kamp
2003-03-19typoPoul-Henning Kamp
2003-03-19Further unbreak devstat: sort the index array in correct order too.Poul-Henning Kamp
2003-03-18Add more devstat calculations, mostly filling in holes, but also addingPoul-Henning Kamp
2003-03-15And I managed to make a regression here too.Poul-Henning Kamp
2003-03-15Run a revision of the devstat interface:Poul-Henning Kamp
2003-02-16Remove include of <sys/dkstat.h>Poul-Henning Kamp
2003-02-16Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].Poul-Henning Kamp
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-09-23Turn on WARNS?= 2 for libdevstat.Kenneth D. Merry
2001-09-16Implement __FBSDID()Matthew Dillon
2001-08-21Fix some style inconsistencies introduced in rev 1.10, as well as someKenneth D. Merry
2001-08-20Better snprintf() handling.Brian Somers
2001-08-20Handle snprintf() returning -1.Brian Somers
2001-08-18Implement compute_stats() in terms of devstat_compute_statistics(). ThisKenneth D. Merry
2001-08-04Add some features to libdevstat, and overhaul the interface a bit:Thomas Moestl
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-03-22Address our users in a civilized manner. (They may know better, but probablyPoul-Henning Kamp
1998-10-14Fix a couple of potential buffer overrun cases.Kenneth D. Merry
1998-09-20Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry
1998-09-18Fix some error message format problems in checkversion() and getversion().Kenneth D. Merry
1998-09-15Device statistics library. Used by iostat, vmstat, and systat toJustin T. Gibbs