summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Collapse)Author
1997-07-15initxxx() routines return 1 on success, not zero.kstailey
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!")
1997-07-15keyboard() does not return an intkstailey
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-06-16You can't store a double in an int and then do tests for the fractional partkstailey
miss thing! Also, make more sensitive to digital decay. Now "<<<" will show up in load average display.
1997-04-01zap extra XXX if swap goes down; paul@wit387304.student.utwente.nlTheo de Raadt
1997-02-04display CPU stats on iostat screen even if disklesskstailey
1997-01-31stop crash from walking off end of malloc'd page. i hunted this bug beforeTheo de Raadt
and didn't find it. fix from paul@wit387304.student.utwente.nl
1997-01-31need string.hTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-06Allow device names to be four characters (eg mcd0 or acd0). -mojMats O Jansson
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-20support four letter device namesJason Downs
1996-08-08Clarify usage printoutNiklas Hallqvist
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-06whoopsTheo de Raadt
1996-08-06avoid buf oflowsTheo de Raadt
1996-07-27refresh screen better; freebsd pr#1425; from fnTheo de Raadt
1996-07-25buffer overflow preventionTheo de Raadt
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1996-06-26rcsidTheo de Raadt
1996-06-25Show interrupt counts on i386.Thorsten Lockert
1996-06-25distinguish ambigious and unknown commands; netbsd pr$2536; leo@marco.deTheo de Raadt
1996-06-02it compiles w/ new cursesMichael Shalayeff
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending
1996-05-22libutilTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-04-19Fix a bit, so it's now compiles.Michael Shalayeff
needs more work to do disk stats the way vmstat do.
1996-04-18Make it compile now (another commit needed in ../vmstat)Michael Shalayeff
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt