]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tslog: Add CTLFLAG_SKIP to sysctls
authorColin Percival <cperciva@FreeBSD.org>
Sun, 20 Mar 2022 17:41:58 +0000 (10:41 -0700)
committerColin Percival <cperciva@FreeBSD.org>
Mon, 4 Apr 2022 19:11:30 +0000 (12:11 -0700)
commit794e30fcfe2b5e2c1ab0aecf40b69b2c8df1e48b
tree29b796ab8d81bde1226e690bacf56b4c97096f45
parent392d7f026962b273cdcd3b230403efaa05f29efe
tslog: Add CTLFLAG_SKIP to sysctls

The timestamp logs are quite large (often much larger than all the
other sysctls combined) so it's unlikely anyone will want to have
them displayed by `sysctl -a`.

Differential Revision: https://reviews.freebsd.org/D34616

(cherry picked from commit 2406867f5b178a81c653b14524c0d5bad8189d2c)
sys/kern/kern_tslog.c