Date: Sat, 26 Aug 2000 07:05:42 +0400 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru> To: freebsd-stable@FreeBSD.ORG Cc: Peter Wemm <peter@FreeBSD.ORG> Subject: systat broken Message-ID: <20000826070542.B16988@snark.ptc.spbu.ru>
next in thread | raw e-mail | index | archive | help
After this commit systat can't be compiled since it still refers to
m_mtypes. Revision 1.11 of src/usr.bin/systat/mbuf.c should be MFC'ed
as well, it seems.
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
SY, Uwe
--
uwe@ptc.spbu.ru | Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000826070542.B16988>
