aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/zlib/test
Commit message (Collapse)AuthorAgeFilesLines
* MFV: zlib 1.3.1.Xin LI2024-02-182-2/+3
| | | | MFC after: 1 week
* MFV: zlib: examples: define functions as static ones. (PR #855)Xin LI2023-09-052-27/+27
| | | | MFC after: 3 days
* MFV: zlib 1.3Xin LI2023-08-203-204/+76
| | | | | Relnotes: yes MFC after: 2 weeks
* MFV: zlib 1.2.13.Xin LI2023-02-172-2/+3
| | | | | Relnotes: yes MFC after: 3 days
* MFV c144cc54795d: zlib 1.2.12.Xin LI2022-03-311-3/+2
| | | | | MFC after: 3 days Relnotes: yes
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-083-0/+1924
This is a prerequisite of unifying kernel zlib instances. Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D20191 Notes: svn path=/head/; revision=347244