git: kernel - Add sysctl kern.tls_extra
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Mar 7 09:48:15 PST 2020
commit e4f37b930749177e7ee086f13fd2ba91ee11189a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Mar 7 09:39:03 2020 -0800
kernel - Add sysctl kern.tls_extra
* Add sysctl kern.tls_extra, defaulting to 6144, which rtld will query
to get the amount of extra tls space to allocate to accomodate late
library loads.
Summary of changes:
sys/cpu/x86_64/include/tls.h | 10 +++++++++-
sys/kern/kern_mib.c | 5 +++++
sys/sys/sysctl.h | 3 ++-
3 files changed, 16 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4f37b930749177e7ee086f13fd2ba91ee11189a
--
DragonFly BSD source repository
More information about the Commits
mailing list