| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine UMA bucket allocation to reduce space consumption and improve | jeff | 2013-06-18 | 1 | -1/+1 |
* | Const-ify the zone name argument to uma_zcreate(9). | mdf | 2012-10-26 | 1 | -1/+1 |
* | Fix various typos in manual pages. | gjb | 2012-02-25 | 1 | -2/+2 |
* | Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nested | pluknet | 2011-09-02 | 1 | -1/+0 |
* | Get rid of MAXCPU knowledge used for internal needs only. Switch to | pluknet | 2011-08-01 | 6 | -64/+41 |
* | Revert r222363, as bde@ pointed out the initial solution was far more | attilio | 2011-05-31 | 1 | -1/+1 |
* | Style fix: cast to size_t rather than u_long when comparing to sizeof() | attilio | 2011-05-27 | 1 | -1/+1 |
* | Sync with -CURRENT | attilio | 2011-05-10 | 1 | -1/+1 |
* | Fix a mismerge. | attilio | 2011-05-08 | 1 | -0/+1 |
* | Revert MAXCPU introduction. In userland it is always 1. | attilio | 2011-05-08 | 5 | -10/+20 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -1/+9 |
* | Remove the redefinition of MEMSTAT_MAXCPU and just use MAXCPU for that. | attilio | 2011-05-02 | 5 | -23/+12 |
* | MFC @ r221286 | attilio | 2011-05-01 | 1 | -3/+4 |
* | Spelling fixes. | joel | 2010-08-03 | 1 | -2/+2 |
* | Add a new column to the output of vmstat -z to indicate the number | sbruno | 2010-06-15 | 4 | -0/+12 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | Update the KVM backend for malloc stats to catch up to the internal structure | jhb | 2009-05-15 | 1 | -6/+5 |
* | Make pointer argument to kread_string() const since the kernel structure | rwatson | 2007-05-21 | 1 | -3/+4 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Fix a comment in memstat.h: errors are associated with memory type lists, | rwatson | 2007-03-15 | 1 | -1/+1 |
* | Increase the number of CPUs to 32 to suit sun4v. | jb | 2006-07-26 | 1 | -1/+1 |
* | Update copyright for 2006. | rwatson | 2006-02-11 | 1 | -1/+1 |
* | The uma_zone data structure defines the size of its uz_cpu[] array as 1, | rwatson | 2006-02-11 | 1 | -2/+24 |
* | When reporting an error reading from UMA per-cpu cache pointers using KVM, | rwatson | 2006-02-11 | 1 | -4/+2 |
* | Read all_cpus variable out of kmem, and validate CPUs against the all_cpus | rwatson | 2006-02-11 | 1 | -0/+10 |
* | Correct a typo in the extraction of zone information from UMA using kmem: | rwatson | 2006-02-11 | 1 | -1/+1 |
* | Remove unnecessary and undesirable 'static' from function-local keg | rwatson | 2006-01-16 | 1 | -1/+1 |
* | Tidy up markup and fix two bugs. | ru | 2005-11-21 | 1 | -77/+93 |
* | Add symlinks for kvm access methods for memstat(3). | rwatson | 2005-11-13 | 1 | -0/+3 |
* | Add missing shared library interdependencies. | ru | 2005-11-10 | 1 | -0/+2 |
* | 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 |