Page MenuHomeFreeBSD

kern: Implement all dead and no prefixed functions in kern_conf
AcceptedPublic

Authored by aokblast on May 23 2026, 3:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 15, 7:13 AM
Unknown Object (File)
Thu, Aug 13, 7:55 AM
Unknown Object (File)
Wed, Aug 12, 12:26 AM
Unknown Object (File)
Tue, Aug 11, 7:41 PM
Unknown Object (File)
Mon, Aug 10, 10:13 AM
Unknown Object (File)
Sun, Aug 9, 7:36 PM
Unknown Object (File)
Sat, Aug 8, 10:05 AM
Unknown Object (File)
Fri, Aug 7, 6:34 PM
Subscribers

Details

Reviewers
imp
Summary

This prevents KCFI to fail

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 73384
Build 70267: arc lint + arc unit

Event Timeline

C had finally outpaced the generic catch-all function... eopnotsupp, or similar, has been around since at least v4 (the first C version we have).

nodev()
{
        u.u_error = ENODEV;
}

I know this is for one of the kernel sanitizers and not strictly forced by new C behavior, but still...

This revision is now accepted and ready to land.May 25 2026, 2:44 AM