aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/gsb_crc32.c
Commit message (Expand)AuthorAgeFilesLines
* gsb_crc32.c: avoid gcc -Wunused-const-variable in user buildRyan Libby2024-07-021-4/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* gsb_crc32: Fix a warning when compiled in userland.John Baldwin2023-07-311-0/+3
* Switch to an ifunc in the kernel for crc32cAndrew Turner2021-07-221-18/+38
* tests/sys/kern/crc32: Check for SSE4.2 before using itAlex Richardson2021-02-021-5/+11
* arm64: check for CRC32 support via HWCAPMitchell Horne2020-09-081-9/+3
* libkern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-16/+0
* Smaller crc for the boot loader.Warner Losh2020-09-011-0/+8
* Rename the macros to extract a single arm64 ID field.Andrew Turner2019-10-301-1/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+790