summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove prog, unused variables.charnier1997-07-291-0/+5
* Use the new sysctl(3) interface to mbuf statistics rather thanwollman1997-02-241-7/+19
* When the mbuf code was changed to use a private allocator instead ofwollman1997-02-121-3/+4
* Code cleanup: remove unused variables, use correct *printf formatalex1996-06-021-4/+4
* Changed "mapped pages in use" to "mbuf clusters in use".dg1995-02-231-1/+1
* Don't print protocol-cloned routes by default (enabled by -a flag).wollman1995-01-231-3/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+122
OpenPOWER on IntegriCloud