Revision tags: release/4.8.0_cvs, release/4.8.0 |
|
#
b193011a |
| 18-Mar-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Update to match reality closer.
|
#
4a8bd166 |
| 19-Feb-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Don't tell people to include <sys/dkstat.h> any more.
Pointed out by: kuriyama
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
0f393d5c |
| 03-Oct-2001 |
Bruce Evans <bde@FreeBSD.org> |
Fixed wrong arg type in synopsis.
|
#
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
#
b9154997 |
| 24-Aug-2001 |
Kenneth D. Merry <ken@FreeBSD.org> |
Remove a duplicate "that".
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
|
#
265c01df |
| 22-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Fixed broken xrefs.
|
#
884539f7 |
| 18-Aug-2001 |
Kenneth D. Merry <ken@FreeBSD.org> |
Implement compute_stats() in terms of devstat_compute_statistics(). This gets rid of the duplicated code in compute_stats().
Add a new DSM_SKIP statistic type for devstat_compute_statistics() that
Implement compute_stats() in terms of devstat_compute_statistics(). This gets rid of the duplicated code in compute_stats().
Add a new DSM_SKIP statistic type for devstat_compute_statistics() that causes the subsequent variable argument to be skipped.
Thanks to Sergey Osokin for coding up my idea/code fragment.
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
show more ...
|
#
c4a5ef6e |
| 04-Aug-2001 |
Thomas Moestl <tmm@FreeBSD.org> |
Add some features to libdevstat, and overhaul the interface a bit:
1.) prefix all functions in the library with devstat_ (compatability functions are available for all functions that were chaned
Add some features to libdevstat, and overhaul the interface a bit:
1.) prefix all functions in the library with devstat_ (compatability functions are available for all functions that were chaned in an incompatible way, but are deprecated). 2.) Add a pointer to a kvm_t as the first argument to functions that used to get their information via sysctl; they behave the same as before when NULL is passed as this argument, otherwise, the information is obtained via libkvm using the supplied handle. 3.) Add a new function, devstat_compute_statistics(), that is intended to replace the old compute_stats() function. It offers more statistics data, and has a more flexible interface.
libdevstat does now require libkvm; a library depedency is added, so that libkvm only needs to be explicitely specified for statically linked programs. The library major version number is bumped.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>, ken (3) Reviewed by: ken
show more ...
|
#
7ebcc426 |
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
#
a307d598 |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
d0353b83 |
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|
#
42635956 |
| 29-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
ed403116 |
| 14-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed history info from the .Os FreeBSD call.
|
#
3b8ecdbb |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
9d5b4f83 |
| 22-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce .Lb macro to libdevstat library manpage
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs |
|
#
6f83979d |
| 23-Sep-1999 |
Kenneth D. Merry <ken@FreeBSD.org> |
Clarify what getdevs() expects as input.
Prompted by: grog
|
#
b27e4ff3 |
| 21-Sep-1999 |
Alexey Zelkin <phantom@FreeBSD.org> |
Synchronization of NAME and SINOPSYS sections. mdoc(7)'fy
|
Revision tags: release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
aedadd1c |
| 05-Mar-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed missing header in synopsis (<devstat.h> unfortunately depends on <sys/dkstat.h>).
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
5db9ad2c |
| 06-Jan-1999 |
David E. O'Brien <obrien@FreeBSD.org> |
spell check
|
#
bcc6a3da |
| 20-Sep-1998 |
Kenneth D. Merry <ken@FreeBSD.org> |
Change the devstat generation number from an int to a long. The int-sized generation was causing unaligned access faults on the Alpha.
I have incremented the devstat version number, since this is a
Change the devstat generation number from an int to a long. The int-sized generation was causing unaligned access faults on the Alpha.
I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel.
Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
show more ...
|
#
28fb27ba |
| 15-Sep-1998 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Device statistics library. Used by iostat, vmstat, and systat to format and analyze the output of the new device statistics sysctls.
Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org>
|