Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ks_mapblocks is gone | 2019-11-28 | 1 | -2/+1 | |
| | |||||
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -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 cleanup | 2015-01-16 | 1 | -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. | 2011-03-02 | 1 | -19/+17 | |
| | | | | ok canacar@ | ||||
* | Add malloc and buckets views that display kernel malloc statistics similar | 2008-11-08 | 1 | -0/+402 | |
to vmstat -m |