History log of /freebsd/sys/contrib/zlib/crc32.c (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 4717628e 20-Aug-2023 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.3

Relnotes: yes
MFC after: 2 weeks


Revision tags: release/13.2.0
# e37bb444 17-Feb-2023 Xin LI <delphij@FreeBSD.org>

MFV: zlib 1.2.13.

Relnotes: yes
MFC after: 3 days


Revision tags: release/12.4.0
# 7550e242 28-Sep-2022 John Baldwin <jhb@FreeBSD.org>

zlib crc32: Add prototypes for recently-added static functions.

This appeases -Wstrict-prototypes with GCC. Using a separate
prototype using the OF macro seems to be consistent with the rest of
thi

zlib crc32: Add prototypes for recently-added static functions.

This appeases -Wstrict-prototypes with GCC. Using a separate
prototype using the OF macro seems to be consistent with the rest of
this file which still supports pre-ANSI C.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D36755

show more ...


Revision tags: release/13.1.0
# c61bc111 01-Apr-2022 Xin LI <delphij@FreeBSD.org>

MFV 7b495a2a7abf (zlib): Correct incorrect inputs provided to the CRC
functions.

MFC after: 3 days


# cd882207 31-Mar-2022 Xin LI <delphij@FreeBSD.org>

MFV c144cc54795d: zlib 1.2.12.

MFC after: 3 days
Relnotes: yes


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


# c9083b85 08-May-2019 Xin LI <delphij@FreeBSD.org>

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
This is a prerequisite of unifying kernel zlib instances.

Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
MFC after: 2 weeks

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
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

show more ...