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)
Dec 23 2023, 2:10 AM
Unknown Object (File)
Nov 11 2023, 4:19 AM
Unknown Object (File)
Oct 10 2023, 3:17 AM
Unknown Object (File)
Aug 24 2023, 5:37 PM
Unknown Object (File)
Jul 15 2023, 2:31 AM
Unknown Object (File)
Jul 3 2023, 8:52 AM
Unknown Object (File)
May 10 2023, 10:04 PM
Unknown Object (File)
Mar 22 2023, 7:42 AM
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