aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_compressor.c
Commit message (Expand)AuthorAgeFilesLines
* clamp kernel dump compression level when using gzipEric van Gyzen2020-02-201-0/+7
* GZIO: Update to use zlib 1.2.11.Xin LI2019-08-251-6/+4
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Update to Zstandard 1.3.8Conrad Meyer2018-12-291-2/+2
* ZSTDIO: Correctly initialize zstd context with provided 'level'Conrad Meyer2018-10-201-4/+19
* Fix the test for SET_FOREACH termination.Mark Johnston2018-02-151-1/+1
* Add support for zstd-compressed user and kernel core dumps.Mark Johnston2018-02-131-0/+229
* Generalize the gzio API.Mark Johnston2018-01-081-0/+315