summaryrefslogtreecommitdiff
path: root/usr.bin/systat/iostat.c
AgeCommit message (Collapse)Author
2004-02-15'split' command for iostat modeTed Unangst
from Pedro Martelletto <pbastos@rdc.puc-rio.br>
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-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-02-02When disk activity exceeds 100kB/s divide length of bar by 10s and reportHenning Brauer
factor on RHS screen. from netbsd (dsl@) ok 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-06-18ANSITheo de Raadt
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-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
they are fixed
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
the hell out of it; checked by miod
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2000-07-07fixed formatting in numlabels; danhTheo de Raadt
1997-12-19bye bye sprintfTheo de Raadt
1997-07-15initxxx() routines return 1 on success, not zero.kstailey
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!")
1997-06-23Cleanup by Theo and myself. CMDLINE changed to long to makeTodd C. Miller
command line work on 64bit platforms. This is somewhat bogus and is really just a temporary workaround (there may be a curses bug).
1997-02-04display CPU stats on iostat screen even if disklesskstailey
1997-01-06Allow device names to be four characters (eg mcd0 or acd0). -mojMats O Jansson
1996-06-26rcsidTheo de Raadt
1996-06-02it compiles w/ new cursesMichael Shalayeff
1996-05-22libutilTheo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt