summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Show the number of times we block waiting for mbufs.alfred2012-10-251-4/+18
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* style(9)obrien2008-01-021-2/+2
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-2/+2
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-23/+24
* Improved description for packet zone statistics.andre2006-02-181-1/+1
* Print statistics on mbuf+clusters in packet zone.andre2006-02-181-0/+4
* Print statistics on jumbo mbuf clusters.andre2006-02-181-2/+72
* Sort sfbuf allocation counters with other sfbuf information.rwatson2006-02-111-13/+9
* Un-#if 0 the printing of allocation failure counts for mbufs, clusters,rwatson2006-02-111-2/+0
* Remove two lines of debugging output that accidentally snuck into therwatson2005-11-281-2/+0
* Modify netstat -mb to use libmemstat when accessing a core dump or liverwatson2005-11-131-164/+51
* Since libmemstat(3) now supports its own error management mechanism,rwatson2005-07-241-1/+2
* Modify "netstat -mb" to use libmemstat(3) when acting on a live system,rwatson2005-07-181-34/+195
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-4/+5
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-187/+9
* Fixed misspellings of 0 as NULL.bde2004-03-111-3/+3
* Use floating point instead of unsigned long longs in percentagebde2003-12-291-13/+13
* Teach netstat about the new sendfile statistics.silby2003-12-281-0/+4
* Clean up the style of the previous commit, and fix a fewsilby2003-12-271-7/+5
* Teach netstat to read and display the new sfbuf statistics.silby2003-12-271-0/+12
* Fix percentages by using long long to hold values for 'space',alfred2003-12-261-9/+12
* I asked Bosko Milekic for help with 'peak' reporting, and he suggestedalfred2003-12-231-2/+2
* Restore old netstat -m output.alfred2003-12-231-28/+60
* Make the mb_alloc low-watermark sysctl-tunable read-only and makebmilekic2003-05-151-0/+4
* o Allow "buckets" in mb_alloc to be differently sized (according tobmilekic2003-02-201-33/+50
* Warns cleanups for netstat:dwmalone2002-09-051-4/+4
* Re-enable mbtypes statistics in the mbuf allocator. I disabled thesebmilekic2001-09-301-45/+31
* Add a "X KBytes of wired memory reserved" metric that representsbmilekic2001-07-311-11/+14
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-11/+7
* - Fix space allocation for mbstat structurebmilekic2001-06-231-3/+5
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-221-64/+163
* remove K&R supportassar2001-06-151-2/+1
* revert removal of warning and K&R supportassar2001-06-151-1/+2
* remove most of the warningsassar2001-06-151-2/+1
* Restore -M -N support for -m.ru2001-06-141-27/+44
* Change the "in use" percentage metric to actually display a realbmilekic2000-10-151-9/+14
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-2/+6
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-151-25/+49
* Add display of maximum allowed mbuf count to match mbuf cluster count.msmith1999-12-281-3/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix "make world" breakage because MT_RTABLE was still referenced here.roberto1999-01-181-1/+3
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSgpalmer1998-08-231-1/+3
* Change a variable from int to size_t.jb1998-08-181-3/+3
* Fixed printf format errors.bde1998-07-061-4/+5
* mbuf, inet, and unix modules no longer read kvm.wollman1998-05-151-3/+2
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersdg1998-04-241-5/+11
* Add (unsigned) cast to prevent overflow in %ache1997-11-101-2/+2
* Bandaid to make this compile.. These old mbuf types should probably bepeter1997-08-171-1/+13
OpenPOWER on IntegriCloud