summaryrefslogtreecommitdiff
path: root/sys/lib/libz
AgeCommit message (Expand)Author
2024-08-01sync with srcTheo Buehler
2024-07-09sync with userland: let z_off_t fall back to long long instead of longTheo Buehler
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-30sync with baseTheo Buehler
2024-03-27zlib: sync with baseTheo Buehler
2024-03-15zlib: sync with srcTheo Buehler
2024-02-13zlib: sync with baseTheo Buehler
2024-02-11sync with srcTheo Buehler
2024-02-10libz: sync with baseTheo Buehler
2024-02-07sync with base (comment-only change)Theo Buehler
2024-01-28sync with userlandTheo Buehler
2024-01-23Sync with userlandTheo Buehler
2024-01-21sync with userlandTheo Buehler
2024-01-21sync with userlandTheo Buehler
2023-11-18sync zlib with userlandTheo Buehler
2023-08-20Sync zlib 1.3 with userlandTheo Buehler
2023-08-18sync with userlandTheo Buehler
2023-08-13sync with userlandTheo Buehler
2023-08-04Sync with userland libzTheo Buehler
2023-07-30sync with userland's zlib.hTheo Buehler
2023-05-02sync with userlandTheo Buehler
2023-04-25zlib: sync with srcTheo Buehler
2022-10-23Drop RCS ids in upstream zlib sourceTheo Buehler
2022-10-20Sync sys libz with baseTheo Buehler
2022-08-15Fix a doc comment to match upstreamTheo Buehler
2022-08-15Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstreamTheo Buehler
2022-08-11Revert uLong -> z_off_t change in the kernelTheo Buehler
2022-08-09Sync inflateGetHeader() fix from userlandTheo Buehler
2022-05-08Backport an upstream fix for CRC calculation. This fixes Java applicationsTheo Buehler
2022-05-08Update to zlib 1.2.12Theo Buehler
2022-03-25Sync with userland libz (memory-corruption + followup).Theo Buehler
2022-03-25Sync zlib with userlandTheo Buehler
2021-07-28Fix previous: In one spot I incorrectly used Pos (unsigned short) whereTheo Buehler
2021-07-22Add sizes for free() in zlibTheo Buehler
2021-07-08In recent libz update, tb@ overzealously attempted codesize reduction withTheo de Raadt
2021-07-04tb notices i did not add a copyright in 2011Theo de Raadt
2021-07-04Add missing RCS tagsTheo Buehler
2021-07-04Update libz to zlib 1.2.11 and reapply local patches as far as thisTheo Buehler
2021-05-16ansiJonathan Gray
2019-06-01Fix warnings when building zlib with ZLIB_CONST definedJeremie Courreges-Anglas
2019-05-12Add ZLIB_CONSTJeremie Courreges-Anglas
2016-03-23remove vax handlingnatano
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-07-13obvious conversion to mallocarray()Theo de Raadt
2014-07-12guenther (who also should have been credited in previous free size commits)Ted Unangst
2014-05-21Typo in comment noticed during some recent hibernate debugging. No codeMike Larkin
2011-07-16Make the updated zlib compile with a debug kernel.Joel Sing