<?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 FREEBSD-diffs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>7d4374f65f7b3df3d2567029c510f2e1576f0f69 - Turn MALLOC_PRODUCTION into a regular src.conf(5) option</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#7d4374f65f7b3df3d2567029c510f2e1576f0f69</link>
        <description>Turn MALLOC_PRODUCTION into a regular src.conf(5) optionFor historical reasons, defining MALLOC_PRODUCTION in /etc/make.conf hasbeen used to turn off potentially expensive debug checks and statisticsgathering in the implementation of malloc(3).It seems more consistent to turn this into a regular src.conf(5) option,e.g. WITH_MALLOC_PRODUCTION / WITHOUT_MALLOC_PRODUCTION. This can thenbe toggled similar to any other source build option, and turned on oroff by default for e.g. stable branches.Reviewed by:	imp, #manpagesMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D26337

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Sat, 05 Sep 2020 23:30:17 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9 - Set LG_VADDR to 48 on RISC-V.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9</link>
        <description>Set LG_VADDR to 48 on RISC-V.The Sv48 PTE format is the largest currently defined address space forRISC-V. It makes no sense to define a larger size and doing so (atleast for 64-bits) forces rtrees down a slow path.Reviewed by:	vangyzen, jhb, mhorneObtained from:	CheriBSDSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D24658

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Mon, 04 May 2020 17:16:30 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@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/FREEBSD-diffs#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/FREEBSD-diffs</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/FREEBSD-diffs#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/FREEBSD-diffs</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/FREEBSD-diffs#e1c167d0190dfde72fa06350ef0049181cf79a4f</link>
        <description>Update jemalloc to version 5.2.1.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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>7d4374f65f7b3df3d2567029c510f2e1576f0f69 - Turn MALLOC_PRODUCTION into a regular src.conf(5) option</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#7d4374f65f7b3df3d2567029c510f2e1576f0f69</link>
        <description>Turn MALLOC_PRODUCTION into a regular src.conf(5) optionFor historical reasons, defining MALLOC_PRODUCTION in /etc/make.conf hasbeen used to turn off potentially expensive debug checks and statisticsgathering in the implementation of malloc(3).It seems more consistent to turn this into a regular src.conf(5) option,e.g. WITH_MALLOC_PRODUCTION / WITHOUT_MALLOC_PRODUCTION. This can thenbe toggled similar to any other source build option, and turned on oroff by default for e.g. stable branches.Reviewed by:	imp, #manpagesMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D26337

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Sat, 05 Sep 2020 23:30:17 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9 - Set LG_VADDR to 48 on RISC-V.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#ea69bf7f5d1f3fcf2966a79ba80fbc8189f261e9</link>
        <description>Set LG_VADDR to 48 on RISC-V.The Sv48 PTE format is the largest currently defined address space forRISC-V. It makes no sense to define a larger size and doing so (atleast for 64-bits) forces rtrees down a slow path.Reviewed by:	vangyzen, jhb, mhorneObtained from:	CheriBSDSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D24658

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Mon, 04 May 2020 17:16:30 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@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/FREEBSD-diffs#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/FREEBSD-diffs</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/FREEBSD-diffs#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/FREEBSD-diffs</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/FREEBSD-diffs#e1c167d0190dfde72fa06350ef0049181cf79a4f</link>
        <description>Update jemalloc to version 5.2.1.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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/FREEBSD-diffs#0ef50b4ec8737044c26bf6de2968747df658bc7f</link>
        <description>Update jemalloc to version 5.1.0.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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>c2a2eeff5c806f3a5dccf708a3b878b394f8e383 - Account for the fact that jemalloc 5.0.0 dropped STATIC_PAGE_SHIFT</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#c2a2eeff5c806f3a5dccf708a3b878b394f8e383</link>
        <description>Account for the fact that jemalloc 5.0.0 dropped STATIC_PAGE_SHIFTin favor for using LG_PAGE directly and, thus, for the fact thathost and target don&apos;t necessarily use pages of the same sizes.Approved by:	jasone

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Wed, 31 Jan 2018 21:56:23 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>531c2d7af3cd2e64eec94aa1b19c4b2f16fce515 - MFhead@r320180</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#531c2d7af3cd2e64eec94aa1b19c4b2f16fce515</link>
        <description>MFhead@r320180

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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/FREEBSD-diffs#bca9d05fdb058aa709621661c2feccae8940d94b</link>
        <description>Merge ^/head r319973 through 321382.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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>f6e653bb10928b472b7087ec5c2a225a0c22d776 - Merge ^/head r320398 through r320572.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#f6e653bb10928b472b7087ec5c2a225a0c22d776</link>
        <description>Merge ^/head r320398 through r320572.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Sun, 02 Jul 2017 11:48:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a78ec8941a76d2486bf6dc00cfa591252bddc05 - Default the abort_conf malloc option to false.</title>
        <link>http://opengrok.net:8080/history/src/contrib/jemalloc/FREEBSD-diffs#1a78ec8941a76d2486bf6dc00cfa591252bddc05</link>
        <description>Default the abort_conf malloc option to false.This avoids troublesome backward compatibility issues.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Fri, 30 Jun 2017 17:45:51 +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/FREEBSD-diffs#4198293b2568c3fa287e7bde71162e9d442f4305</link>
        <description>Merge ^/head r319801 through r320041.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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/FREEBSD-diffs#b7eaed250fccfdef218a62bc2d0af529ad75341c</link>
        <description>Update jemalloc to 5.0.0.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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/FREEBSD-diffs#8244f2aa7cb3ce15f2d5ce7f860913d2e7cc784d</link>
        <description>Update jemalloc to 4.5.0.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</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/FREEBSD-diffs#1bde3b70660fe02e45b1d5b3b8b89eaa7a563b82</link>
        <description>Merge ^/head r309519 through r309757.

            List of files:
            /src/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Fri, 09 Dec 2016 20:57:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
