summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat
Commit message (Expand)AuthorAgeFilesLines
* Refine UMA bucket allocation to reduce space consumption and improvejeff2013-06-181-1/+1
* Const-ify the zone name argument to uma_zcreate(9).mdf2012-10-261-1/+1
* Fix various typos in manual pages.gjb2012-02-251-2/+2
* Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nestedpluknet2011-09-021-1/+0
* Get rid of MAXCPU knowledge used for internal needs only. Switch topluknet2011-08-016-64/+41
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* Sync with -CURRENTattilio2011-05-101-1/+1
* Fix a mismerge.attilio2011-05-081-0/+1
* Revert MAXCPU introduction. In userland it is always 1.attilio2011-05-085-10/+20
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+9
* Remove the redefinition of MEMSTAT_MAXCPU and just use MAXCPU for that.attilio2011-05-025-23/+12
* MFC @ r221286attilio2011-05-011-3/+4
* Spelling fixes.joel2010-08-031-2/+2
* Add a new column to the output of vmstat -z to indicate the numbersbruno2010-06-154-0/+12
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Update the KVM backend for malloc stats to catch up to the internal structurejhb2009-05-151-6/+5
* Make pointer argument to kread_string() const since the kernel structurerwatson2007-05-211-3/+4
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Fix a comment in memstat.h: errors are associated with memory type lists,rwatson2007-03-151-1/+1
* Increase the number of CPUs to 32 to suit sun4v.jb2006-07-261-1/+1
* Update copyright for 2006.rwatson2006-02-111-1/+1
* The uma_zone data structure defines the size of its uz_cpu[] array as 1,rwatson2006-02-111-2/+24
* When reporting an error reading from UMA per-cpu cache pointers using KVM,rwatson2006-02-111-4/+2
* Read all_cpus variable out of kmem, and validate CPUs against the all_cpusrwatson2006-02-111-0/+10
* Correct a typo in the extraction of zone information from UMA using kmem:rwatson2006-02-111-1/+1
* Remove unnecessary and undesirable 'static' from function-local kegrwatson2006-01-161-1/+1
* Tidy up markup and fix two bugs.ru2005-11-211-77/+93
* Add symlinks for kvm access methods for memstat(3).rwatson2005-11-131-0/+3
* Add missing shared library interdependencies.ru2005-11-101-0/+2
* The "Mbuf" zone was renamed "mbuf" to improve consistency, but the coderwatson2005-08-151-4/+4
* Document kvm(3)-related error constants, and correct minor formattingrwatson2005-08-091-2/+20
* Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),rwatson2005-08-064-7/+190
* Define LIBMEMSTAT so that vm_page.h won't perform a nested include ofrwatson2005-08-041-9/+1
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routinerwatson2005-08-015-2/+248
* Correct two libmemstat(3) bugs:rwatson2005-08-014-4/+12
* If a retrieved UMA zone is a secondary zone, don't report keg free items,rwatson2005-07-251-1/+10
* Having decided not to provide a libmemstat(3) error number to textrwatson2005-07-244-3/+38
* Document additional aspects of libmemstat(3):rwatson2005-07-242-0/+171
* Introduce more formal error handling for libmemstat(3):rwatson2005-07-245-66/+78
* Prefix two non-static libmemstat(3) internal functions with '_' symbols, torwatson2005-07-234-19/+12
* UMA supports "secondary" zones, in which a second zone can be layeredrwatson2005-07-205-1/+14
* Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happilyrwatson2005-07-181-1/+1
* Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly.rwatson2005-07-171-0/+2
* Teach libmemstat(3) about UMA(9) failure statistics.rwatson2005-07-151-0/+1
* Provide more documentation on caller-owned storage in struct memory_type,rwatson2005-07-151-7/+20
* Increase the number of caller memory storage slots from 2 or 4 torwatson2005-07-152-8/+12
* Add a section on the allocator name space and its interactions withrwatson2005-07-151-0/+22
* Re-spell wronge less wrongly as wrong.rwatson2005-07-152-4/+4
OpenPOWER on IntegriCloud