<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>7d4374f6 - Turn MALLOC_PRODUCTION into a regular src.conf(5) option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#7d4374f6</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:
            /freebsd-14.2/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>ea69bf7f - Set LG_VADDR to 48 on RISC-V.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#ea69bf7f</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:
            /freebsd-14.2/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>c5ad8142 - Update jemalloc to version 5.2.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#c5ad8142</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:
            /freebsd-14.2/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>f2cb2907 - Revert r354605: Update jemalloc to version 5.2.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#f2cb2907</link>
        <description>Revert r354605: Update jemalloc to version 5.2.1.Compilation fails for non-llvm-based platforms.

            List of files:
            /freebsd-14.2/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>e1c167d0 - Update jemalloc to version 5.2.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#e1c167d0</link>
        <description>Update jemalloc to version 5.2.1.

            List of files:
            /freebsd-14.2/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>0ef50b4e - Update jemalloc to version 5.1.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#0ef50b4e</link>
        <description>Update jemalloc to version 5.1.0.

            List of files:
            /freebsd-14.2/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>c2a2eeff - Account for the fact that jemalloc 5.0.0 dropped STATIC_PAGE_SHIFT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#c2a2eeff</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:
            /freebsd-14.2/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>1a78ec89 - Default the abort_conf malloc option to false.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#1a78ec89</link>
        <description>Default the abort_conf malloc option to false.This avoids troublesome backward compatibility issues.

            List of files:
            /freebsd-14.2/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>b7eaed25 - Update jemalloc to 5.0.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#b7eaed25</link>
        <description>Update jemalloc to 5.0.0.

            List of files:
            /freebsd-14.2/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>8244f2aa - Update jemalloc to 4.5.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#8244f2aa</link>
        <description>Update jemalloc to 4.5.0.

            List of files:
            /freebsd-14.2/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>7fa7f12f - Update jemalloc to 4.4.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#7fa7f12f</link>
        <description>Update jemalloc to 4.4.0.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</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>bde95144 - Update jemalloc to 4.3.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#bde95144</link>
        <description>Update jemalloc to 4.3.1.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Wed, 09 Nov 2016 18:42:30 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62b2691e - Update jemalloc to 4.2.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#62b2691e</link>
        <description>Update jemalloc to 4.2.1.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Thu, 09 Jun 2016 06:10:20 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbb1d85e - Work around invalid gcc warning (explicit cast apparently lost).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#fbb1d85e</link>
        <description>Work around invalid gcc warning (explicit cast apparently lost).

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Fri, 13 May 2016 21:18:10 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f0a49e8 - Update jemalloc to 4.2.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#1f0a49e8</link>
        <description>Update jemalloc to 4.2.0.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Fri, 13 May 2016 04:03:20 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df0d881d - Update jemalloc to 4.1.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#df0d881d</link>
        <description>Update jemalloc to 4.1.0.Add missing Symbol.map entry for __aligned_alloc.Add weak--&gt;strong symbol binding for{malloc_stats_print,mallctl,mallctlnametomib,mallctlbymib} --&gt;{__malloc_stats_print,__mallctl,__mallctlnametomib,__mallctlbymib}.  Thesebindings complete the set necessary to allow applications to replace allmalloc-related symbols.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Mon, 29 Feb 2016 19:10:32 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ba4f5cc0 - Update jemalloc to version 4.0.4.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#ba4f5cc0</link>
        <description>Update jemalloc to version 4.0.4.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Sat, 24 Oct 2015 23:18:05 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>536b3538 - Update jemalloc to 4.0.2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#536b3538</link>
        <description>Update jemalloc to 4.0.2.

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Tue, 22 Sep 2015 03:02:18 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c13244b9 - Fix minor malloc regressions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#c13244b9</link>
        <description>Fix minor malloc regressions.- Use _Bool rather than bool to resolve missing type errors in malloc_np.h.- Fix malloc manual page #include documentation.- Add *allocm manual pages to obsolete files.Submitted by:	jbeich

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Wed, 19 Aug 2015 00:06:46 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>337776f8 - Define CPU_SPINWAIT as cpu_spinwait().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/jemalloc/FREEBSD-diffs#337776f8</link>
        <description>Define CPU_SPINWAIT as cpu_spinwait().Submitted by:	cem

            List of files:
            /freebsd-14.2/contrib/jemalloc/FREEBSD-diffs</description>
        <pubDate>Tue, 18 Aug 2015 20:42:08 +0000</pubDate>
        <dc:creator>Jason Evans &lt;jasone@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
