Update to Zstandard 1.3.8This merge brings in a couple new files, which needed to be attached to thebuild; a new dependency on <limits.h>, which must be stubbed; and a namechange in the Context p
Update to Zstandard 1.3.8This merge brings in a couple new files, which needed to be attached to thebuild; a new dependency on <limits.h>, which must be stubbed; and a namechange in the Context parameter constants, from ZSTD_p_foo to ZSTD_c_foo.Significantly, it fixes a kernel build error with GCC where floating-pointfunctions were included in the kernel build, by hiding them under the samecompile-time #ifdef that already covered their invocation. That issue wasintroduced to FreeBSD in the 1.3.7 update and tracked upstream here: https://github.com/facebook/zstd/issues/1386The full 1.3.8 release notes can be found on Github: https://github.com/facebook/zstd/releases/tag/v1.3.8Relnotes: yes
show more ...
Remove legacy rc.d infrastructure references from rc(8)Legacy rc.d scripts (.sh extension) have not been supported sincer193118. Remove the outdated references to the legacy format, as theyare no
Remove legacy rc.d infrastructure references from rc(8)Legacy rc.d scripts (.sh extension) have not been supported sincer193118. Remove the outdated references to the legacy format, as theyare no longer valid.Bug: 193936MFC after: 1 weekReviewed by: cress, emaste (mentor)Differential Revision: https://reviews.freebsd.org/D18666