| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r220319: | Sergey Kandaurov | 2011-04-18 | 1 | -3/+4 |
| * | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 1 | -1/+1 |
| * | The devstat(3) manpage claims that only <devstat.h> is needed as a | John Baldwin | 2008-01-31 | 1 | -0/+1 |
| * | Bump library versions in preparation for 7.0. | Daniel Eischen | 2007-05-21 | 1 | -1/+1 |
| * | Remove an unused variable. | Stefan Farfeleder | 2005-10-04 | 1 | -2/+1 |
| * | Remove a reference to compute_stats(), since it is no longer documented at | Kenneth D. Merry | 2005-08-10 | 1 | -4/+1 |
| * | Bump the shared library version number of all libraries that have not | Ken Smith | 2005-07-22 | 2 | -2/+2 |
| * | sync function prototype with reality. | Philippe Charnier | 2005-07-17 | 1 | -1/+6 |
| * | Tidy up the markup. | Ruslan Ermilov | 2005-06-30 | 1 | -214/+285 |
| * | 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 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -5/+5 |
| * | Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warning | Alexander Kabaev | 2004-06-25 | 1 | -1/+1 |
| * | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 1 | -2/+2 |
| * | Include <nlist.h> for nlist-related declarations instead of depending on | Bruce Evans | 2003-10-13 | 1 | -0/+1 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| * | style.Makefile(5) | David E. O'Brien | 2003-08-18 | 1 | -1/+1 |
| * | It is not an error to have no devices. | Poul-Henning Kamp | 2003-08-17 | 1 | -1/+1 |
| * | Stage 3 of dynamic root support. Make all the libraries needed to run | Gordon Tetlow | 2003-08-17 | 1 | -0/+1 |
| * | Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam | Kenneth D. Merry | 2003-06-14 | 1 | -2/+0 |
| * | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-05-22 | 1 | -3/+3 |
| * | 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 |
| * | ARGH! | Poul-Henning Kamp | 2003-03-18 | 1 | -3/+3 |
| * | Commit ken@' changes to this file: Bump version and append new entries | Poul-Henning Kamp | 2003-03-18 | 1 | -9/+9 |
| * | Update to match reality closer. | Poul-Henning Kamp | 2003-03-18 | 1 | -274/+42 |
| * | Add more devstat calculations, mostly filling in holes, but also adding | Poul-Henning Kamp | 2003-03-18 | 2 | -27/+130 |
| * | 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 | 3 | -122/+47 |
| * | Don't tell people to include <sys/dkstat.h> any more. | Poul-Henning Kamp | 2003-02-19 | 1 | -1/+0 |
| * | 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 |
| * | Zap now-unused SHLIB_MINOR | Peter Wemm | 2002-09-28 | 1 | -1/+0 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -2/+2 |
| * | Fixed wrong arg type in synopsis. | Bruce Evans | 2001-10-03 | 1 | -1/+1 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -2/+2 |
| * | Turn on WARNS?= 2 for libdevstat. | Kenneth D. Merry | 2001-09-23 | 3 | -24/+30 |
| * | Implement __FBSDID() | Matthew Dillon | 2001-09-16 | 1 | -2/+3 |
| * | Remove a duplicate "that". | Kenneth D. Merry | 2001-08-24 | 1 | -1/+1 |
| * | mdoc(7) police: Fixed broken xrefs. | Ruslan Ermilov | 2001-08-22 | 1 | -1/+1 |
| * | 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 | -37/+22 |
| * | 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 | 3 | -104/+41 |
| * | Add some features to libdevstat, and overhaul the interface a bit: | Thomas Moestl | 2001-08-04 | 4 | -193/+1217 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -21/+21 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | Removed -I${.CURDIR}/.../sys from CFLAGS. | Ruslan Ermilov | 2001-05-18 | 1 | -1/+1 |