Go to file
ozaki-r 5bd67db98a Tweak outputs of netstat -s for IPsec
- Get rid of "Fast"
- Use ipsec and ipsec6 for titles to clarify protocol
- Indent outputs of sub protocols

Original outputs were organized like this:

(Fast) IPsec:
IPsec ah:
IPsec esp:
IPsec ipip:
IPsec ipcomp:
(Fast) IPsec:
IPsec ah:
IPsec esp:
IPsec ipip:
IPsec ipcomp:

New outputs are organized like this:

ipsec:
	ah:
	esp:
	ipip:
	ipcomp:
ipsec6:
	ah:
	esp:
	ipip:
	ipcomp:
2017-06-29 07:15:27 +00:00
bin Now libedit supports embedded mode switch sequence, improve sh 2017-06-28 13:46:06 +00:00
common Comment alignment. No functional change. 2017-04-13 07:49:52 +00:00
compat Don't mix abis in any CRUNCHEDPROG 2017-01-05 21:28:42 +00:00
crypto If we've authenticated, we are already in the child and we don't need the 2017-06-26 17:10:39 +00:00
dist/pf PR 50709 David Binderman: memory leak 2016-05-30 17:21:07 +00:00
distrib spelling (DEC called it "TURBOchannel") 2017-06-22 16:46:52 +00:00
doc new expat 2017-06-17 22:06:54 +00:00
etc Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader 2017-06-26 17:45:56 +00:00
external Make DHCP programs compatible with crunchgen(1) 2017-06-28 02:46:30 +00:00
extsrc
games another one 2017-06-13 17:18:00 +00:00
include Add the new signalname/signalnext/signalnumber interface to libc. 2017-05-09 11:14:16 +00:00
lib Fix an obvious, but almost invisible typo (avoid some core dumps). 2017-06-29 02:54:40 +00:00
libexec Remove old assert that only two segments exist. The rest of the code has 2017-06-23 15:29:21 +00:00
regress Remove regress lseek tests, obsoleted by ATF 2017-05-14 04:26:40 +00:00
rescue Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
sbin Restore ARP/NDP entries to route show and netstat -r 2017-06-28 04:14:53 +00:00
share Document EDITRC 2017-06-27 01:13:44 +00:00
sys Apply C99-style struct initialization to xformsw 2017-06-29 07:13:41 +00:00
tests Enable to remove multiple ARP/NDP entries for one destination 2017-06-28 08:17:50 +00:00
tools Update for new libfdt location 2017-06-08 17:16:44 +00:00
usr.bin Tweak outputs of netstat -s for IPsec 2017-06-29 07:15:27 +00:00
usr.sbin Enable to remove multiple ARP/NDP entries for one destination 2017-06-28 08:17:50 +00:00
build.sh - Allow all other targets (like kernel=) to obey mkrepro (-P) 2017-04-08 18:22:35 +00:00
BUILDING regen 2017-05-21 15:30:20 +00:00
Makefile don't descend into gnu 2017-04-11 14:04:15 +00:00
Makefile.inc
UPDATING New dhcpcd does not like update builds from previous versions. 2017-04-03 09:37:58 +00:00