freebsd-dev/usr.bin/netstat
Bosko Milekic 49f854f926 - Do not handle the per-CPU containers in mbuf code as though the cpuids
were indices in a dense array. The cpuids are a sparse set and treat
  them as such, setting up containers only for CPUs activated during
  mb_init().

- Fix netstat(1) and systat(1) to treat the per-CPU stats area as a sparse
  map, in accordance with the above.

This allows us to properly boot with certain CPUs disactivated. However, if
we later decide to re-activate said CPUs, we will barf until we decide to
implement CPU spinon/spinoff callback hooks to allow for said CPUs' per-CPU
containers to get configured on their activation.

Reported by: mjacob
Partially (sys/ diffs) Submitted by: mjacob
2001-07-26 18:47:46 +00:00
..
atalk.c remove warnings 2001-06-15 23:55:45 +00:00
if.c remove warnings 2001-06-15 23:55:45 +00:00
inet6.c - create an entry of IPV6CTL_STATS sysctl. 2001-06-28 18:06:15 +00:00
inet.c Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. 2001-06-23 17:17:59 +00:00
ipsec.c remove warnings 2001-06-15 23:55:45 +00:00
ipx.c remove warnings 2001-06-15 23:55:45 +00:00
iso.c remove warnings 2001-06-15 23:55:45 +00:00
main.c Make `rttrash' variable (#routes not in table but not freed) visible 2001-06-29 09:08:24 +00:00
Makefile add the option -S for printing port numbers symbolically but addresses 2001-06-15 00:25:44 +00:00
mbuf.c - Do not handle the per-CPU containers in mbuf code as though the cpuids 2001-07-26 18:47:46 +00:00
mroute6.c remove warnings 2001-06-15 23:55:45 +00:00
mroute.c Use sysctl to export multicast routing stats 2001-07-25 20:14:09 +00:00
netgraph.c remove warnings 2001-06-15 23:55:45 +00:00
netstat.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
netstat.h Make `rttrash' variable (#routes not in table but not freed) visible 2001-06-29 09:08:24 +00:00
ns.c remove warnings 2001-06-15 23:55:45 +00:00
route.c Make `rttrash' variable (#routes not in table but not freed) visible 2001-06-29 09:08:24 +00:00
unix.c remove K&R support 2001-06-15 23:35:13 +00:00