<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in zstdgrep</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>37f1f2684f2670b204080ef2d6c303becd28545f - Update to Zstandard 1.4.5</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#37f1f2684f2670b204080ef2d6c303becd28545f</link>
        <description>Update to Zstandard 1.4.5As usual, the full release notes are found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.5Notable changes include:* Improved decompress performance on amd64 and arm (5-10%  and 15-50%, respectively).* &apos;--patch-from&apos; zstd(1) CLI option, which provides something like a very fast  version of bspatch(1) with slightly worse compression.  See release notes.In this update, I dropped the 3-year old -O0 workaround for an LLVM ARM bug;the bug was fixed in LLVM SVN in 2017, but we didn&apos;t remove this workaroundfrom our tree until now.MFC after:	I won&apos;t, but feel freeRelnotes:	yes

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Sat, 23 May 2020 21:23:46 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d3f1eafc9372600fc1e5472187846d07fe96c54 - Update to Zstandard 1.4.2</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#4d3f1eafc9372600fc1e5472187846d07fe96c54</link>
        <description>Update to Zstandard 1.4.2The full release notes for 1.4.1 (skipped) and 1.4.2 can be found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.1  https://github.com/facebook/zstd/releases/tag/v1.4.2These are mostly minor updates; 1.4.1 purportedly brings something like 7%faster decompression speed.Relnotes:	yes

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Thu, 08 Aug 2019 16:54:22 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Mon, 13 May 2019 18:25:55 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b9c00cb6bd9392645dc8afca59cf57c42df4e2d - Update to Zstandard 1.4.0</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#2b9c00cb6bd9392645dc8afca59cf57c42df4e2d</link>
        <description>Update to Zstandard 1.4.0The full release notes can be found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.0Relnotes:	yes

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Fri, 19 Apr 2019 02:54:13 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0483764f3d68669e9b7db074bcbd45b050166bb - Update to Zstandard 1.3.8</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#a0483764f3d68669e9b7db074bcbd45b050166bb</link>
        <description>Update to Zstandard 1.3.8This merge brings in a couple new files, which needed to be attached to thebuild; a new dependency on &lt;limits.h&gt;, 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

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Sat, 29 Dec 2018 21:18:01 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37f1f2684f2670b204080ef2d6c303becd28545f - Update to Zstandard 1.4.5</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#37f1f2684f2670b204080ef2d6c303becd28545f</link>
        <description>Update to Zstandard 1.4.5As usual, the full release notes are found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.5Notable changes include:* Improved decompress performance on amd64 and arm (5-10%  and 15-50%, respectively).* &apos;--patch-from&apos; zstd(1) CLI option, which provides something like a very fast  version of bspatch(1) with slightly worse compression.  See release notes.In this update, I dropped the 3-year old -O0 workaround for an LLVM ARM bug;the bug was fixed in LLVM SVN in 2017, but we didn&apos;t remove this workaroundfrom our tree until now.MFC after:	I won&apos;t, but feel freeRelnotes:	yes

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Sat, 23 May 2020 21:23:46 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d3f1eafc9372600fc1e5472187846d07fe96c54 - Update to Zstandard 1.4.2</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#4d3f1eafc9372600fc1e5472187846d07fe96c54</link>
        <description>Update to Zstandard 1.4.2The full release notes for 1.4.1 (skipped) and 1.4.2 can be found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.1  https://github.com/facebook/zstd/releases/tag/v1.4.2These are mostly minor updates; 1.4.1 purportedly brings something like 7%faster decompression speed.Relnotes:	yes

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Thu, 08 Aug 2019 16:54:22 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Mon, 13 May 2019 18:25:55 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b9c00cb6bd9392645dc8afca59cf57c42df4e2d - Update to Zstandard 1.4.0</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#2b9c00cb6bd9392645dc8afca59cf57c42df4e2d</link>
        <description>Update to Zstandard 1.4.0The full release notes can be found on Github:  https://github.com/facebook/zstd/releases/tag/v1.4.0Relnotes:	yes

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Fri, 19 Apr 2019 02:54:13 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0483764f3d68669e9b7db074bcbd45b050166bb - Update to Zstandard 1.3.8</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#a0483764f3d68669e9b7db074bcbd45b050166bb</link>
        <description>Update to Zstandard 1.3.8This merge brings in a couple new files, which needed to be attached to thebuild; a new dependency on &lt;limits.h&gt;, 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

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Sat, 29 Dec 2018 21:18:01 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c16b53773565120a8f80a31a0af2ef56ccd368e - Move zstd from contrib to sys/contrib so it can be used in the</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#0c16b53773565120a8f80a31a0af2ef56ccd368e</link>
        <description>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&apos;d by: cem@ and AllanJude@

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Tue, 14 Nov 2017 05:03:38 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e229090553472c042d962d09de7046d625ef8df5 - Import zstandard 1.1.4 in base</title>
        <link>http://opengrok.net:8080/history/src/sys/contrib/zstd/programs/zstdgrep#e229090553472c042d962d09de7046d625ef8df5</link>
        <description>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

            List of files:
            /src/sys/contrib/zstd/programs/zstdgrep</description>
        <pubDate>Sat, 15 Apr 2017 20:05:22 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
