summaryrefslogtreecommitdiff
path: root/lib/libdevstat/devstat.3
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-211-1/+1
| | | | | | | 'RELENG_4_3_0_RELEASE'. This commit was manufactured to restore the state of the 4.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=73888
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-3/+3
| | | | Notes: svn path=/stable/4/; revision=70483
* MFC: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/stable/4/; revision=70016
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-8/+8
| | | | Notes: svn path=/stable/4/; revision=69764
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/stable/4/; revision=59519
* Clarify what getdevs() expects as input.Kenneth D. Merry1999-09-231-2/+9
| | | | | | | Prompted by: grog Notes: svn path=/head/; revision=51598
* Synchronization of NAME and SINOPSYS sections.Alexey Zelkin1999-09-211-3/+11
| | | | | | | mdoc(7)'fy Notes: svn path=/head/; revision=51515
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fixed missing header in synopsis (<devstat.h> unfortunately depends onBruce Evans1999-03-051-1/+2
| | | | | | | <sys/dkstat.h>). Notes: svn path=/head/; revision=44490
* spell checkDavid E. O'Brien1999-01-061-4/+4
| | | | Notes: svn path=/head/; revision=42329
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-5/+5
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=39498
* Device statistics library. Used by iostat, vmstat, and systat toJustin T. Gibbs1998-09-151-0/+525
format and analyze the output of the new device statistics sysctls. Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org> Notes: svn path=/head/; revision=39211