<?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 DEFAULTS</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8415a654d02e1c4268885e667c539873db570576 - Retire non-NEW_PCIB code and remove config option</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#8415a654d02e1c4268885e667c539873db570576</link>
        <description>Retire non-NEW_PCIB code and remove config optionAll architectures enable NEW_PCIB in DEFAULTS (arm being the most recentto do so in 121be555997b (arm: Set NEW_PCIB in DEFAULTS rather than asubset of kernel configs&quot;)), so it&apos;s time we removed the legacy codethat no longer sees much testing and has a significant maintenanceburden.Reviewed by:	jhb, andrew, emasteDifferential Revision:	https://reviews.freebsd.org/D32954

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Thu, 18 Jul 2024 17:55:12 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>121be555997b3d7727e50d15acabd0ffbf4a4247 - arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configs</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#121be555997b3d7727e50d15acabd0ffbf4a4247</link>
        <description>arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsAll other architectures set NEW_PCIB in DEFAULTS, with arm being the oneremaining straggler that only sets it for GENERIC and TEGRA124.ARMADA38X and ARMADAXP contain device pci but don&apos;t set NEW_PCIB,however GENERIC claims to support them and as part of that NEW_PCIBsupport was added to mv_pci, so these configs are most likely juststale. Other than NOTES that just leaves ALPINE as the one kernel withPCI support not covered by GENERIC, but al_pci is supported by arm64which enables NEW_PCIB, and it&apos;s just a generic_pcie_fdt_driver withsome fixup code to deal with quirks so should support PCI_RES_BUS justfine. Therefore it is believed that all in-tree kernel configs supportNEW_PCIB in reality, and so let&apos;s take a step towards removing all thenon-NEW_PCIB code by having it always-on everywhere.Reviewed by:	emaste, jhb, manuMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D43806

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Thu, 22 Feb 2024 18:27:45 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4f6b11f66de563bc0c17890ca4de088b2629563 - DEFAULTS: move intrng to DEFAULTS for its platforms.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#d4f6b11f66de563bc0c17890ca4de088b2629563</link>
        <description>DEFAULTS: move intrng to DEFAULTS for its platforms.Sponsored by:		NetflixReviewed by:		manu, kevansDifferential Revision:	https://reviews.freebsd.org/D37107

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Mon, 24 Oct 2022 18:11:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb1d472d79f718296a2e9487dd0c219a9b67b2ff - tcp: make CUBIC the default congestion control mechanism.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#bb1d472d79f718296a2e9487dd0c219a9b67b2ff</link>
        <description>tcp: make CUBIC the default congestion control mechanism.This changes the default TCP Congestion Control (CC) to CUBIC.For small, transactional exchanges (e.g. web objects &lt;15kB), thiswill not have a material effect. However, for long duration datatransfers, CUBIC allocates a slightly higher fraction of theavailable bandwidth, when competing against NewReno CC.Reviewed By: tuexen, mav, #transport, guest-ccui, emasteRelnotes: YesSponsored by: NetApp, Inc.Differential Revision: https://reviews.freebsd.org/D36537

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Tue, 13 Sep 2022 10:01:53 +0000</pubDate>
        <dc:creator>Richard Scheffenegger &lt;rscheff@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e3c9ec906c0710e34fa5b11104ee1c12f68a09f - tcp: better congestion control defaults</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#7e3c9ec906c0710e34fa5b11104ee1c12f68a09f</link>
        <description>tcp: better congestion control defaultsDefine CC_NEWRENO in all the appropriate DEFAULTS and std.* configfiles. It&apos;s the default congestion control algorithm.  Add code to cc.cso that CC_DEFAULT is &quot;newreno&quot; if it&apos;s not overriden in the configfile.Sponsored by: NetflixFixes: b8d60729deef (&quot;tcp: Congestion control cleanup.&quot;)Revired by: manu, hselasky, jhb, glebius, tuexenDifferential Revision:	https://reviews.freebsd.org/D32964

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Fri, 12 Nov 2021 17:05:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8415a654d02e1c4268885e667c539873db570576 - Retire non-NEW_PCIB code and remove config option</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#8415a654d02e1c4268885e667c539873db570576</link>
        <description>Retire non-NEW_PCIB code and remove config optionAll architectures enable NEW_PCIB in DEFAULTS (arm being the most recentto do so in 121be555997b (arm: Set NEW_PCIB in DEFAULTS rather than asubset of kernel configs&quot;)), so it&apos;s time we removed the legacy codethat no longer sees much testing and has a significant maintenanceburden.Reviewed by:	jhb, andrew, emasteDifferential Revision:	https://reviews.freebsd.org/D32954

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Thu, 18 Jul 2024 17:55:12 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>121be555997b3d7727e50d15acabd0ffbf4a4247 - arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configs</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#121be555997b3d7727e50d15acabd0ffbf4a4247</link>
        <description>arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsAll other architectures set NEW_PCIB in DEFAULTS, with arm being the oneremaining straggler that only sets it for GENERIC and TEGRA124.ARMADA38X and ARMADAXP contain device pci but don&apos;t set NEW_PCIB,however GENERIC claims to support them and as part of that NEW_PCIBsupport was added to mv_pci, so these configs are most likely juststale. Other than NOTES that just leaves ALPINE as the one kernel withPCI support not covered by GENERIC, but al_pci is supported by arm64which enables NEW_PCIB, and it&apos;s just a generic_pcie_fdt_driver withsome fixup code to deal with quirks so should support PCI_RES_BUS justfine. Therefore it is believed that all in-tree kernel configs supportNEW_PCIB in reality, and so let&apos;s take a step towards removing all thenon-NEW_PCIB code by having it always-on everywhere.Reviewed by:	emaste, jhb, manuMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D43806

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Thu, 22 Feb 2024 18:27:45 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4f6b11f66de563bc0c17890ca4de088b2629563 - DEFAULTS: move intrng to DEFAULTS for its platforms.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#d4f6b11f66de563bc0c17890ca4de088b2629563</link>
        <description>DEFAULTS: move intrng to DEFAULTS for its platforms.Sponsored by:		NetflixReviewed by:		manu, kevansDifferential Revision:	https://reviews.freebsd.org/D37107

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Mon, 24 Oct 2022 18:11:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb1d472d79f718296a2e9487dd0c219a9b67b2ff - tcp: make CUBIC the default congestion control mechanism.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#bb1d472d79f718296a2e9487dd0c219a9b67b2ff</link>
        <description>tcp: make CUBIC the default congestion control mechanism.This changes the default TCP Congestion Control (CC) to CUBIC.For small, transactional exchanges (e.g. web objects &lt;15kB), thiswill not have a material effect. However, for long duration datatransfers, CUBIC allocates a slightly higher fraction of theavailable bandwidth, when competing against NewReno CC.Reviewed By: tuexen, mav, #transport, guest-ccui, emasteRelnotes: YesSponsored by: NetApp, Inc.Differential Revision: https://reviews.freebsd.org/D36537

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Tue, 13 Sep 2022 10:01:53 +0000</pubDate>
        <dc:creator>Richard Scheffenegger &lt;rscheff@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e3c9ec906c0710e34fa5b11104ee1c12f68a09f - tcp: better congestion control defaults</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#7e3c9ec906c0710e34fa5b11104ee1c12f68a09f</link>
        <description>tcp: better congestion control defaultsDefine CC_NEWRENO in all the appropriate DEFAULTS and std.* configfiles. It&apos;s the default congestion control algorithm.  Add code to cc.cso that CC_DEFAULT is &quot;newreno&quot; if it&apos;s not overriden in the configfile.Sponsored by: NetflixFixes: b8d60729deef (&quot;tcp: Congestion control cleanup.&quot;)Revired by: manu, hselasky, jhb, glebius, tuexenDifferential Revision:	https://reviews.freebsd.org/D32964

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Fri, 12 Nov 2021 17:05:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Mon, 28 Apr 2014 07:50:45 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Wed, 23 Apr 2014 21:52:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1709ccf9d38a5753192420ce5fccd93b04ce4d07 - Merge head up to r263906.</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#1709ccf9d38a5753192420ce5fccd93b04ce4d07</link>
        <description>Merge head up to r263906.

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Sat, 29 Mar 2014 08:39:53 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f5f9035f7cb48cc35391dba953245c07e3ac3ef - Strip arm/conf/DEFAULTS down to just items that are mandatory for running</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#6f5f9035f7cb48cc35391dba953245c07e3ac3ef</link>
        <description>Strip arm/conf/DEFAULTS down to just items that are mandatory for runningthe architecture.  Move the other contents into each of the individualconfig files.Requested by:	imp

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Fri, 07 Mar 2014 21:36:49 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8a3a237fc0431a74e913526e52657d065590165 - Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configs</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#e8a3a237fc0431a74e913526e52657d065590165</link>
        <description>Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configsthat have it individually.  Concensus on freebsd-arm@ is that it shouldbe included in all ARM kernels.

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Fri, 07 Mar 2014 00:25:23 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Tue, 27 Nov 2012 18:38:50 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://opengrok.net:8080/history/src/sys/arm/conf/DEFAULTS#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /src/sys/arm/conf/DEFAULTS</description>
        <pubDate>Sun, 11 Nov 2012 03:26:14 +0000</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
