Page MenuHomeFreeBSD

vmm: Harmonize compat ioctl definitions
ClosedPublic

Authored by markj on Aug 27 2024, 12:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 11:14 PM
Unknown Object (File)
Wed, Sep 24, 3:06 PM
Unknown Object (File)
Sun, Sep 14, 1:17 PM
Unknown Object (File)
Fri, Sep 12, 8:57 AM
Unknown Object (File)
Aug 27 2025, 10:33 AM
Unknown Object (File)
Aug 17 2025, 3:36 PM
Unknown Object (File)
Aug 15 2025, 10:23 AM
Unknown Object (File)
Aug 15 2025, 12:42 AM
Subscribers

Details

Summary

For compat ioctls and structures, we use a mix of suffixes: _old,
_fbsd<version>, _<version>. Standardize on _<version> to make things
more consistent. No functional change intended.

Reported by: jhb

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable