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)
Mon, Apr 8, 1:15 PM
Unknown Object (File)
Dec 22 2023, 10:40 PM
Unknown Object (File)
Aug 15 2023, 6:20 AM
Unknown Object (File)
Aug 15 2023, 5:20 AM
Unknown Object (File)
Jun 23 2023, 5:13 PM
Unknown Object (File)
May 3 2023, 5:35 PM
Unknown Object (File)
Mar 3 2023, 4:04 PM
Unknown Object (File)
Mar 2 2023, 4:54 PM
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.