Date: Wed, 12 Feb 1997 11:33:24 -0800 (PST) From: Garrett Wollman <wollman> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat mbuf.c Message-ID: <199702121933.LAA21699@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 97/02/12 11:33:23 Modified: usr.bin/netstat mbuf.c Log: When the mbuf code was changed to use a private allocator instead of the kernel malloc, netstat was never updated to reflect the fact that there are once again allocated-but-free mbufs, just as there are clusters, and so the information presented about how much memory was allocated to the network was bogus. Fixed. Revision Changes Path 1.5 +4 -3 src/usr.bin/netstat/mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702121933.LAA21699>