summaryrefslogtreecommitdiff
path: root/usr.bin/systat/main.c
AgeCommit message (Expand)Author
2010-07-16Make the terminal checking capability of systat better.lum
2010-07-02Allow systat to print date and time when in rawmode.lum
2009-07-21Allow systat(1) to resolve names by adding a new -N flag. (The default wasStuart Henderson
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25use the nitems() macro where appropriateOkan Demirmen
2009-06-19- add two new views to systat, 'nfsserver' and 'nfsclient'.Jasper Lievisse Adriaanse
2008-11-08Add malloc and buckets views that display kernel malloc statistics similarCan Erkin Acar
2008-11-05Fix some function prototypes, remove unused variables and commented out codeCan Erkin Acar
2008-11-04spelling: ambigious -> ambiguousMarc Espie
2008-11-02Add a view that displays pool(9) information. Idea and ok deraadt@Can Erkin Acar
2008-11-01Remove disabled help text code and -S command, both leftovers from pftop,Can Erkin Acar
2008-10-31Implement start and stop commands as documented,Can Erkin Acar
2008-10-31make ^G display the current view and refresh interval as documented.Can Erkin Acar
2008-08-13-S currently does nothing useful, so remove it fromJason McIntyre
2008-08-08Small step towards fixing documentation:Matthieu Herrb
2008-07-31Do not allow negative or zero delay values from the command line,Can Erkin Acar
2008-07-12Add ':q' as an alias to ':quit', to match old behaviour. Initial patchCan Erkin Acar
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13Set 'naptime' which is used by the interface page in differential mode.Can Erkin Acar
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2007-05-21fix -Wall warning about unused variable `errstr', which was introduced in the...Constantine A. Murenin
2007-04-24support non-integral refresh intervals, possibly as low as 0.1s.Ted Unangst
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
2006-05-09delay time of 0 should be invalid; evol@online.ptt.ruTheo de Raadt
2006-04-12Improve error message.Ray Lai
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
2004-04-26add -n flag (do not reverse-lookup). pb and deraadt okJun-ichiro itojun Hagino
2004-04-14wakeup after ^Z did not continue redraws and such. use own ^Z handler.Theo de Raadt
2003-12-17- add -w to options descriptionJason McIntyre
2003-12-17remove old -M and -N; 3608Theo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-08-04kvm gid revocation earlierTheo de Raadt
2002-06-18revoke privs after kvm_openfilesTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
2001-11-28remove unused varEric Jackson
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
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
1997-06-16You can't store a double in an int and then do tests for the fractional partkstailey
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