aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/pfkey.c
Commit message (Expand)AuthorAgeFilesLines
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* Fix some libxo format string errors in the pfkey stats code.Mark Johnston2015-07-201-2/+2
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-31/+63
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov2013-07-091-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* style(9)David E. O'Brien2008-01-021-12/+9
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-1/+3
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-5/+1
* Don't shadow globals.Yaroslav Tykhiy2006-11-271-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-22/+23
* Add support for printing IPSEC protocol stats if the kernel was compiledKelly Yancey2005-12-281-0/+184