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)
Fri, Mar 20, 4:24 AM
Unknown Object (File)
Thu, Mar 19, 8:43 PM
Unknown Object (File)
Tue, Mar 17, 12:52 AM
Unknown Object (File)
Feb 21 2026, 3:56 PM
Unknown Object (File)
Feb 20 2026, 10:52 AM
Unknown Object (File)
Feb 3 2026, 8:31 AM
Unknown Object (File)
Jan 31 2026, 1:51 AM
Unknown Object (File)
Jan 27 2026, 1:25 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