]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Connect kern_tslog.c to the build and add TSLOG / TSLOGSIZE kernel options.
authorColin Percival <cperciva@FreeBSD.org>
Sun, 31 Dec 2017 09:21:34 +0000 (09:21 +0000)
committerColin Percival <cperciva@FreeBSD.org>
Sun, 31 Dec 2017 09:21:34 +0000 (09:21 +0000)
commitae3d6bfa200d7431e4d3be8f0b2b647c0551b12c
tree799a87fca14c3df675ebcde71a3a2a88f109f8a5
parente31e71991a0bee009ac9ae2f473a110fb3c7f465
Connect kern_tslog.c to the build and add TSLOG / TSLOGSIZE kernel options.
These are intended for debugging purposes and should not be added to
"generic" kernel configurations since they result in a nontrivial amount
of memory being set aside for this purpose, can break if kernel modules are
unloaded, and can potentially leak a dangerous amount of information about
timestamps used as a source of kernel entropy.
sys/conf/NOTES
sys/conf/files
sys/conf/options