Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | dg | 1998-04-24 | 1 | -5/+11 | |
| | | | | sysctl variable (previously committed). | |||||
* | Add (unsigned) cast to prevent overflow in % | ache | 1997-11-10 | 1 | -2/+2 | |
| | | | | Submitted by: "Alex G. Bulushev" <bag@demos.su> | |||||
* | Bandaid to make this compile.. These old mbuf types should probably be | peter | 1997-08-17 | 1 | -1/+13 | |
| | | | | ripped out. | |||||
* | Remove prog, unused variables. | charnier | 1997-07-29 | 1 | -0/+5 | |
| | | | | Cosmetic in usage string. | |||||
* | Use the new sysctl(3) interface to mbuf statistics rather than | wollman | 1997-02-24 | 1 | -7/+19 | |
| | | | | groveling about in kmem. | |||||
* | When the mbuf code was changed to use a private allocator instead of | wollman | 1997-02-12 | 1 | -3/+4 | |
| | | | | | | | the kernel malloc, netstat was never updated to reflect the fact that there are once again allocated-but-free mbufs, just as there are clusters, and so the information presented about how much memory was allocated to the network was bogus. Fixed. | |||||
* | Code cleanup: remove unused variables, use correct *printf format | alex | 1996-06-02 | 1 | -4/+4 | |
| | | | | | | specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements. | |||||
* | Changed "mapped pages in use" to "mbuf clusters in use". | dg | 1995-02-23 | 1 | -1/+1 | |
| | ||||||
* | Don't print protocol-cloned routes by default (enabled by -a flag). | wollman | 1995-01-23 | 1 | -3/+2 | |
| | | | | | Print non-zero expiration timers. Use err(3) for error reporting. | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+122 | |