History log of /openbsd-src/sys/lib/libz/trees.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 0a218225 01-Aug-2024 tb <tb@openbsd.org>

sync with src


# 76eaddfc 28-Jan-2024 tb <tb@openbsd.org>

sync with userland


# f0633749 23-Jan-2024 tb <tb@openbsd.org>

Sync with userland


# 555b046e 21-Jan-2024 tb <tb@openbsd.org>

sync with userland


# 85d95931 18-Nov-2023 tb <tb@openbsd.org>

sync zlib with userland


# cfac609c 25-Apr-2023 tb <tb@openbsd.org>

zlib: sync with src


# 46c3d7fc 23-Oct-2022 tb <tb@openbsd.org>

Drop RCS ids in upstream zlib source

We're not maintaining a this as a fork, it's upstream source with a handful
of patches. Thus, the RCS ids aren't particularly useful or important. They
are a bit

Drop RCS ids in upstream zlib source

We're not maintaining a this as a fork, it's upstream source with a handful
of patches. Thus, the RCS ids aren't particularly useful or important. They
are a bit of a maintenance burden and generate noise in diffs.

ok kn, no objection millert, "kill" guess who

show more ...


# ddf65acd 20-Oct-2022 tb <tb@openbsd.org>

Sync sys libz with base


# a6530658 08-May-2022 tb <tb@openbsd.org>

Update to zlib 1.2.12

Build tests by myself for amd64 and arm64, sthen and inoguchi for i386
and gkoehler for macppc and powerpc64, thanks!

Detailed changelog is part of the committed diff.


# 56e03632 25-Mar-2022 tb <tb@openbsd.org>

Sync with userland libz (memory-corruption + followup).

ok mbuhl millert


# 36f395ce 04-Jul-2021 tb <tb@openbsd.org>

Update libz to zlib 1.2.11 and reapply local patches as far as this
made sense.

Tested in snaps for a few days. deraadt helped with fitting things on
floppies and jmatthew found a bug I introduced.

Update libz to zlib 1.2.11 and reapply local patches as far as this
made sense.

Tested in snaps for a few days. deraadt helped with fitting things on
floppies and jmatthew found a bug I introduced.

ok deraadt

show more ...


# 14bf419f 14-Mar-2016 krw <krw@openbsd.org>

Change a bunch of (<blah> *)0 to NULL.

ok beck@ deraadt@


# df1828a6 16-Jul-2011 jsing <jsing@openbsd.org>

Make the updated zlib compile with a debug kernel.

ok deraadt@


# 6141cf33 07-Jul-2011 deraadt <deraadt@openbsd.org>

Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz
code. Missing chunks of the API are imported from the libc version,
with a few #ifdef's to port it into the kernel environment.

Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz
code. Missing chunks of the API are imported from the libc version,
with a few #ifdef's to port it into the kernel environment.

The bootblocks already used the newer code, and should encounter no
surprises since there are so few changes to the existing files. In
the kernel, ipcomp and kernel ppp are changed to the new API.
ipcomp has been tested.

ok tedu the brave

show more ...