aboutsummaryrefslogtreecommitdiff
path: root/lib/libdevstat/devstat.3
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
| | | | | | | 'RELENG_3_5_0_RELEASE'. This commit was manufactured to restore the state of the 3.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: introduce .Lb macro to left libraries manpagesAlexey Zelkin2000-04-231-0/+2
| | | | Notes: svn path=/stable/3/; revision=59573
* MFC, revision 1.7. Clarify what getdevs() expects as input.Kenneth D. Merry1999-09-231-2/+9
| | | | | | | Prompted by: grog Notes: svn path=/stable/3/; revision=51599
* MFC: NAME and SYNOPSIS sections sync, mdoc(7)'fyAlexey Zelkin1999-09-211-3/+11
| | | | Notes: svn path=/stable/3/; revision=51516
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50572
* 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