Update to Zstandard 1.3.4Includes our local patch to conditionalize use of __builtin_clz(ll) onClang's __has_builtin() (which is just defined to false when building withGCC).The issue is tracke
Update to Zstandard 1.3.4Includes our local patch to conditionalize use of __builtin_clz(ll) onClang's __has_builtin() (which is just defined to false when building withGCC).The issue is tracked upstream at https://github.com/facebook/zstd/pull/884 .Otherwise, these are vanilla Zstandard 1.3.4 files.Reported by: allanjude, Yann ColletSponsored by: Dell EMC Isilon
show more ...
Update to Zstandard 1.3.3Includes patch to conditionalize use of __builtin_clz(ll) on __has_builtin().The issue is tracked upstream at https://github.com/facebook/zstd/pull/884 .Otherwise, these
Update to Zstandard 1.3.3Includes patch to conditionalize use of __builtin_clz(ll) on __has_builtin().The issue is tracked upstream at https://github.com/facebook/zstd/pull/884 .Otherwise, these are vanilla Zstandard 1.3.3 files.Note that the 1.3.4 release should be due out soon.Sponsored by: Dell EMC Isilon
MFV: zstd: FIO_addFInfo: Fully initialize output 'total' structSilence a Coverity warning about 'windowSize' being uninitialized.(Yes, nothing that calls this routine actually uses the windowSize
MFV: zstd: FIO_addFInfo: Fully initialize output 'total' structSilence a Coverity warning about 'windowSize' being uninitialized.(Yes, nothing that calls this routine actually uses the windowSizevalue. Still, appeasing Coverity is pretty harmless in this case.)Reported by: CoverityReviewed by: Yann ColletObtained from: zstd 606374269cf3485972c90b993fbb84dc20da032fSponsored by: Dell EMC Isilon
Revert local changes made to make zstd(1) frontend behave like gzip(1) and friendsThis change was made to allow zstd(1) to be a dropin replacement for gzip(1) andfriends, allowing easy integration
Revert local changes made to make zstd(1) frontend behave like gzip(1) and friendsThis change was made to allow zstd(1) to be a dropin replacement for gzip(1) andfriends, allowing easy integration, in particular with newsyslog(8). At theprice of having a zstd(1) command which by default behaves differently than whatupstream default, confusing users.newsyslog(8) has been adapted to now be more flexible in what it accepts ascompression program, so we can switch back zstd(1) to its default behaviourReported by: many
Actually commit the right patch for r325929
Do not remove the sources when zstd is called as zstdcat
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@