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