aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat
Commit message (Expand)AuthorAgeFilesLines
* With r343051 UMA switched from atomic counts to counter(9) and now kernelGleb Smirnoff2019-02-181-0/+9
* This was missed in r343051: make uz_allocs, uz_frees and uz_fails counter(9).Gleb Smirnoff2019-01-151-3/+7
* o Move zone limit from keg level up to zone level. This means that nowGleb Smirnoff2019-01-151-6/+1
* libmemstat: adjust for per-cpu stats after r338899Mateusz Guzik2018-10-111-26/+40
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+1
* Implement NUMA support in uma(9) and malloc(9). Allocations from specificJeff Roberson2018-01-121-5/+21
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-266-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix buildworld for powerpc.Justin Hibbits2016-11-201-3/+0
* MFHGlen Barber2016-02-101-1/+0
|\
| * Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-091-1/+0
* | MFHGlen Barber2016-02-081-0/+1
|\|
| * Fix build.Gleb Smirnoff2016-02-041-0/+1
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-275-1/+19
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| |_|_|/ |/| | |
* | | | Expose real size of UMA allocations via libmemstat(3).Gleb Smirnoff2014-02-105-1/+19
| |_|/ |/| |
* | | Refine UMA bucket allocation to reduce space consumption and improveJeff Roberson2013-06-181-1/+1
| |/ |/|
* | Const-ify the zone name argument to uma_zcreate(9).Matthew D Fleming2012-10-261-1/+1
|/
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nestedSergey Kandaurov2011-09-021-1/+0
* Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov2011-08-016-64/+41
* Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao2011-05-271-1/+1
* Sync with -CURRENTAttilio Rao2011-05-101-1/+1
* Fix a mismerge.Attilio Rao2011-05-081-0/+1
* Revert MAXCPU introduction. In userland it is always 1.Attilio Rao2011-05-085-10/+20
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+9
* Remove the redefinition of MEMSTAT_MAXCPU and just use MAXCPU for that.Attilio Rao2011-05-025-23/+12
* MFC @ r221286Attilio Rao2011-05-011-3/+4
* Spelling fixes.Joel Dahl2010-08-031-2/+2
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-154-0/+12
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Update the KVM backend for malloc stats to catch up to the internal structureJohn Baldwin2009-05-151-6/+5
* Make pointer argument to kread_string() const since the kernel structureRobert Watson2007-05-211-3/+4