index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
systat
/
pftop.c
Age
Commit message (
Expand
)
Author
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2014-05-09
print interface name with queues in "systat q"; ok henning
Stuart Henderson
2014-05-03
remove unused variables
Charles Longeau
2014-04-26
fix whitespace
Stuart Henderson
2014-04-26
Only remove queues from the TAILQ when the ticket changes; fixes PPS/BPS
Stuart Henderson
2014-04-18
no more altq
Henning Brauer
2014-02-11
Stop leaking megabytes of memory at every queue refresh.
pelikan
2014-01-19
newqueue support for the queue view, code mostly from pfctl. lifting done
Henning Brauer
2013-10-12
adopt to queueing changes
Henning Brauer
2011-10-13
Teach some userland tools about NAT64. I think this is mostly from mikeb@
Claudio Jeker
2011-04-05
the tree builds better when you don't use PF_FASTROUTE
Stuart Henderson
2011-03-02
- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.
Jasper Lievisse Adriaanse
2011-02-06
Remove duplicated prototypes.
lum
2010-10-28
cleanup ;;
Theo de Raadt
2010-07-22
Let systat -N states resolve network addresses
giovanni
2009-11-23
no more natpass
Henning Brauer
2009-07-14
use static for inline so compilers with c99 inline semantics
Jonathan Gray
2009-06-10
Revert part of the earlier commit that displayed garbage instead of
Can Erkin Acar
2009-04-23
sync actiontypes (pass, block etc) with pfvar so that match rules are
Henning Brauer
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-01-01
Unclutter 'systate rules' by printing the flags option using the minimal
Ryan Thomas McBride
2008-11-05
Fix some function prototypes, remove unused variables and commented out code
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-07-16
Cleanup #define maze leftover from pftop compatibility.
Can Erkin Acar
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-12
New display engine for systat, based on pftop. Adds new views for pf
Can Erkin Acar