Page MenuHomeFreeBSD

Move kernel env global variables, etc to sys/kenv.h
ClosedPublic

Authored by imp on Sep 25 2020, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 3 2026, 7:22 AM
Unknown Object (File)
Apr 30 2026, 9:21 AM
Unknown Object (File)
Apr 29 2026, 4:03 PM
Unknown Object (File)
Apr 28 2026, 3:27 AM
Unknown Object (File)
Apr 27 2026, 11:30 PM
Unknown Object (File)
Apr 23 2026, 2:42 AM
Unknown Object (File)
Apr 22 2026, 1:24 PM
Unknown Object (File)
Apr 21 2026, 5:04 PM
Subscribers

Details

Reviewers
kevans
rpokala
Summary

The kernel globals for kenv are confined to 2 files that need them and
a few that likely shouldn't (but as written the code does). Move them
from sys/systm.h to sys/kenv.h. This removed a XXX from systm.h and
cleans it up a little bit...

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33834
Build 31051: arc lint + arc unit