summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/pf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pf: Merge NOTES column into NAME columnkn2020-09-141-29/+14
* pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha2020-05-151-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use the new sysctl to print systat pf 1. This now works even for unprivedclaudio2019-05-091-8/+6
* Return time_uptime as value for when pf was enabled instead ofpatrick2017-06-011-3/+5
* make sure debug will be initialized, choose "unknown" (because pfctlbenno2016-01-021-1/+4
* first batch of programs adapting to the namespace cleanupderaadt2015-01-161-1/+2
* No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* - use a common FIELD_ADDR macro, instead of rolling 78 identical copies.jasper2011-03-021-8/+6
* Add prototype and remove unnecessary includes.lum2010-07-191-10/+2
* Unbreak tree - I missed systat's use of the old pf debug levels.mcbride2010-01-191-9/+22
* New display engine for systat, based on pftop. Adds new views for pfcanacar2008-06-121-0/+326