summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/malloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ks_mapblocks is goneguenther2019-11-281-2/+1
|
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* first batch of programs adapting to the namespace cleanupderaadt2015-01-161-2/+3
| | | | | (pfvar.h nameser.h proc.h ucred.h) ok guenther millert, and some review from doug as well.
* - use a common FIELD_ADDR macro, instead of rolling 78 identical copies.jasper2011-03-021-19/+17
| | | | ok canacar@
* Add malloc and buckets views that display kernel malloc statistics similarcanacar2008-11-081-0/+402
to vmstat -m