aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Reinstate returning EOVERFLOW from stats_v1_blob_clone()Lawrence Stewart2024-04-031-4/+6
* stats: Check for errors from copyout()Mark Johnston2024-01-041-4/+14
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-221-3/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* rb_tree: reduce duplication in balancing codeDoug Moore2022-09-081-2/+2
* rb_tree: avoid extra reads in rebalancingDoug Moore2022-08-291-1/+8
* stats(3): Improve t-digest merging of samples which result in mu adjustment u...Lawrence Stewart2021-04-021-2/+36
* 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