Page MenuHomeFreeBSD

libproc: replace home grown crc32 with zlib implementation.
ClosedPublic

Authored by delphij on Jul 10 2022, 11:05 PM.
Tags
None
Referenced Files
F113951958: D35766.diff
Sun, Apr 6, 2:56 AM
Unknown Object (File)
Mar 3 2025, 9:04 PM
Unknown Object (File)
Feb 28 2025, 8:39 AM
Unknown Object (File)
Feb 26 2025, 10:21 PM
Unknown Object (File)
Feb 22 2025, 10:43 PM
Unknown Object (File)
Feb 22 2025, 4:06 PM
Unknown Object (File)
Feb 22 2025, 7:41 AM
Unknown Object (File)
Jan 22 2025, 11:02 AM
Subscribers

Details

Summary

libproc has a home grown copy of GSB crc32, but since we already
have zlib dependency for libctf, we could just use zlib's crc32 implementation.

Test Plan

kyua test -k /usr/tests/Kyuafile lib/libproc should still pass

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46357
Build 43246: arc lint + arc unit