Date: Fri, 25 Aug 2000 16:18:53 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h src/usr.bin/netstat mbuf.c Message-ID: <200008252318.QAA29475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/08/25 16:18:53 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_mbuf.c sys/sys mbuf.h usr.bin/netstat mbuf.c Log: 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 <iedowse@maths.tcd.ie> MFC forgotten by: albert Revision Changes Path 1.51.2.2 +4 -0 src/sys/kern/uipc_mbuf.c 1.44.2.6 +11 -9 src/sys/sys/mbuf.h 1.17.2.1 +50 -26 src/usr.bin/netstat/mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008252318.QAA29475>