Age | Commit message (Expand) | Author |
2019-07-19 | Make systat flushing output after a page display in rawmode (flags -b or -B) | solene |
2019-07-04 | set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twice | David Gwynne |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-09 | Use the new sysctl to print systat pf 1. This now works even for unprived | Claudio Jeker |
2019-05-08 | allow switching to print stats since boot via 'b'. | Ted Unangst |
2019-03-04 | expose the interface queue drops in the interface view | David Gwynne |
2019-03-04 | make title a const char *. | David Gwynne |
2019-02-18 | Change ps_len of struct pfioc_states and psn_len of struct | Alexander Bluhm |
2019-01-20 | don't reuse global between functions; the value is wrong. | Ted Unangst |
2019-01-17 | use $OpenBSD markers | Ted Unangst |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-10-05 | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. | cheloha |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
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 |