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)
Thu, Feb 27, 12:56 AM
Unknown Object (File)
Wed, Feb 19, 1:17 AM
Unknown Object (File)
Wed, Feb 19, 1:02 AM
Unknown Object (File)
Feb 13 2025, 11:29 PM
Unknown Object (File)
Feb 10 2025, 1:04 AM
Unknown Object (File)
Feb 4 2025, 12:01 AM
Unknown Object (File)
Jan 29 2025, 5:02 AM
Unknown Object (File)
Jan 25 2025, 11:26 PM

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.