Age | Commit message (Expand) | Author |
2009-07-14 | use static for inline so compilers with c99 inline semantics | Jonathan Gray |
2009-06-26 | explicitly print an empty value between two end_line() calls to prevent | Can Erkin Acar |
2009-06-26 | - include two missing headers in if.c | Jasper Lievisse Adriaanse |
2009-06-25 | the rule is not to use nitems() in userland yet | Theo de Raadt |
2009-06-25 | sync the SENSOR_DRIVE_* names with sysctl(8)'s | Okan Demirmen |
2009-06-25 | use the nitems() macro where appropriate | Okan Demirmen |
2009-06-25 | Check RTM_VERSION even on sysctl data. | Claudio Jeker |
2009-06-23 | tweak previous; | Jason McIntyre |
2009-06-19 | - uppercase the column headers for consistency with other views | Jasper Lievisse Adriaanse |
2009-06-19 | - add two new views to systat, 'nfsserver' and 'nfsclient'. | Jasper Lievisse Adriaanse |
2009-06-11 | add missing header needed by ioctl() | Charles Longeau |
2009-06-10 | Revert part of the earlier commit that displayed garbage instead of | Can Erkin Acar |
2009-06-06 | - remove unused macro from iostat.c | Jasper Lievisse Adriaanse |
2009-06-04 | Plug memory leak when the terminal is resized. | Can Erkin Acar |
2009-05-03 | Hinge at the natural rollover point 9999x instead of 1024x when switching to | Dale Rahn |
2009-04-23 | sync actiontypes (pass, block etc) with pfvar so that match rules are | Henning Brauer |
2009-04-20 | remove unneeded argument to warnx() | Charles Longeau |
2009-04-06 | scrub rules gone | Henning Brauer |
2009-04-04 | Fix the byte order of the rule field in state view. | Can Erkin Acar |
2009-04-03 | Show interface description names in "systat if 1"; some help from canacar | Theo de Raadt |
2009-03-30 | allow the disk transfer speed numbers to show useable numbers when disks | Theo de Raadt |
2009-03-29 | Make sure systat mbufs prints the interface name even if an interface only | Mark Kettenis |
2009-01-27 | fix the mbuf view to cope with the recent change to the mclgeti allocator. | David Gwynne |
2009-01-01 | Unclutter 'systate rules' by printing the flags option using the minimal | Ryan Thomas McBride |
2008-12-31 | Skip missing pool indices instead of printing errors. | Can Erkin Acar |
2008-12-18 | Print the interface livelocks if non-zero. From deraadt@ | Can Erkin Acar |
2008-12-17 | Rewrite the 'mbuf' page to display mbuf usage information from system pools | Can Erkin Acar |
2008-12-11 | move one paragraph to a more logical position; | Jason McIntyre |
2008-12-07 | - comment out more stuff currently unsupported | Jason McIntyre |
2008-12-07 | Add option to order the pool view by size and number of pages columns. | Can Erkin Acar |
2008-12-07 | Warning cleanup including unused variables and shadowed names | Can Erkin Acar |
2008-12-02 | - there is no "load" global command, so remove its description | Jason McIntyre |
2008-12-01 | Add a function to print a floating point field and use this to fix the | Christian Weisgerber |
2008-11-17 | - stop referring to the display as consisting of windows. we can explain | Jason McIntyre |
2008-11-08 | sort; | Jason McIntyre |
2008-11-08 | Add malloc and buckets views that display kernel malloc statistics similar | Can Erkin Acar |
2008-11-05 | add missing header needed by strcmp/strerror/memset functions. | Charles Longeau |
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 | new sentence, new line; | Jason McIntyre |
2008-11-02 | Add the option to sort by requests to the pool view, and document | Can Erkin Acar |
2008-11-02 | Add a view that displays pool(9) information. Idea and ok deraadt@ | Can Erkin Acar |
2008-11-01 | remove commented out -S option; | Jason McIntyre |
2008-11-01 | Improve reporting of cache misses in the vmstat view. Previously | Can Erkin Acar |
2008-11-01 | Remove disabled help text code and -S command, both leftovers from pftop, | Can Erkin Acar |
2008-11-01 | Document more global hotkeys. Help and ok jmc@ | 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-10-08 | Fix the order of traversal when printing the queues. Properly places | Can Erkin Acar |
2008-09-01 | Display direction In/Out/Any for rule display, not just In/Out. | Stuart Henderson |