aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/zstd
Commit message (Expand)AuthorAgeFilesLines
* zstd: Add a stub <assert.h> for the kernelMinsoo Choo2025-01-091-0/+2
* sys/contrib: Mop up $FreeBSD$ tagsWarner Losh2024-05-312-4/+0
* MFV: zstd 1.5.2Allan Jude2023-01-27145-5477/+17328
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-201-1/+1
* 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-2589-3081/+6820
* Unbreak ARM64 kernel build after r361426Conrad Meyer2020-05-231-3/+3
* Update to Zstandard 1.4.5Conrad Meyer2020-05-23292-37340/+5670
* contrib/zstd: Revise Xlist for 1.4.5 importConrad Meyer2020-05-231-3/+3
* Update to Zstandard 1.4.4Conrad Meyer2019-11-16117-2337/+4374
* zstd: Add an Xlist and document use during importConrad Meyer2019-11-062-0/+26
* Stopgap fix for gcc platforms.Warner Losh2019-08-081-1/+1
* Update to Zstandard 1.4.2Conrad Meyer2019-08-0872-2095/+3319
* Update to Zstandard 1.4.0Conrad Meyer2019-04-19143-3042/+11746
* Update to Zstandard 1.3.8Conrad Meyer2018-12-29109-6581/+11296
* 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-22120-4899/+12567
* malloc: try to use builtins for zeroing at the callsiteMateusz Guzik2018-06-021-0/+1
* Update to Zstandard 1.3.4Conrad Meyer2018-03-2682-4470/+7418
* lib(private)zstd: Fix riscv buildConrad Meyer2018-03-181-0/+5
* Update to Zstandard 1.3.3Conrad Meyer2018-03-1464-2770/+3036
* MFV: zstd: FIO_addFInfo: Fully initialize output 'total' structConrad Meyer2018-03-051-0/+1
* 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
* Revert local changes made to make zstd(1) frontend behave like gzip(1) and fr...Baptiste Daroussin2017-12-062-3/+3
* Use __has_builtin() to ensure clz and clzll builtins are availableAllan Jude2017-12-043-4/+4
* Actually commit the right patch for r325929Baptiste Daroussin2017-11-171-1/+1
* Do not remove the sources when zstd is called as zstdcatBaptiste Daroussin2017-11-171-1/+1
* Move zstd from contrib to sys/contrib so it can be used in theWarner Losh2017-11-14243-0/+93071