summaryrefslogtreecommitdiff
path: root/usr.bin/systat/pftop.c
AgeCommit message (Expand)Author
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-05-09print interface name with queues in "systat q"; ok henningStuart Henderson
2014-05-03remove unused variablesCharles Longeau
2014-04-26fix whitespaceStuart Henderson
2014-04-26Only remove queues from the TAILQ when the ticket changes; fixes PPS/BPSStuart Henderson
2014-04-18no more altqHenning Brauer
2014-02-11Stop leaking megabytes of memory at every queue refresh.pelikan
2014-01-19newqueue support for the queue view, code mostly from pfctl. lifting doneHenning Brauer
2013-10-12adopt to queueing changesHenning Brauer
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
2011-04-05the tree builds better when you don't use PF_FASTROUTEStuart Henderson
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2011-02-06Remove duplicated prototypes.lum
2010-10-28cleanup ;;Theo de Raadt
2010-07-22Let systat -N states resolve network addressesgiovanni
2009-11-23no more natpassHenning Brauer
2009-07-14use static for inline so compilers with c99 inline semanticsJonathan Gray
2009-06-10Revert part of the earlier commit that displayed garbage instead ofCan Erkin Acar
2009-04-23sync actiontypes (pass, block etc) with pfvar so that match rules areHenning Brauer
2009-04-06scrub rules goneHenning Brauer
2009-04-04Fix the byte order of the rule field in state view.Can Erkin Acar
2009-01-01Unclutter 'systate rules' by printing the flags option using the minimalRyan Thomas McBride
2008-11-05Fix some function prototypes, remove unused variables and commented out codeCan Erkin Acar
2008-10-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
2008-09-01Display direction In/Out/Any for rule display, not just In/Out.Stuart Henderson
2008-07-16Cleanup #define maze leftover from pftop compatibility.Can Erkin Acar
2008-06-29Simplify state creation code; merge state import/export code between pfsyncRyan Thomas McBride
2008-06-13Do not print a warning if /dev/pf can not be opened.Can Erkin Acar
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar