Page MenuHomeFreeBSD

Add a COMPAT_FREEBSD12 kernel option.
ClosedPublic

Authored by cem on May 1 2019, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 13, 7:10 AM
Unknown Object (File)
Mon, May 12, 12:44 AM
Unknown Object (File)
Sun, May 11, 12:45 AM
Unknown Object (File)
Fri, May 9, 9:23 PM
Unknown Object (File)
Thu, May 8, 11:06 PM
Unknown Object (File)
Apr 20 2025, 10:09 PM
Unknown Object (File)
Apr 17 2025, 7:26 PM
Unknown Object (File)
Feb 27 2025, 12:56 AM

Details

Summary

Use it wherever COMPAT_FREEBSD11 is currently specified, like r309749 before.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24028
Build 22914: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.May 1 2019, 2:55 PM

I'll leave this for another 24h for people to have a chance to raise comments, but otherwise I assume it's fairly non-controversial. I think I got all the right files (sys/conf/{options,NOTES}, sys/{arch}/{CONF} via recursive grep for "COMPAT_FREEBSD11"), but I'm fairly unfamiliar with our options system and didn't have any other guidance.

Mark, thanks for taking a look!

This revision was automatically updated to reflect the committed changes.