summaryrefslogtreecommitdiff
path: root/usr.sbin/iostat/iostat.c
AgeCommit message (Collapse)Author
2006-03-30i am stunned how little was needed to make lint happy in thisTheo de Raadt
terrible place
2006-03-13delint; from David HillOtto Moerbeek
2005-04-01spacingTheo de Raadt
2004-08-08do the right math to find out what the average kbytes per transfer isPedro Martelletto
problem found and fix tested by naddy@, ok deraadt@ jolan@
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
statistics when a device is added/removed. ok deraadt@
2002-08-04only open kvm once between these twoTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-14kill signal race. insanely, the code becomes simplerTheo de Raadt
2001-05-14No need for setgid kmem anymore, we can use sysctl to get all theAngelos D. Keromytis
relevant information.
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-11-02"K" and "Kb" -> "KB" as well as "Mb" -> "MB" so people don't get confusedTodd C. Miller
and thing we are talking about *bits as opposed to *bytes. From NetBSD.
1996-08-11There are disk devicenames wider than three charsNiklas Hallqvist
1996-05-22libutilTheo de Raadt
1996-03-03WOrking disk statistics; NetBSD PR 2161Thorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt