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)
Fri, Jul 25, 7:27 PM
Unknown Object (File)
Tue, Jul 8, 5:51 AM
Unknown Object (File)
Tue, Jul 8, 1:49 AM
Unknown Object (File)
Jun 28 2025, 10:59 PM
Unknown Object (File)
Jun 28 2025, 12:27 AM
Unknown Object (File)
Jun 27 2025, 2:31 PM
Unknown Object (File)
Jun 26 2025, 4:29 AM
Unknown Object (File)
Jun 24 2025, 8:30 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