Page MenuHomeFreeBSD

ext2fs: Migrate to modern uintXX_t from u_intXX_t
AcceptedPublic

Authored by fsu on Aug 31 2023, 5:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 9:08 PM
Unknown Object (File)
Wed, Nov 5, 11:45 PM
Unknown Object (File)
Mon, Nov 3, 9:51 PM
Unknown Object (File)
Thu, Oct 30, 7:07 AM
Unknown Object (File)
Thu, Oct 30, 5:59 AM
Unknown Object (File)
Thu, Oct 30, 3:01 AM
Unknown Object (File)
Oct 28 2025, 8:47 AM
Unknown Object (File)
Oct 24 2025, 11:55 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

fsu requested review of this revision.Aug 31 2023, 5:27 AM

Thank you for doing this! When moving from the linux headers we moved from the linux types to the standard C types but some leftover BSD types were still being used. These changes actually fix some hidden bugs.

This revision is now accepted and ready to land.Aug 31 2023, 4:01 PM