| Commit message (Expand) | Author | Age | Files | Lines |
| * | Since libmemstat(3) now supports its own error management mechanism, | Robert Watson | 2005-07-24 | 1 | -1/+2 |
| * | Modify "netstat -mb" to use libmemstat(3) when acting on a live system, | Robert Watson | 2005-07-18 | 1 | -34/+195 |
| * | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). | Philippe Charnier | 2004-07-26 | 1 | -4/+5 |
| * | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 1 | -187/+9 |
| * | Fixed misspellings of 0 as NULL. | Bruce Evans | 2004-03-11 | 1 | -3/+3 |
| * | Use floating point instead of unsigned long longs in percentage | Bruce Evans | 2003-12-29 | 1 | -13/+13 |
| * | Teach netstat about the new sendfile statistics. | Mike Silbersack | 2003-12-28 | 1 | -0/+4 |
| * | Clean up the style of the previous commit, and fix a few | Mike Silbersack | 2003-12-27 | 1 | -7/+5 |
| * | Teach netstat to read and display the new sfbuf statistics. | Mike Silbersack | 2003-12-27 | 1 | -0/+12 |
| * | Fix percentages by using long long to hold values for 'space', | Alfred Perlstein | 2003-12-26 | 1 | -9/+12 |
| * | I asked Bosko Milekic for help with 'peak' reporting, and he suggested | Alfred Perlstein | 2003-12-23 | 1 | -2/+2 |
| * | Restore old netstat -m output. | Alfred Perlstein | 2003-12-23 | 1 | -28/+60 |
| * | Make the mb_alloc low-watermark sysctl-tunable read-only and make | Bosko Milekic | 2003-05-15 | 1 | -0/+4 |
| * | o Allow "buckets" in mb_alloc to be differently sized (according to | Bosko Milekic | 2003-02-20 | 1 | -33/+50 |
| * | Warns cleanups for netstat: | David Malone | 2002-09-05 | 1 | -4/+4 |
| * | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | Bosko Milekic | 2001-09-30 | 1 | -45/+31 |
| * | Add a "X KBytes of wired memory reserved" metric that represents | Bosko Milekic | 2001-07-31 | 1 | -11/+14 |
| * | - Do not handle the per-CPU containers in mbuf code as though the cpuids | Bosko Milekic | 2001-07-26 | 1 | -11/+7 |
| * | - Fix space allocation for mbstat structure | Bosko Milekic | 2001-06-23 | 1 | -3/+5 |
| * | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | Bosko Milekic | 2001-06-22 | 1 | -63/+162 |
| * | remove K&R support | Assar Westerlund | 2001-06-15 | 1 | -2/+1 |
| * | revert removal of warning and K&R support | Assar Westerlund | 2001-06-15 | 1 | -1/+2 |
| * | remove most of the warnings | Assar Westerlund | 2001-06-15 | 1 | -2/+1 |
| * | Restore -M -N support for -m. | Ruslan Ermilov | 2001-06-14 | 1 | -27/+44 |
| * | Change the "in use" percentage metric to actually display a real | Bosko Milekic | 2000-10-15 | 1 | -9/+14 |
| * | Replace the mbuf external reference counting code with something | David Malone | 2000-08-19 | 1 | -2/+6 |
| * | Make mbstat.m_mtypes seperate and viewable via sysctl, also | Alfred Perlstein | 2000-07-15 | 1 | -25/+49 |
| * | Add display of maximum allowed mbuf count to match mbuf cluster count. | Mike Smith | 1999-12-28 | 1 | -3/+11 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fix "make world" breakage because MT_RTABLE was still referenced here. | Ollivier Robert | 1999-01-18 | 1 | -1/+3 |
| * | Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTS | Gary Palmer | 1998-08-23 | 1 | -1/+3 |
| * | Change a variable from int to size_t. | John Birrell | 1998-08-18 | 1 | -3/+3 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 1 | -4/+5 |
| * | mbuf, inet, and unix modules no longer read kvm. | Garrett Wollman | 1998-05-15 | 1 | -3/+2 |
| * | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | David Greenman | 1998-04-24 | 1 | -5/+11 |
| * | Add (unsigned) cast to prevent overflow in % | Andrey A. Chernov | 1997-11-10 | 1 | -2/+2 |
| * | Bandaid to make this compile.. These old mbuf types should probably be | Peter Wemm | 1997-08-17 | 1 | -1/+13 |
| * | Remove prog, unused variables. | Philippe Charnier | 1997-07-29 | 1 | -0/+5 |
| * | Use the new sysctl(3) interface to mbuf statistics rather than | Garrett Wollman | 1997-02-24 | 1 | -7/+19 |
| * | When the mbuf code was changed to use a private allocator instead of | Garrett Wollman | 1997-02-12 | 1 | -3/+4 |
| * | Code cleanup: remove unused variables, use correct *printf format | Alexander Langer | 1996-06-02 | 1 | -4/+4 |
| * | Changed "mapped pages in use" to "mbuf clusters in use". | David Greenman | 1995-02-23 | 1 | -1/+1 |
| * | Don't print protocol-cloned routes by default (enabled by -a flag). | Garrett Wollman | 1995-01-23 | 1 | -3/+2 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+122 |