Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
* | Always allocate counters memory using type M_COUNTERS. | 2017-02-05 | 1 | -13/+13 | |
* | Move the membar in counters_read(). It has to be between reading | 2017-01-11 | 1 | -5/+5 | |
* | use ncpusfound to size the percpu allocations. | 2016-10-27 | 1 | -9/+9 | |
* | avoid using realloc in the name of things that dont work like realloc. | 2016-10-24 | 1 | -7/+7 | |
* | non-MP vs MP codepaths were confusingly split between the .c and .h file. | 2016-10-24 | 1 | -1/+13 | |
* | consistently zero the allocated memory in both the MP and UP cases. | 2016-10-21 | 1 | -3/+3 | |
* | add generalised access to per cpu data structures and counters. | 2016-10-21 | 1 | -0/+325 |