aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iostat
Commit message (Expand)AuthorAgeFilesLines
* o De-register local vars.Maxim Konovalov2006-04-161-6/+4
* o Trim EOL whitespaces and tabs, replace eight w/s by tabs.Maxim Konovalov2006-04-161-20/+20
* o Implement Solaris-like -x flag: show extended disk statistics.Maxim Konovalov2006-04-162-15/+136
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOGiorgos Keramidas2005-05-261-0/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamKenneth D. Merry2003-06-141-2/+0
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-7/+5
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* english(4) police.Jens Schweikhardt2002-12-271-4/+4
* MFS: Spelling: s/transfered/transferred/Tom Rhodes2002-12-121-1/+1
* Use essentially the same formatting of the CPU stats percentages as inBruce Evans2002-08-181-1/+1
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* The .Nm utilityPhilippe Charnier2002-07-141-5/+12
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-3/+3
* Redo patch in 1.22 such that the header printing is reset when theGuido van Rooij2001-09-261-19/+16
* Don't do unsafe activities in the syscall handler.Kris Kennaway2001-09-011-4/+18
* Bring in some iostat fixes that bde reminded me about. These fixes wereKenneth D. Merry2001-08-232-95/+125
* mdoc(7) police: markup nits.Ruslan Ermilov2001-08-071-5/+12
* Make use of the new features of libdevstat to allow iostat to work onThomas Moestl2001-08-043-94/+151
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+6
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-6/+6
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Properly check malloc(3) return valuesChris D. Faulhaber2000-12-011-3/+8
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-12/+12
* Remove bogus include, as per style(9).Jeroen Ruigrok van der Werven2000-04-301-2/+0
* Back out previous commit minus spelling fixes. Should have asked maintainerPhilippe Charnier2000-01-242-37/+29
* Rework use of Nm.Philippe Charnier2000-01-232-31/+39
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
* Per Ken's request, back out my last change to this file. iostat's manWarner Losh1999-06-241-2/+2
* Two getopts related nits:Warner Losh1999-06-241-2/+2
* Add a MAINTAINER line to modules that I maintain.Kenneth D. Merry1999-06-181-0/+2
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-4/+5
* Fix style bugs introduced by Matt Dillon in his previous, unreviewedKenneth D. Merry1998-09-162-10/+11
* Fixed segfault when more then four devices are specified (improper free),Matthew Dillon1998-09-162-13/+26
* Update system to new device statistics code.Justin T. Gibbs1998-09-153-277/+796
* Use err(3).Philippe Charnier1997-09-191-6/+10
* Remove -I/sys and add -I${.CURDIR}/../../sysGuido van Rooij1997-07-131-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1