From owner-cvs-usrbin Wed Feb 12 11:33:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA21709 for cvs-usrbin-outgoing; Wed, 12 Feb 1997 11:33:25 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA21699; Wed, 12 Feb 1997 11:33:24 -0800 (PST) Date: Wed, 12 Feb 1997 11:33:24 -0800 (PST) From: Garrett Wollman Message-Id: <199702121933.LAA21699@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat mbuf.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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