aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-23/+24
* Improved description for packet zone statistics.Andre Oppermann2006-02-181-1/+1
* Print statistics on mbuf+clusters in packet zone.Andre Oppermann2006-02-181-0/+4
* Print statistics on jumbo mbuf clusters.Andre Oppermann2006-02-181-2/+72
* Sort sfbuf allocation counters with other sfbuf information.Robert Watson2006-02-111-13/+9
* Un-#if 0 the printing of allocation failure counts for mbufs, clusters,Robert Watson2006-02-111-2/+0
* Remove two lines of debugging output that accidentally snuck into theRobert Watson2005-11-281-2/+0
* Modify netstat -mb to use libmemstat when accessing a core dump or liveRobert Watson2005-11-131-164/+51
* Since libmemstat(3) now supports its own error management mechanism,Robert Watson2005-07-241-1/+2
* Modify "netstat -mb" to use libmemstat(3) when acting on a live system,Robert Watson2005-07-181-34/+195
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-4/+5
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-187/+9
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-111-3/+3
* Use floating point instead of unsigned long longs in percentageBruce Evans2003-12-291-13/+13
* Teach netstat about the new sendfile statistics.Mike Silbersack2003-12-281-0/+4
* Clean up the style of the previous commit, and fix a fewMike Silbersack2003-12-271-7/+5
* Teach netstat to read and display the new sfbuf statistics.Mike Silbersack2003-12-271-0/+12
* Fix percentages by using long long to hold values for 'space',Alfred Perlstein2003-12-261-9/+12
* I asked Bosko Milekic for help with 'peak' reporting, and he suggestedAlfred Perlstein2003-12-231-2/+2
* Restore old netstat -m output.Alfred Perlstein2003-12-231-28/+60
* Make the mb_alloc low-watermark sysctl-tunable read-only and makeBosko Milekic2003-05-151-0/+4
* o Allow "buckets" in mb_alloc to be differently sized (according toBosko Milekic2003-02-201-33/+50
* Warns cleanups for netstat:David Malone2002-09-051-4/+4
* Re-enable mbtypes statistics in the mbuf allocator. I disabled theseBosko Milekic2001-09-301-45/+31
* Add a "X KBytes of wired memory reserved" metric that representsBosko Milekic2001-07-311-11/+14
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-261-11/+7
* - Fix space allocation for mbstat structureBosko Milekic2001-06-231-3/+5
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,Bosko Milekic2001-06-221-64/+163
* remove K&R supportAssar Westerlund2001-06-151-2/+1
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-1/+2
* remove most of the warningsAssar Westerlund2001-06-151-2/+1
* Restore -M -N support for -m.Ruslan Ermilov2001-06-141-27/+44
* Change the "in use" percentage metric to actually display a realBosko Milekic2000-10-151-9/+14
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-2/+6
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoAlfred Perlstein2000-07-151-25/+49
* Add display of maximum allowed mbuf count to match mbuf cluster count.Mike Smith1999-12-281-3/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix "make world" breakage because MT_RTABLE was still referenced here.Ollivier Robert1999-01-181-1/+3
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSGary Palmer1998-08-231-1/+3
* Change a variable from int to size_t.John Birrell1998-08-181-3/+3
* Fixed printf format errors.Bruce Evans1998-07-061-4/+5
* mbuf, inet, and unix modules no longer read kvm.Garrett Wollman1998-05-151-3/+2
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersDavid Greenman1998-04-241-5/+11
* Add (unsigned) cast to prevent overflow in %Andrey A. Chernov1997-11-101-2/+2
* Bandaid to make this compile.. These old mbuf types should probably bePeter Wemm1997-08-171-1/+13
* Remove prog, unused variables.Philippe Charnier1997-07-291-0/+5
* Use the new sysctl(3) interface to mbuf statistics rather thanGarrett Wollman1997-02-241-7/+19
* When the mbuf code was changed to use a private allocator instead ofGarrett Wollman1997-02-121-3/+4
* Code cleanup: remove unused variables, use correct *printf formatAlexander Langer1996-06-021-4/+4
* Changed "mapped pages in use" to "mbuf clusters in use".David Greenman1995-02-231-1/+1