K 10 svn:author V 5 peter K 8 svn:date V 27 2000-08-25T23:18:52.000000Z K 7 svn:log V 416 MFC: kern/uipc_mbuf.c v1.53, sys/mbuf.h v1.52, netstat/mbuf.c v1.18 Make mbstat.m_mtypes seperate and viewable via sysctl. Expand the type from u_short to u_long to stop 64K wraparounds, especially on mbtypes[MT_FREE]. Also, the MT_FREE counter was never incremented on creation of new mbufs, so the freelist count was wrong. PR: kern/19809 Submitted by: Ian Dowse MFC forgotten by: albert END