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)
Sun, Oct 12, 5:12 PM
Unknown Object (File)
Sat, Oct 11, 6:58 PM
Unknown Object (File)
Sat, Oct 4, 11:14 PM
Unknown Object (File)
Wed, Sep 24, 3:06 PM
Unknown Object (File)
Sep 14 2025, 1:17 PM
Unknown Object (File)
Sep 12 2025, 8:57 AM
Unknown Object (File)
Aug 27 2025, 10:33 AM
Unknown Object (File)
Aug 17 2025, 3:36 PM
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