History log of /freebsd-current/sys/cddl/contrib/opensolaris/common/lz4/lz4.c
Revision Date Author Comments
# 975e1c1c 17-Nov-2020 Adrian Chadd <adrian@FreeBSD.org>

[cddl] Fix lz4 function definitions to not tri pup compile.

This tripped up in llvm compilation on amd64 noting that lz4_init/lz4_fini
were lacking in being previously defined.

Reviewed by: emaste, freqlabs, brooks
Differential Revision: https://reviews.freebsd.org/D27240


# a86e97e5 25-Aug-2020 Matt Macy <mmacy@FreeBSD.org>

ZFS: band-aid for -DNO_CLEAN

Submitted by: Neal Chauhan
Approved by: imp@
Differential Revision: https://reviews.freebsd.org/D26183


# 22ed31c2 19-May-2020 Toomas Soome <tsoome@FreeBSD.org>

lz4 hash table does not start zeroed

illumos issue: https://www.illumos.org/issues/12757

Submitted by: andyf


# 58aa35d4 03-Feb-2020 Warner Losh <imp@FreeBSD.org>

Remove sparc64 kernel support

Remove all sparc64 specific files
Remove all sparc64 ifdefs
Removee indireeect sparc64 ifdefs


# 24e1a7ac 02-Nov-2019 Toomas Soome <tsoome@FreeBSD.org>

r354253 did miss the fact that libzpool is built as fake kernel

We build libzpool as kernel like, use _FAKE_KERNEL check to include
kernel api in libzpool.


# e499793e 01-Nov-2019 Toomas Soome <tsoome@FreeBSD.org>

Remove duplicate lz4 implementations

Port illumos change: https://www.illumos.org/issues/11667

Move lz4.c out of zfs tree to opensolaris/common/lz4, adjust it to be
usable from kernel/stand/userland builds, so we can use just one single
source. Add lz4.h to declare lz4_compress() and lz4_decompress().

MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D22037