[cddl] Fix lz4 function definitions to not tri pup compile.This tripped up in llvm compilation on amd64 noting that lz4_init/lz4_finiwere 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_finiwere lacking in being previously defined.Reviewed by: emaste, freqlabs, brooksDifferential Revision: https://reviews.freebsd.org/D27240
show more ...
ZFS: band-aid for -DNO_CLEANSubmitted by: Neal ChauhanApproved by: imp@Differential Revision: https://reviews.freebsd.org/D26183
lz4 hash table does not start zeroedillumos issue: https://www.illumos.org/issues/12757Submitted by: andyf
Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs
r354253 did miss the fact that libzpool is built as fake kernelWe build libzpool as kernel like, use _FAKE_KERNEL check to includekernel api in libzpool.
Remove duplicate lz4 implementationsPort illumos change: https://www.illumos.org/issues/11667Move lz4.c out of zfs tree to opensolaris/common/lz4, adjust it to beusable from kernel/stand/userlan
Remove duplicate lz4 implementationsPort illumos change: https://www.illumos.org/issues/11667Move lz4.c out of zfs tree to opensolaris/common/lz4, adjust it to beusable from kernel/stand/userland builds, so we can use just one singlesource. Add lz4.h to declare lz4_compress() and lz4_decompress().MFC after: 1 monthDifferential Revision: https://reviews.freebsd.org/D22037