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
Unknown Object (File)
Mon, Oct 14, 12:18 PM
Unknown Object (File)
Oct 5 2024, 7:45 PM
Unknown Object (File)
Oct 4 2024, 11:33 AM
Unknown Object (File)
Oct 1 2024, 3:43 PM
Unknown Object (File)
Oct 1 2024, 3:34 PM
Unknown Object (File)
Oct 1 2024, 1:44 PM
Unknown Object (File)
Sep 26 2024, 8:07 PM
Unknown Object (File)
Sep 24 2024, 5:04 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable