summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat/iostat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pledge() won't work but we can use unveil() to reduce filesystem accessderaadt2019-10-141-1/+7
* 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
* tweak column spacing to allow for larger numberstedu2012-06-261-5/+5
* 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
* - sync SYNOPSIS and usage()jmc2007-02-181-2/+2
* 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
* 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-021-6/+2
* Make systat(1), iostat(8) and vmstat(8) automatically update their disktdeval2002-12-161-2/+3
* 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-141-14/+1
* whack kmem gid after kvm_openfiles()deraadt1998-07-081-1/+5
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* Deal with _POSIX_SAVED_IDS when relinquishing privilegesderaadt1996-12-221-2/+4
* "K" and "Kb" -> "KB" as well as "Mb" -> "MB" so people don't get confusedmillert1996-11-021-6/+6
* There are disk devicenames wider than three charsniklas1996-08-111-3/+3
* libutilderaadt1996-05-221-6/+6
* WOrking disk statistics; NetBSD PR 2161tholo1996-03-031-263/+299
* initial import of NetBSD treederaadt1995-10-181-0/+392