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
F153045070: D41663.diff
Sat, Apr 18, 7:56 PM
Unknown Object (File)
Wed, Apr 15, 9:26 AM
Unknown Object (File)
Mon, Apr 13, 6:24 PM
Unknown Object (File)
Sat, Apr 11, 11:59 AM
Unknown Object (File)
Tue, Apr 7, 1:11 AM
Unknown Object (File)
Sat, Apr 4, 10:31 AM
Unknown Object (File)
Mar 20 2026, 4:24 AM
Unknown Object (File)
Mar 19 2026, 8:43 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