Age | Commit message (Expand) | Author |
2018-09-07 | Remove unnused af argument from unmask(), sync with pfctl | kn |
2018-07-25 | Document the spinning time of the CPU in systat(1) and top(1). | Alexander Bluhm |
2018-07-08 | iostat shows data in bytes, not kilobytes; | Jason McIntyre |
2018-06-22 | Constrain IPKTS/OPKTS from floating down beyond the rest of the | Kenneth R Westerback |
2018-06-21 | Shuffle fields around to eliminate blanks spots resulting from | Kenneth R Westerback |
2018-06-20 | Remove unused variable. Make clang happier. | Kenneth R Westerback |
2018-06-19 | Rename some unused fields in struct uvmexp to | Kenneth R Westerback |
2018-06-01 | Avoid some unnecessary calls to strlen(3) in systat uvm. | Alexander Bluhm |
2018-05-30 | tweak previous; | Jason McIntyre |
2018-05-30 | Add uvm view to show all values being collected in uvmexp. | Kenneth R Westerback |
2018-05-19 | Do not ignore nice time in systat(1). The sum would not be 100%, | Alexander Bluhm |
2018-05-14 | Stopping counting and reporting CPU time spent spinning on a lock as | Martin Pieuchot |
2018-05-03 | test for failing allocation using the standard idiom; prompted by Nan Xiao | Otto Moerbeek |
2018-02-11 | Make sorting in the pcache view work. This allows us to sort on all | Martijn van Duren |
2018-02-08 | Make pool order on size actually order on size instead of size*inuse. | Martijn van Duren |
2018-02-08 | Add the order keyword to systat global command interpreter. | Martijn van Duren |
2017-07-31 | print the number of GCs with print_fld_size instead of print_fld_uint. | David Gwynne |
2017-07-29 | return -1 in error path of non-void function, pointed out by clang | Florian Obser |
2017-07-19 | Allow HFSC classes to use flow queues | Mike Belopuhov |
2017-06-23 | change the semantic for calculating when to grow the size of a cache list. | David Gwynne |
2017-06-15 | add a rough start to a pcache view, to show pool cpu cache info. | David Gwynne |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-22 | Support for displaying flow queues alongside H-FSC | Mike Belopuhov |
2017-05-16 | Improve the precision of displayed bandwidth values | Mike Belopuhov |
2017-05-03 | Remove unused PRIO column from the queueing display; ok sthen@ | Mike Belopuhov |
2017-04-26 | Perform H-FSC root queue allocation in the kernel | Mike Belopuhov |
2017-04-16 | Statistics for high memory flips in the buffer cache | Bob Beck |
2017-04-05 | Clamp size to length if snprintf ever indicates overflow | Theo de Raadt |
2017-04-05 | an annoying whitespace glitch | Theo de Raadt |
2017-04-02 | Make dma range buffer cache pages visible in systat io | Bob Beck |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2016-12-18 | Remove statements that have no effect from X(), Y() and Z() #define's. | Kenneth R Westerback |
2016-12-18 | increase width of interface column in the pf rules view by 2 chars, so that '... | Jasper Lievisse Adriaanse |
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-08-26 | Pull in <time.h> for time() | Philip Guenther |
2016-08-24 | Convert quad_t to int64_t and %q to %ll | Philip Guenther |
2016-04-13 | remove dumpfilter related code; it's a leftover from pftop-proper and not used | Jasper Lievisse Adriaanse |
2016-04-04 | Add sys/queue.h where it's needed. Unbreak userland following recent | Stuart Henderson |
2016-03-12 | Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@ | Stuart Henderson |
2016-01-16 | fix a number of minor issues in the state view: | Can Erkin Acar |
2016-01-02 | make sure debug will be initialized, choose "unknown" (because pfctl | Sebastian Benoit |
2016-01-02 | garbage collect unused variable tm | Sebastian Benoit |
2016-01-02 | remove unused variable cur. code probably c&p from print_bar_title(). | Sebastian Benoit |
2016-01-02 | garbage collect unsused variable | Sebastian Benoit |
2015-09-12 | use sysctl() to get FSCALE value; ok guenther | Theo de Raadt |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-18 | Avoid calling freeifaddrs() with an uninitialised pointer in an | Jonathan Gray |
2015-03-12 | Switch the netstat view of systat to use the same kvm_getfiles() | Claudio Jeker |