History log of /freebsd/sys/cddl/contrib/opensolaris/common/lz4/lz4.c (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0
# 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,

[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

show more ...


Revision tags: release/12.2.0
# e2515283 27-Aug-2020 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: Rubicon Communications, LLC (netgate.com)


# a86e97e5 26-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


Revision tags: release/11.4.0
# 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


# bc02c18c 07-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357408 through r357661.


# 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 02-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/userlan

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

show more ...