<?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 ChangeLog</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c43cad87172039ccf38172129c79755ea79e6102 - jemalloc: Merge from jemalloc 5.3.0 vendor branch</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#c43cad87172039ccf38172129c79755ea79e6102</link>
        <description>jemalloc: Merge from jemalloc 5.3.0 vendor branchThis brings in a merge from jemalloc 5.3.0. It&apos;s almost fully scripted, except:	Three conflicts resolved by hand:	include/jemalloc/internal/test_hooks.h	Use the new name	src/extent.c				Use the new code	src/jemalloc.c				Use the new code since je_realloc has movedThe script is recorded in FREEBSD-upgrade. The old script did svncommands that were basically a rebase of our changes. This update has aseries of diff reduction changes before this.Note: I&apos;d planned on fixing the above three conflicts with commits, butran out of time when I did this work in January. I got discouraged whenjemalloc was EOL&apos;d and didn&apos;t pick this back up. I did the above by handto get this into FreeBSD 15.0This work is a repeat of the work by Minsoo Choo who did all thesechanges and created a pull request. Given the importance of jemalloc, Iaudited these changes by redoing them in this series of commits (andwith the script that was checked in). I did this to confince myself andanybody else in doubt that there was no supply chain attack. The diffsbetween this series of commits and Minsoo&apos;s work are minor (though theversion skew makes adds some noise). Interested parties can independentaudit each step, I hope. I&apos;ve listed Minsoo as a co-author since withouthis pull request to test again, this wouldn&apos;t have been possible.Thanks to brooks@ for help with getting the jemalloc 3 ABI compatsymbols right.Co-authored-by: Minsoo Choo &lt;minsoochoo0122@proton.me&gt;Pull Request: https://github.com/freebsd/freebsd-src/pull/1337Sponsored by: Netflix

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 11 Aug 2025 23:38:36 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5ad81420c495d1d5de04209b0ec4fcb435c322c - Update jemalloc to version 5.2.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#c5ad81420c495d1d5de04209b0ec4fcb435c322c</link>
        <description>Update jemalloc to version 5.2.1Revert r354606 to restore r354605.Apply one line from jemalloc commit d01b425e5d1e1 in hash_x86_128()to fix the build with gcc, which only allows a fallthrough attributeto appear before a case or default label.Submitted by:	jasone in r354605Discussed with:	jasoneReviewed by:	bdreweryMFC after:	never, due to gcc 4.2.1Relnotes:	yesSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D24522

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Thu, 23 Apr 2020 23:57:43 +0000</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2cb29075fe23559635c82963bfe1f1fd4e29620 - Revert r354605: Update jemalloc to version 5.2.1.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#f2cb29075fe23559635c82963bfe1f1fd4e29620</link>
        <description>Revert r354605: Update jemalloc to version 5.2.1.Compilation fails for non-llvm-based platforms.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 11 Nov 2019 05:06:49 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1c167d0190dfde72fa06350ef0049181cf79a4f - Update jemalloc to version 5.2.1.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#e1c167d0190dfde72fa06350ef0049181cf79a4f</link>
        <description>Update jemalloc to version 5.2.1.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 11 Nov 2019 03:27:14 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c43cad87172039ccf38172129c79755ea79e6102 - jemalloc: Merge from jemalloc 5.3.0 vendor branch</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#c43cad87172039ccf38172129c79755ea79e6102</link>
        <description>jemalloc: Merge from jemalloc 5.3.0 vendor branchThis brings in a merge from jemalloc 5.3.0. It&apos;s almost fully scripted, except:	Three conflicts resolved by hand:	include/jemalloc/internal/test_hooks.h	Use the new name	src/extent.c				Use the new code	src/jemalloc.c				Use the new code since je_realloc has movedThe script is recorded in FREEBSD-upgrade. The old script did svncommands that were basically a rebase of our changes. This update has aseries of diff reduction changes before this.Note: I&apos;d planned on fixing the above three conflicts with commits, butran out of time when I did this work in January. I got discouraged whenjemalloc was EOL&apos;d and didn&apos;t pick this back up. I did the above by handto get this into FreeBSD 15.0This work is a repeat of the work by Minsoo Choo who did all thesechanges and created a pull request. Given the importance of jemalloc, Iaudited these changes by redoing them in this series of commits (andwith the script that was checked in). I did this to confince myself andanybody else in doubt that there was no supply chain attack. The diffsbetween this series of commits and Minsoo&apos;s work are minor (though theversion skew makes adds some noise). Interested parties can independentaudit each step, I hope. I&apos;ve listed Minsoo as a co-author since withouthis pull request to test again, this wouldn&apos;t have been possible.Thanks to brooks@ for help with getting the jemalloc 3 ABI compatsymbols right.Co-authored-by: Minsoo Choo &lt;minsoochoo0122@proton.me&gt;Pull Request: https://github.com/freebsd/freebsd-src/pull/1337Sponsored by: Netflix

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 11 Aug 2025 23:38:36 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5ad81420c495d1d5de04209b0ec4fcb435c322c - Update jemalloc to version 5.2.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#c5ad81420c495d1d5de04209b0ec4fcb435c322c</link>
        <description>Update jemalloc to version 5.2.1Revert r354606 to restore r354605.Apply one line from jemalloc commit d01b425e5d1e1 in hash_x86_128()to fix the build with gcc, which only allows a fallthrough attributeto appear before a case or default label.Submitted by:	jasone in r354605Discussed with:	jasoneReviewed by:	bdreweryMFC after:	never, due to gcc 4.2.1Relnotes:	yesSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D24522

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Thu, 23 Apr 2020 23:57:43 +0000</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2cb29075fe23559635c82963bfe1f1fd4e29620 - Revert r354605: Update jemalloc to version 5.2.1.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#f2cb29075fe23559635c82963bfe1f1fd4e29620</link>
        <description>Revert r354605: Update jemalloc to version 5.2.1.Compilation fails for non-llvm-based platforms.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 11 Nov 2019 05:06:49 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1c167d0190dfde72fa06350ef0049181cf79a4f - Update jemalloc to version 5.2.1.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#e1c167d0190dfde72fa06350ef0049181cf79a4f</link>
        <description>Update jemalloc to version 5.2.1.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 11 Nov 2019 03:27:14 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ef50b4ec8737044c26bf6de2968747df658bc7f - Update jemalloc to version 5.1.0.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#0ef50b4ec8737044c26bf6de2968747df658bc7f</link>
        <description>Update jemalloc to version 5.1.0.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Fri, 11 May 2018 00:32:31 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>531c2d7af3cd2e64eec94aa1b19c4b2f16fce515 - MFhead@r320180</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#531c2d7af3cd2e64eec94aa1b19c4b2f16fce515</link>
        <description>MFhead@r320180

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 24 Jul 2017 18:02:13 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bca9d05fdb058aa709621661c2feccae8940d94b - Merge ^/head r319973 through 321382.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#bca9d05fdb058aa709621661c2feccae8940d94b</link>
        <description>Merge ^/head r319973 through 321382.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Sun, 23 Jul 2017 15:22:06 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2043ca373caadb5ebf0b851bb440c67997a6232 - Merge ^/head r320573 through r320970.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#d2043ca373caadb5ebf0b851bb440c67997a6232</link>
        <description>Merge ^/head r320573 through r320970.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Thu, 13 Jul 2017 22:01:38 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b2f5aaf29ae826dffe22285cd20d4c8bc007533 - Update jemalloc to 5.0.1.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#8b2f5aaf29ae826dffe22285cd20d4c8bc007533</link>
        <description>Update jemalloc to 5.0.1.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Mon, 03 Jul 2017 23:27:57 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4198293b2568c3fa287e7bde71162e9d442f4305 - Merge ^/head r319801 through r320041.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#4198293b2568c3fa287e7bde71162e9d442f4305</link>
        <description>Merge ^/head r319801 through r320041.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Sat, 17 Jun 2017 00:14:54 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7eaed250fccfdef218a62bc2d0af529ad75341c - Update jemalloc to 5.0.0.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#b7eaed250fccfdef218a62bc2d0af529ad75341c</link>
        <description>Update jemalloc to 5.0.0.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Thu, 15 Jun 2017 07:15:05 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8244f2aa7cb3ce15f2d5ce7f860913d2e7cc784d - Update jemalloc to 4.5.0.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#8244f2aa7cb3ce15f2d5ce7f860913d2e7cc784d</link>
        <description>Update jemalloc to 4.5.0.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Thu, 02 Mar 2017 01:14:48 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1bde3b70660fe02e45b1d5b3b8b89eaa7a563b82 - Merge ^/head r309519 through r309757.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#1bde3b70660fe02e45b1d5b3b8b89eaa7a563b82</link>
        <description>Merge ^/head r309519 through r309757.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Fri, 09 Dec 2016 20:57:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fa7f12ff8259b667d0a4d272a575a2d547496d6 - Update jemalloc to 4.4.0.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#7fa7f12ff8259b667d0a4d272a575a2d547496d6</link>
        <description>Update jemalloc to 4.4.0.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Sun, 04 Dec 2016 21:13:26 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2828dafcf3e7b225b70cbb380eb8c7dae452493e - Merge ^/head r308227 through r308490.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#2828dafcf3e7b225b70cbb380eb8c7dae452493e</link>
        <description>Merge ^/head r308227 through r308490.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Thu, 10 Nov 2016 22:12:19 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bde951447fbed7c2669f80b5c7b6d3d16bb144f8 - Update jemalloc to 4.3.1.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/ChangeLog#bde951447fbed7c2669f80b5c7b6d3d16bb144f8</link>
        <description>Update jemalloc to 4.3.1.

            List of files:
            /src/contrib/jemalloc/ChangeLog</description>
        <pubDate>Wed, 09 Nov 2016 18:42:30 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
