Page MenuHomeFreeBSD

Allow to fetch tunable variable introduced in r319896 from getenv()
ClosedPublic

Authored by zbb on Jun 16 2017, 1:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 6:58 PM
Unknown Object (File)
Dec 26 2024, 10:22 AM
Unknown Object (File)
Dec 7 2024, 1:32 PM
Unknown Object (File)
Nov 18 2024, 4:28 PM
Unknown Object (File)
Oct 21 2024, 8:22 AM
Unknown Object (File)
Oct 4 2024, 4:03 PM
Unknown Object (File)
Oct 2 2024, 8:22 AM
Unknown Object (File)
Oct 2 2024, 6:20 AM
Subscribers

Details

Summary

Since CTLFLAG_NOFETCH flag doesn't allow to fetch the value from
the configuration file there is no sense for either the flag or
variable. Therefore remove NOFETCH flag.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 9934

Event Timeline

This revision is now accepted and ready to land.Jun 16 2017, 4:10 PM

Oups, my bad, sorry.
We cannot use standard way for tunable sysctl initialization here. SYSINIT machinery is executed far after cpuinfo_init() so boot CPU doesn't get right quirks.
Anyway, I submitted fix for this in r320054.
So again, sorry for troubles...

I checked, and indeed r320054 fixes problems with obtaing the variables, so this patch is no longer needed.