Use a script wrapper for <compress>grepImport the wrapper script from zstdgrep (written by [email protected])Modify it to support more than just zstd (adding support for gzip,lzma, xz and bzip2)W
Use a script wrapper for <compress>grepImport the wrapper script from zstdgrep (written by [email protected])Modify it to support more than just zstd (adding support for gzip,lzma, xz and bzip2)Write a simple manpage dedicated for it.Only use that new wrapper both for gnu grep and bsd grepNext step will be removing code related to compression format from bsdgrepReviewed by: kevansApproved by: kevansMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D15193
show more ...
Move zstd from contrib to sys/contrib so it can be used in thekernel. Adjust the Makefiles that referenced it to the new path.Sponsored by: NetflixOK'd by: cem@ and AllanJude@
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Build zstandard with threading enabled
Add a zstdmt which is equivalent as running zstd -T0
Import Zstandard 1.2.0Among new things it is now threaded by default, use zstd -T# to chose thenumber of threads not that -T0 will automatically determine the number ofthreads based on the number
Import Zstandard 1.2.0Among new things it is now threaded by default, use zstd -T# to chose thenumber of threads not that -T0 will automatically determine the number ofthreads based on the number of CPU online.
Install the zstdgrep shell wrapper
Add forgotten links for zstdcat and unzstd
Import zstandard 1.1.4 in basezstandard is a new compression library/tool which is very fast atcompression/decompressionFor now import as a private library