summaryrefslogtreecommitdiff
path: root/sys/contrib/zstd
AgeCommit message (Expand)Author
2025-01-09zstd: Add a stub <assert.h> for the kernelMinsoo Choo
2024-05-31sys/contrib: Mop up $FreeBSD$ tagsWarner Losh
2023-01-27MFV: zstd 1.5.2Allan Jude
2021-05-20sys/*/conf/*, docs: fix links to handbookCeri Davies
2021-01-03libprivatezstd: Restrict symbol visibility similar to upstreamConrad Meyer
2021-01-03zstd: Fix non-FreeBSD CI libzstd buildConrad Meyer
2020-12-25sys/contrib/zstd: Import zstd 1.4.8Conrad Meyer
2020-05-23Unbreak ARM64 kernel build after r361426Conrad Meyer
2020-05-23Update to Zstandard 1.4.5Conrad Meyer
2020-05-23contrib/zstd: Revise Xlist for 1.4.5 importConrad Meyer
2019-11-16Update to Zstandard 1.4.4Conrad Meyer
2019-11-06zstd: Add an Xlist and document use during importConrad Meyer
2019-08-08Stopgap fix for gcc platforms.Warner Losh
2019-08-08Update to Zstandard 1.4.2Conrad Meyer
2019-04-19Update to Zstandard 1.4.0Conrad Meyer
2018-12-29Update to Zstandard 1.3.8Conrad Meyer
2018-12-15Revert accidentally included changes in r342108Conrad Meyer
2018-12-15efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer
2018-10-22Update to Zstandard 1.3.7Conrad Meyer
2018-06-02malloc: try to use builtins for zeroing at the callsiteMateusz Guzik
2018-03-26Update to Zstandard 1.3.4Conrad Meyer
2018-03-18lib(private)zstd: Fix riscv buildConrad Meyer
2018-03-14Update to Zstandard 1.3.3Conrad Meyer
2018-03-05MFV: zstd: FIO_addFInfo: Fully initialize output 'total' structConrad Meyer
2018-02-13Move zstd malloc()/free()/calloc() macros to stdlib.h.Mark Johnston
2018-01-13zstd: Use mallocarray(9) for calloc macro.Pedro F. Giffuni
2018-01-13Revert r327934 to fix the log message.Pedro F. Giffuni
2018-01-13zstd: Use memalloc(9) for calloc macro.Pedro F. Giffuni
2018-01-11Zstd: Add bswap intrinsics for small MIPS systems (e.g., Onion Omega)Conrad Meyer
2018-01-10Finally, fix Zstd kernel build on MIPS and RISC-VConrad Meyer
2018-01-08Integrate zstd into the kernelConrad Meyer
2017-12-06Revert local changes made to make zstd(1) frontend behave like gzip(1) and fr...Baptiste Daroussin
2017-12-04Use __has_builtin() to ensure clz and clzll builtins are availableAllan Jude
2017-11-17Actually commit the right patch for r325929Baptiste Daroussin
2017-11-17Do not remove the sources when zstd is called as zstdcatBaptiste Daroussin
2017-11-14Move zstd from contrib to sys/contrib so it can be used in theWarner Losh