aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/zlib
Commit message (Expand)AuthorAgeFilesLines
* Revert "nvme: Separate total failures from I/O failures"Warner Losh2024-08-162-408/+0
* nvme: Separate total failures from I/O failuresWarner Losh2024-08-162-0/+408
* zlib: use more memory for a small deflate speedup.Xin LI2024-02-191-1/+1
* MFV: zlib 1.3.1.Xin LI2024-02-1819-98/+137
* MFV: zlib: examples: define functions as static ones. (PR #855)Xin LI2023-09-052-27/+27
* MFV: zlib 1.3Xin LI2023-08-2030-1707/+1024
* MFV: zlib 1.2.13.Xin LI2023-02-1725-236/+317
* zlib crc32: Add prototypes for recently-added static functions.John Baldwin2022-09-281-0/+6
* zlib: Fix extra field processing bug that dereferences NULL state->head.Mark Adler2022-08-081-2/+2
* zlib: Fix a bug when getting a gzip header extra field with inflate().Mark Adler2022-08-051-2/+3
* zlib: replace CRLF line endings in zlib.mapEd Maste2022-04-041-100/+100
* sys/contrib/zlib: Always define Z_U8 and Z_U4Xin LI2022-04-031-0/+5
* MFV 7b495a2a7abf (zlib): Correct incorrect inputs provided to the CRCXin LI2022-03-311-4/+4
* MFV c144cc54795d: zlib 1.2.12.Xin LI2022-03-3128-2046/+11456
* zlib: Fix bootstrap build on macOSJessica Clarke2021-12-071-0/+1
* MFV r351500: Fix CLEAR_HASH macro to be usable as a single statement.Xin LI2019-08-261-3/+5
* Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-076-11/+20
* Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI2019-08-013-2/+11
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-0845-0/+21807