summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat (follow)
Commit message (Expand)AuthorAgeFilesLines
* pledge() won't work but we can use unveil() to reduce filesystem accessderaadt2019-10-141-1/+7
* Document the spin CPU state columnsolene2018-09-071-2/+4
* Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jpyasuoka2018-09-051-3/+3
* Cap wait/interval at 100 million seconds.cheloha2018-02-101-4/+4
* simplify argv back compattedu2015-10-231-7/+5
* check for invalid disknamestedu2015-03-181-1/+4
* use nanosleep() instead of hackish select(); ok dlgderaadt2014-10-281-5/+5
* Add explicit braces to suppress compiler warnings.brad2014-10-261-5/+9
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-2/+2
* atoi -> strtonumtedu2014-02-131-8/+18
* totals tend to be larger, give them some more room to breathetedu2014-02-131-8/+28
* yet more unsigned char casts for ctypederaadt2013-11-231-2/+2
* tabs are not so expensive we can't intent this file properlytedu2013-06-041-36/+32
* tweak the headers header tootedu2013-06-041-3/+3
* not sure who uses the "alternate" display, but the columns look like asstedu2013-06-041-3/+3
* some simple macro fixes;jmc2013-01-171-3/+2
* tweak column spacing to allow for larger numberstedu2012-06-261-5/+5
* Clarify how the -c and -w options interact. OK tedu@ jmc@millert2011-02-101-13/+12
* somehow parts of -c and -w got swapped; from Yar Tikhiyjmc2010-08-081-8/+8
* don't repeat the banner if not a tty.tedu2009-11-221-1/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-16/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* - sync SYNOPSIS and usage()jmc2007-02-182-37/+36
* i am stunned how little was needed to make lint happy in thisderaadt2006-03-301-1/+2
* delint; from David Hillotto2006-03-131-14/+13
* make some of the stat utility pages reference each other;jmc2005-09-061-1/+2
* spacingderaadt2005-04-011-3/+4
* do the right math to find out what the average kbytes per transfer ispedro2004-08-081-2/+3
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-011-13/+8
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-7/+12
* strict proto cleanupsderaadt2003-06-261-5/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* typos;jmc2003-02-031-3/+4
* Make systat(1), iostat(8) and vmstat(8) automatically update their disktdeval2002-12-161-2/+3
* yet another round of SEE ALSO fixes.fgsch2002-11-091-2/+2
* only open kvm once between these twoderaadt2002-08-041-1/+3
* minor KNFderaadt2002-05-301-5/+5
* kill more registers.mpech2002-03-141-5/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-13/+13
* use volatile sig_atomic_t where possible; simply volatile i other placesderaadt2001-11-171-2/+3
* kill signal race. insanely, the code becomes simplerderaadt2001-11-141-6/+15
* No need for setgid kmem anymore, we can use sysctl to get all theangelos2001-05-142-17/+2
* Todd says we should not doc depricated behaviourderaadt2001-04-121-3/+1
* document shortcut; noted by bk@rt.fmderaadt2001-04-121-1/+3
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Mostly punctuation fixes.aaron2000-04-151-7/+7
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-10/+16
* Typo fixes.alex1999-09-231-2/+2
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-2/+2
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-8/+8