NetBSD/usr.bin/netstat
drochner 0a8dabda40 pull in AES-GCM/GMAC support from OpenBSD
This is still somewhat experimental. Tested between 2 similar boxes
so far. There is much potential for performance improvement. For now,
I've changed the gmac code to accept any data alignment, as the "char *"
pointer suggests. As the code is practically used, 32-bit alignment
can be assumed, at the cost of data copies. I don't know whether
bytewise access or copies are worse performance-wise. For efficient
implementations using SSE2 instructions on x86, even stricter
alignment requirements might arise.
2011-05-26 21:50:02 +00:00
..
atalk.c Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). 2009-04-12 16:08:37 +00:00
bpf.c Add netstat rump client. For now, it always sets -X, i.e. will 2010-12-13 21:15:30 +00:00
fast_ipsec.c pull in AES-GCM/GMAC support from OpenBSD 2011-05-26 21:50:02 +00:00
if.c Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown 2011-02-04 14:31:23 +00:00
inet6.c RA flood mitigation via a limit on accepted routes: 2011-05-24 18:07:11 +00:00
inet.c Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip. 2011-05-11 22:21:59 +00:00
ipsec.c Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). 2009-04-12 16:08:37 +00:00
iso.c Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). 2009-04-12 16:08:37 +00:00
main.c Always try to open kmem, do not always set use_sysctl to 1, and do not 2011-05-04 01:13:35 +00:00
Makefile Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
mbuf.c Add netstat rump client. For now, it always sets -X, i.e. will 2010-12-13 21:15:30 +00:00
mroute6.c
mroute.c Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). 2009-04-12 16:08:37 +00:00
netstat_hostops.c Add netstat rump client. For now, it always sets -X, i.e. will 2010-12-13 21:15:30 +00:00
netstat_rumpops.c Add netstat rump client. For now, it always sets -X, i.e. will 2010-12-13 21:15:30 +00:00
netstat.1 Insert word "mbuf" to description of -m (so you can search for it). 2010-12-06 09:28:38 +00:00
netstat.h Reduces the resources demanded by TCP sessions in TIME_WAIT-state using 2011-05-03 18:28:44 +00:00
pfsync.c Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c does 2011-03-01 19:01:59 +00:00
prog_ops.h Deal with crunch the standard way. 2010-12-15 11:22:41 +00:00
route.c Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown 2011-02-04 14:31:23 +00:00
show.c Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown 2011-02-04 14:31:23 +00:00
unix.c Access the kvm_t using get_kvmd(), only. 2011-05-04 01:11:29 +00:00
vtw.c use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration 2011-05-11 15:08:59 +00:00
vtw.h use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration 2011-05-11 15:08:59 +00:00