summaryrefslogtreecommitdiff
path: root/usr.bin/systat/main.c
AgeCommit message (Collapse)Author
1997-11-04simple SIGWINCH handler; deals only with window size changes >= 80x24kstailey
1997-08-25when getting interrupt, clean up curses only if curses was activeTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
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-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-08-08Clarify usage printoutNiklas Hallqvist
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-06avoid buf oflowsTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt