freebsd-dev/usr.bin/netstat
John Baldwin 2e4760b66b Make netstat -rn more resilient to having the routing table change out from
under it while running.  Note that this is still not perfect:
- Try to do something intelligent if kvm_read() fails to read a routing
  table structure such as an rtentry, radix_node, or ifnet.
- Don't follow left and right node pointers in radix_nodes unless
  RNF_ACTIVE is set in rn_flags.  This avoids walking through freed
  radix_nodes.

MFC after:	1 week
2008-02-14 20:01:52 +00:00
..
atalk.c style(9) 2008-01-02 23:26:11 +00:00
bpf.c style(9) 2008-01-02 23:26:11 +00:00
if.c style(9) 2008-01-02 23:26:11 +00:00
inet6.c style(9) 2008-01-02 23:26:11 +00:00
inet.c Make a few messages more consistant with the others. 2008-01-04 03:09:28 +00:00
ipsec.c style(9) 2008-01-02 23:26:11 +00:00
ipx.c style(9) 2008-01-02 23:26:11 +00:00
main.c style(9) 2008-01-02 23:26:11 +00:00
Makefile These are the things that the tinderbox has problems with because it 2007-11-20 02:07:30 +00:00
mbuf.c style(9) 2008-01-02 23:26:11 +00:00
mcast.c style(9) 2008-01-02 23:26:11 +00:00
mroute6.c style(9) 2008-01-02 23:26:11 +00:00
mroute.c style(9) 2008-01-02 23:26:11 +00:00
netgraph.c style(9) 2008-01-02 23:26:11 +00:00
netstat.1 Document SCTP support. 2007-06-10 06:11:03 +00:00
netstat.h Fix netname() [1] and routename() on big-endian LP64 archs. 2008-02-07 23:00:40 +00:00
pfkey.c style(9) 2008-01-02 23:26:11 +00:00
route.c Make netstat -rn more resilient to having the routing table change out from 2008-02-14 20:01:52 +00:00
sctp.c style(9) 2008-01-02 23:26:11 +00:00
unix.c style(9) 2008-01-02 23:26:11 +00:00