summaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-08-06Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson
2018-05-11Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-02-10Expose real size of UMA allocations via libmemstat(3).Gleb Smirnoff
2011-08-01Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov
2010-06-15Add a new column to the output of vmstat -z to indicate the numberSean Bruno
2005-08-01Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routineRobert Watson
2005-08-01Correct two libmemstat(3) bugs:Robert Watson
2005-07-24Having decided not to provide a libmemstat(3) error number to textRobert Watson
2005-07-24Introduce more formal error handling for libmemstat(3):Robert Watson
2005-07-23Prefix two non-static libmemstat(3) internal functions with '_' symbols, toRobert Watson
2005-07-20UMA supports "secondary" zones, in which a second zone can be layeredRobert Watson
2005-07-14Add libmemstat(3), a library for use by debugging and monitoringRobert Watson