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)
Mon, Oct 6, 1:09 PM
Unknown Object (File)
Mon, Sep 29, 8:22 AM
Unknown Object (File)
Sat, Sep 27, 8:20 PM
Unknown Object (File)
Jun 19 2025, 4:54 AM
Unknown Object (File)
Jun 17 2025, 2:56 PM
Unknown Object (File)
Jun 13 2025, 6:17 AM
Unknown Object (File)
Jun 12 2025, 6:17 AM
Unknown Object (File)
Jun 9 2025, 8:43 AM
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