Age | Commit message (Expand) | Author |
2020-01-12 | Add support for human readable numbers where applicable. | Martijn van Duren |
2019-10-14 | pledge() won't work but we can use unveil() to reduce filesystem access | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-17 | use $OpenBSD markers | Ted Unangst |
2018-05-30 | Add uvm view to show all values being collected in uvmexp. | Kenneth R Westerback |
2018-02-08 | Add the order keyword to systat global command interpreter. | Martijn van Duren |
2016-10-13 | tweak previous; hostname is alredy available plus some better formatting | Otto Moerbeek |
2016-10-13 | add the hostname to the display. started by otto, then deraadt. ok deraadt | Ted Unangst |
2016-01-02 | garbage collect unsused variable | Sebastian Benoit |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-12 | Switch the netstat view of systat to use the same kvm_getfiles() | Claudio Jeker |
2015-01-16 | first batch of programs adapting to the namespace cleanup | Theo de Raadt |
2013-09-07 | Add a new screen "cpu" that simply lists the usage of each CPU core. | Reyk Floeter |
2011-04-05 | Add support to display numbers with thousands separators | Marco Pfatschbacher |
2011-03-31 | Make the top line of systat stop updating, along with the rest of the data | lum |
2010-07-16 | Make the terminal checking capability of systat better. | lum |
2010-07-02 | Allow systat to print date and time when in rawmode. | lum |
2009-07-21 | Allow systat(1) to resolve names by adding a new -N flag. (The default was | Stuart Henderson |
2009-06-25 | the rule is not to use nitems() in userland yet | Theo de Raadt |
2009-06-25 | use the nitems() macro where appropriate | Okan Demirmen |
2009-06-19 | - add two new views to systat, 'nfsserver' and 'nfsclient'. | Jasper Lievisse Adriaanse |
2008-11-08 | Add malloc and buckets views that display kernel malloc statistics similar | Can Erkin Acar |
2008-11-05 | Fix some function prototypes, remove unused variables and commented out code | Can Erkin Acar |
2008-11-04 | spelling: ambigious -> ambiguous | Marc Espie |
2008-11-02 | Add a view that displays pool(9) information. Idea and ok deraadt@ | Can Erkin Acar |
2008-11-01 | Remove disabled help text code and -S command, both leftovers from pftop, | Can Erkin Acar |
2008-10-31 | Implement start and stop commands as documented, | Can Erkin Acar |
2008-10-31 | make ^G display the current view and refresh interval as documented. | Can Erkin Acar |
2008-08-13 | -S currently does nothing useful, so remove it from | Jason McIntyre |
2008-08-08 | Small step towards fixing documentation: | Matthieu Herrb |
2008-07-31 | Do not allow negative or zero delay values from the command line, | Can Erkin Acar |
2008-07-12 | Add ':q' as an alias to ':quit', to match old behaviour. Initial patch | Can Erkin Acar |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | Set 'naptime' which is used by the interface page in differential mode. | Can Erkin Acar |
2008-06-12 | New display engine for systat, based on pftop. Adds new views for pf | Can Erkin Acar |
2007-05-21 | fix -Wall warning about unused variable `errstr', which was introduced in the... | Constantine A. Murenin |
2007-04-24 | support non-integral refresh intervals, possibly as low as 0.1s. | Ted Unangst |
2007-02-25 | use the 1 line load line from 'systat vm' on all the other displays, giving | Theo de Raadt |
2006-05-09 | delay time of 0 should be invalid; evol@online.ptt.ru | Theo de Raadt |
2006-04-12 | Improve error message. | Ray Lai |
2006-03-31 | fairly simple cleanup, lots of testing done | Theo de Raadt |
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller |
2004-04-26 | add -n flag (do not reverse-lookup). pb and deraadt ok | Jun-ichiro itojun Hagino |
2004-04-14 | wakeup after ^Z did not continue redraws and such. use own ^Z handler. | Theo de Raadt |
2003-12-17 | - add -w to options description | Jason McIntyre |
2003-12-17 | remove old -M and -N; 3608 | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-04 | kvm gid revocation earlier | Theo de Raadt |
2002-06-18 | revoke privs after kvm_openfiles | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |