aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/zstd/lib
Commit message (Expand)AuthorAgeFilesLines
* MFV: zstd 1.5.2Allan Jude2023-01-2789-4460/+15376
* libprivatezstd: Restrict symbol visibility similar to upstreamConrad Meyer2021-01-032-0/+6
* zstd: Fix non-FreeBSD CI libzstd buildConrad Meyer2021-01-031-3/+4
* sys/contrib/zstd: Import zstd 1.4.8Conrad Meyer2020-12-2562-2288/+4766
* Unbreak ARM64 kernel build after r361426Conrad Meyer2020-05-231-3/+3
* Update to Zstandard 1.4.5Conrad Meyer2020-05-2381-1690/+3294
* Update to Zstandard 1.4.4Conrad Meyer2019-11-1641-941/+2030
* Stopgap fix for gcc platforms.Warner Losh2019-08-081-1/+1
* Update to Zstandard 1.4.2Conrad Meyer2019-08-0832-1172/+1722
* Update to Zstandard 1.4.0Conrad Meyer2019-04-1940-1344/+2217
* Update to Zstandard 1.3.8Conrad Meyer2018-12-2943-3238/+4661
* Revert accidentally included changes in r342108Conrad Meyer2018-12-152-14/+0
* efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer2018-12-152-0/+14
* Update to Zstandard 1.3.7Conrad Meyer2018-10-2253-2478/+5673
* malloc: try to use builtins for zeroing at the callsiteMateusz Guzik2018-06-021-0/+1
* Update to Zstandard 1.3.4Conrad Meyer2018-03-2640-3464/+5838
* lib(private)zstd: Fix riscv buildConrad Meyer2018-03-181-0/+5
* Update to Zstandard 1.3.3Conrad Meyer2018-03-1431-1907/+1560
* Move zstd malloc()/free()/calloc() macros to stdlib.h.Mark Johnston2018-02-132-11/+44
* zstd: Use mallocarray(9) for calloc macro.Pedro F. Giffuni2018-01-131-1/+1
* Revert r327934 to fix the log message.Pedro F. Giffuni2018-01-131-1/+1
* zstd: Use memalloc(9) for calloc macro.Pedro F. Giffuni2018-01-131-1/+1
* Zstd: Add bswap intrinsics for small MIPS systems (e.g., Onion Omega)Conrad Meyer2018-01-111-0/+14
* Finally, fix Zstd kernel build on MIPS and RISC-VConrad Meyer2018-01-101-0/+75
* Integrate zstd into the kernelConrad Meyer2018-01-087-0/+104
* Use __has_builtin() to ensure clz and clzll builtins are availableAllan Jude2017-12-043-4/+4
* Move zstd from contrib to sys/contrib so it can be used in theWarner Losh2017-11-1466-0/+51254