summaryrefslogtreecommitdiff
path: root/sys/contrib/zlib
AgeCommit message (Expand)Author
2024-08-15Revert "nvme: Separate total failures from I/O failures"Warner Losh
2024-08-15nvme: Separate total failures from I/O failuresWarner Losh
2024-02-19zlib: use more memory for a small deflate speedup.Xin LI
2024-02-17MFV: zlib 1.3.1.Xin LI
2023-09-04MFV: zlib: examples: define functions as static ones. (PR #855)Xin LI
2023-08-19MFV: zlib 1.3Xin LI
2023-02-16MFV: zlib 1.2.13.Xin LI
2022-09-28zlib crc32: Add prototypes for recently-added static functions.John Baldwin
2022-08-08zlib: Fix extra field processing bug that dereferences NULL state->head.Mark Adler
2022-08-04zlib: Fix a bug when getting a gzip header extra field with inflate().Mark Adler
2022-04-04zlib: replace CRLF line endings in zlib.mapEd Maste
2022-04-03sys/contrib/zlib: Always define Z_U8 and Z_U4Xin LI
2022-03-31MFV 7b495a2a7abf (zlib): Correct incorrect inputs provided to the CRCXin LI
2022-03-31MFV c144cc54795d: zlib 1.2.12.Xin LI
2021-12-07zlib: Fix bootstrap build on macOSJessica Clarke
2019-08-26MFV r351500: Fix CLEAR_HASH macro to be usable as a single statement.Xin LI
2019-08-07Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI
2019-08-01Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI
2019-05-08Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI