freebsd-dev/usr.bin/netstat
Bosko Milekic 025b4be197 o Allow "buckets" in mb_alloc to be differently sized (according to
compile-time constants).  That is, a "bucket" now is not necessarily
  a page-worth of mbufs or clusters, but it is MBUF_BUCK_SZ, CLUS_BUCK_SZ
  worth of mbufs, clusters.
o Rename {mbuf,clust}_limit to {mbuf,clust}_hiwm and introduce
  {mbuf,clust}_lowm, which currently has no effect but will be used
  to set the low watermarks.
o Fix netstat so that it can deal with the differently-sized buckets
  and teach it about the low watermarks too.
o Make sure the per-cpu stats for an absent CPU has mb_active set to 0,
  explicitly.
o Get rid of the allocate refcounts from mbuf map mess.  Instead,
  just malloc() the refcounts in one shot from mbuf_init()
o Clean up / update comments in subr_mbuf.c
2003-02-20 04:26:58 +00:00
..
atalk.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
if.c - Determine the size of buffers with sizeof() instead of using 2003-02-10 16:58:47 +00:00
inet6.c o Typo/Grammar fixes 2003-01-14 16:02:56 +00:00
inet.c o Typo/Grammar fixes 2003-01-14 16:02:56 +00:00
ipsec.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
ipx.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
iso.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
main.c o Allow "buckets" in mb_alloc to be differently sized (according to 2003-02-20 04:26:58 +00:00
Makefile
mbuf.c o Allow "buckets" in mb_alloc to be differently sized (according to 2003-02-20 04:26:58 +00:00
mroute6.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
mroute.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
netgraph.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
netstat.1
netstat.h o Allow "buckets" in mb_alloc to be differently sized (according to 2003-02-20 04:26:58 +00:00
ns.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
route.c Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
unix.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00