| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The "Mbuf" zone was renamed "mbuf" to improve consistency, but the code | rwatson | 2005-08-15 | 1 | -4/+4 |
* | Document kvm(3)-related error constants, and correct minor formatting | rwatson | 2005-08-09 | 1 | -2/+20 |
* | Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3), | rwatson | 2005-08-06 | 4 | -7/+190 |
* | Define LIBMEMSTAT so that vm_page.h won't perform a nested include of | rwatson | 2005-08-04 | 1 | -9/+1 |
* | Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine | rwatson | 2005-08-01 | 5 | -2/+248 |
* | Correct two libmemstat(3) bugs: | rwatson | 2005-08-01 | 4 | -4/+12 |
* | If a retrieved UMA zone is a secondary zone, don't report keg free items, | rwatson | 2005-07-25 | 1 | -1/+10 |
* | Having decided not to provide a libmemstat(3) error number to text | rwatson | 2005-07-24 | 4 | -3/+38 |
* | Document additional aspects of libmemstat(3): | rwatson | 2005-07-24 | 2 | -0/+171 |
* | Introduce more formal error handling for libmemstat(3): | rwatson | 2005-07-24 | 5 | -66/+78 |
* | Prefix two non-static libmemstat(3) internal functions with '_' symbols, to | rwatson | 2005-07-23 | 4 | -19/+12 |
* | UMA supports "secondary" zones, in which a second zone can be layered | rwatson | 2005-07-20 | 5 | -1/+14 |
* | Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happily | rwatson | 2005-07-18 | 1 | -1/+1 |
* | Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly. | rwatson | 2005-07-17 | 1 | -0/+2 |
* | Teach libmemstat(3) about UMA(9) failure statistics. | rwatson | 2005-07-15 | 1 | -0/+1 |
* | Provide more documentation on caller-owned storage in struct memory_type, | rwatson | 2005-07-15 | 1 | -7/+20 |
* | Increase the number of caller memory storage slots from 2 or 4 to | rwatson | 2005-07-15 | 2 | -8/+12 |
* | Add a section on the allocator name space and its interactions with | rwatson | 2005-07-15 | 1 | -0/+22 |
* | Re-spell wronge less wrongly as wrong. | rwatson | 2005-07-15 | 2 | -4/+4 |
* | Properly combine per-CPU UMA cache allocation and free counts with the | rwatson | 2005-07-14 | 1 | -4/+5 |
* | Add libmemstat(3), a library for use by debugging and monitoring | rwatson | 2005-07-14 | 8 | -0/+1402 |