| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obtained, but never used data. | glebius | 2013-10-15 | 1 | -10/+5 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -10/+12 |
* | Show the number of times we block waiting for mbufs. | alfred | 2012-10-25 | 1 | -4/+18 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -2/+0 |
* | style(9) | obrien | 2008-01-02 | 1 | -2/+2 |
* | Restore netstat -M functionality for most statistics on core dumps. In | jhb | 2007-07-16 | 1 | -2/+2 |
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | yar | 2006-07-28 | 1 | -23/+24 |
* | Improved description for packet zone statistics. | andre | 2006-02-18 | 1 | -1/+1 |
* | Print statistics on mbuf+clusters in packet zone. | andre | 2006-02-18 | 1 | -0/+4 |
* | Print statistics on jumbo mbuf clusters. | andre | 2006-02-18 | 1 | -2/+72 |
* | Sort sfbuf allocation counters with other sfbuf information. | rwatson | 2006-02-11 | 1 | -13/+9 |
* | Un-#if 0 the printing of allocation failure counts for mbufs, clusters, | rwatson | 2006-02-11 | 1 | -2/+0 |
* | Remove two lines of debugging output that accidentally snuck into the | rwatson | 2005-11-28 | 1 | -2/+0 |
* | Modify netstat -mb to use libmemstat when accessing a core dump or live | rwatson | 2005-11-13 | 1 | -164/+51 |
* | Since libmemstat(3) now supports its own error management mechanism, | rwatson | 2005-07-24 | 1 | -1/+2 |
* | Modify "netstat -mb" to use libmemstat(3) when acting on a live system, | rwatson | 2005-07-18 | 1 | -34/+195 |
* | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). | charnier | 2004-07-26 | 1 | -4/+5 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -187/+9 |
* | Fixed misspellings of 0 as NULL. | bde | 2004-03-11 | 1 | -3/+3 |
* | Use floating point instead of unsigned long longs in percentage | bde | 2003-12-29 | 1 | -13/+13 |
* | Teach netstat about the new sendfile statistics. | silby | 2003-12-28 | 1 | -0/+4 |
* | Clean up the style of the previous commit, and fix a few | silby | 2003-12-27 | 1 | -7/+5 |
* | Teach netstat to read and display the new sfbuf statistics. | silby | 2003-12-27 | 1 | -0/+12 |
* | Fix percentages by using long long to hold values for 'space', | alfred | 2003-12-26 | 1 | -9/+12 |
* | I asked Bosko Milekic for help with 'peak' reporting, and he suggested | alfred | 2003-12-23 | 1 | -2/+2 |
* | Restore old netstat -m output. | alfred | 2003-12-23 | 1 | -28/+60 |
* | Make the mb_alloc low-watermark sysctl-tunable read-only and make | bmilekic | 2003-05-15 | 1 | -0/+4 |
* | o Allow "buckets" in mb_alloc to be differently sized (according to | bmilekic | 2003-02-20 | 1 | -33/+50 |
* | Warns cleanups for netstat: | dwmalone | 2002-09-05 | 1 | -4/+4 |
* | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | bmilekic | 2001-09-30 | 1 | -45/+31 |
* | Add a "X KBytes of wired memory reserved" metric that represents | bmilekic | 2001-07-31 | 1 | -11/+14 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 1 | -11/+7 |
* | - Fix space allocation for mbstat structure | bmilekic | 2001-06-23 | 1 | -3/+5 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -64/+163 |
* | remove K&R support | assar | 2001-06-15 | 1 | -2/+1 |
* | revert removal of warning and K&R support | assar | 2001-06-15 | 1 | -1/+2 |
* | remove most of the warnings | assar | 2001-06-15 | 1 | -2/+1 |
* | Restore -M -N support for -m. | ru | 2001-06-14 | 1 | -27/+44 |
* | Change the "in use" percentage metric to actually display a real | bmilekic | 2000-10-15 | 1 | -9/+14 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -2/+6 |
* | Make mbstat.m_mtypes seperate and viewable via sysctl, also | alfred | 2000-07-15 | 1 | -25/+49 |
* | Add display of maximum allowed mbuf count to match mbuf cluster count. | msmith | 1999-12-28 | 1 | -3/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix "make world" breakage because MT_RTABLE was still referenced here. | roberto | 1999-01-18 | 1 | -1/+3 |
* | Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTS | gpalmer | 1998-08-23 | 1 | -1/+3 |
* | Change a variable from int to size_t. | jb | 1998-08-18 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -4/+5 |
* | mbuf, inet, and unix modules no longer read kvm. | wollman | 1998-05-15 | 1 | -3/+2 |
* | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | dg | 1998-04-24 | 1 | -5/+11 |