| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -1/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-29 | 1 | -3/+3 |
| * | mdoc(7) police: removed history info from the .Os FreeBSD call. | Ruslan Ermilov | 2000-12-14 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -8/+8 |
| * | Introduce .Lb macro to libdevstat library manpage | Alexey Zelkin | 2000-04-22 | 1 | -0/+2 |
| * | Replace beforeinstall target with new variables used by .mk system. | Rodney W. Grimes | 2000-01-14 | 1 | -4/+3 |
| * | Clarify what getdevs() expects as input. | Kenneth D. Merry | 1999-09-23 | 1 | -2/+9 |
| * | Synchronization of NAME and SINOPSYS sections. | Alexey Zelkin | 1999-09-21 | 1 | -3/+11 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Add a MAINTAINER line to modules that I maintain. | Kenneth D. Merry | 1999-06-18 | 1 | -0/+1 |
| * | Address our users in a civilized manner. (They may know better, but probably | Poul-Henning Kamp | 1999-03-22 | 1 | -11/+5 |
| * | Fixed missing header in synopsis (<devstat.h> unfortunately depends on | Bruce Evans | 1999-03-05 | 1 | -1/+2 |
| * | add MLINKs for all the functions covered by the manpage | David E. O'Brien | 1999-01-06 | 1 | -0/+10 |
| * | spell check | David E. O'Brien | 1999-01-06 | 1 | -4/+4 |
| * | 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 | 3 | -23/+24 |
| * | 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 | 4 | -0/+1755 |