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