Age | Commit message (Expand) | Author |
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 |
2008-08-13 | -S currently does nothing useful, so remove it from | Jason McIntyre |
2008-08-11 | some consistency fixes and whitespace at eol removal; | Jason McIntyre |
2008-08-08 | documentation tweaks. | Igor Sobrado |
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-22 | change the bcachestats structures members to int64_t's and do the | Thordur I. Bjornsson |
2008-07-22 | Add signed size printing functions, as requested by deraadt@. | Can Erkin Acar |
2008-07-16 | Cleanup #define maze leftover from pftop compatibility. | Can Erkin Acar |
2008-07-12 | Add ':q' as an alias to ':quit', to match old behaviour. Initial patch | Can Erkin Acar |
2008-07-07 | bcachestats got bumbed too u_int64_t's and I forgot about | Thordur I. Bjornsson |
2008-06-29 | Simplify state creation code; merge state import/export code between pfsync | Ryan Thomas McBride |
2008-06-13 | Do not print a warning if /dev/pf can not be opened. | Can Erkin Acar |
2008-06-13 | Remove unused files. Noticed by sthen@ | Can Erkin Acar |
2008-06-13 | Fix size and age field printing. The fields will now be printed with units | Can Erkin Acar |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | Use refresh interval for rate calculation instead of the broken elapsed | Can Erkin Acar |
2008-06-13 | Set 'naptime' which is used by the interface page in differential mode. | Can Erkin Acar |
2008-06-13 | Do not try to access ordering if it is not defined. | Can Erkin Acar |
2008-06-12 | New display engine for systat, based on pftop. Adds new views for pf | Can Erkin Acar |
2008-06-12 | make bcachestats visible in systat io - from mickey. | Bob Beck |
2007-12-15 | -DNOKVM will compile iostat.c without kvm support, which it does not need | Theo de Raadt |
2007-11-22 | .Nm does not require an argument; from Mark Lumsden | Jason McIntyre |
2007-11-17 | do not try to keep a list of all possible displays in the introduction. | Jason McIntyre |
2007-11-17 | document interactive command `q'; from Mark Lumsden | Jason McIntyre |
2007-10-31 | remove out of date comment in BUGS: "Takes 2-10 percent of the CPU." | Jason McIntyre |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-05 | Cope with if counters being u_int64_t now here, too. | Michael Knudsen |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2007-08-09 | Let realloc handle NULL. Check for integer overflow and realloc | Ray Lai |
2007-07-29 | zap redundant code; ok deanna@ | Constantine A. Murenin |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | rename msec to the less confusing sec and improve the description in | Otto Moerbeek |
2007-05-29 | otto would prefer only displaying one digit after decimal for refresh rate | Ted Unangst |
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 |