aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* Fix use of an uninitialized variable.John Baldwin2020-01-301-3/+1
* Revert accidental change from r357146.John Baldwin2020-01-261-1/+3
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-261-3/+1
* random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer2019-12-261-2/+8
* libstats: Improve ABI assertion.Brooks Davis2019-11-061-1/+2
* Introduce stats(3), a flexible statistics gathering API.Edward Tomasz Napierala2019-10-071-0/+3912