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)
Wed, Mar 19, 3:48 AM
Unknown Object (File)
Tue, Mar 18, 12:13 PM
Unknown Object (File)
Feb 19 2025, 12:42 AM
Unknown Object (File)
Feb 18 2025, 11:57 PM
Unknown Object (File)
Feb 15 2025, 12:11 PM
Unknown Object (File)
Feb 13 2025, 10:02 PM
Unknown Object (File)
Feb 8 2025, 12:09 AM
Unknown Object (File)
Jan 24 2025, 12:47 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