aboutsummaryrefslogtreecommitdiff
path: root/lib/libdevstat
Commit message (Collapse)AuthorAgeFilesLines
...
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-8/+8
| | | | Notes: svn path=/head/; revision=68945
* Introduce .Lb macro to libdevstat library manpageAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59505
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+3
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* 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-283-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Add a MAINTAINER line to modules that I maintain.Kenneth D. Merry1999-06-181-0/+1
| | | | | | | Suggested by: brian, markm Notes: svn path=/head/; revision=47993
* Address our users in a civilized manner. (They may know better, but probablyPoul-Henning Kamp1999-03-221-11/+5
| | | | | | | just forgot it, it is certainly no reason to don't insult them.) Notes: svn path=/head/; revision=44936
* Fixed missing header in synopsis (<devstat.h> unfortunately depends onBruce Evans1999-03-051-1/+2
| | | | | | | <sys/dkstat.h>). Notes: svn path=/head/; revision=44490
* add MLINKs for all the functions covered by the manpageDavid E. O'Brien1999-01-061-0/+10
| | | | Notes: svn path=/head/; revision=42330
* spell checkDavid E. O'Brien1999-01-061-4/+4
| | | | Notes: svn path=/head/; revision=42329
* Fix a couple of potential buffer overrun cases.Kenneth D. Merry1998-10-141-4/+8
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=40364
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-203-23/+24
| | | | | | | | | | | | | 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
* Fix some error message format problems in checkversion() and getversion().Kenneth D. Merry1998-09-181-8/+35
| | | | | | | Reported By: bde Notes: svn path=/head/; revision=39451
* Device statistics library. Used by iostat, vmstat, and systat toJustin T. Gibbs1998-09-154-0/+1755
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