aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-789/+0
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-0/+5
* armv8 has support for optional CRC32C instructions. This patch checks if they...Michael Tuexen2017-04-271-0/+16
* calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-311-0/+11
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* Remove second consts in r233288 in order to appease C++ compilers.Marius Strobl2012-03-261-10/+10
* Declare the CRC lookup-tables const as they hardly should change atMarius Strobl2012-03-211-10/+10
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-0/+643
* Update comment to direct the reader to libkern.h instead of systm.h.Marcel Moolenaar2005-04-281-1/+1
* Refactor the CRC-32 code to enhance its usability. Move the actualMarcel Moolenaar2005-04-271-15/+18
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-071-1/+3
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* For some reason this didn't get added in my previous commit.Poul-Henning Kamp2002-05-291-0/+107