<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in std.nodebug</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>85a04bea5a54d6879c8fbf49eea20aba7ca24692 - conf/std.nodebug: disable DEBUG_LOCKS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#85a04bea5a54d6879c8fbf49eea20aba7ca24692</link>
        <description>conf/std.nodebug: disable DEBUG_LOCKSMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Sun, 26 Apr 2026 04:16:55 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d015a916745e320aed50fc759f111fc7622e427 - Remove the DEBUG_VFS_LOCKS kernel option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#9d015a916745e320aed50fc759f111fc7622e427</link>
        <description>Remove the DEBUG_VFS_LOCKS kernel optionAfter commit 3bd8fab2415b (&quot;vfs: Move DEBUG_VFS_LOCKS checks toINVARIANTS&quot;), this option has no effect.  Let&apos;s finish the removal.There are a couple of additional uses in zfs, I will submit a separatepatch upstream for them.Reviewed by:	mckusick, kibDifferential Revision:	https://reviews.freebsd.org/D54662

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Thu, 15 Jan 2026 14:50:20 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1985940204dc01d4524c6351ab25a182bfde23ae - conf: enable TCP_HPTS_KTEST on debug builds</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#1985940204dc01d4524c6351ab25a182bfde23ae</link>
        <description>conf: enable TCP_HPTS_KTEST on debug buildsEnable the kernel build option TCP_HPTS_KTEST on debug builds anddisable it on non-debug builds.PR:			290234Reviewed by:		Nick Banks, glebiusSponsored by:		Netflix, Inc.Differential Revision:	https://reviews.freebsd.org/D53108

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Wed, 15 Oct 2025 01:36:54 +0200</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>438ca68cef3c678de1c01630266831a59818e208 - netinet: default mib counter probe points off</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#438ca68cef3c678de1c01630266831a59818e208</link>
        <description>netinet: default mib counter probe points offDisable the IP/IP6/ICMP/... counter probe points by default.They are kept enabled in debug builds, and can be enabled with&apos;options KDTRACE_MIB_SDT&apos;.Requested by:	glebiusReviewed by:	glebiusSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D47657

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Mon, 18 Nov 2024 10:43:46 +0100</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>431884325075e3532235002fd7e5228b40f16b19 - std.nodebug:	remove DIAGNOSTIC from debug configs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#431884325075e3532235002fd7e5228b40f16b19</link>
        <description>std.nodebug:	remove DIAGNOSTIC from debug configsSponsored by:	The FreeBSD FoundationMFC after:	1 week

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Fri, 18 Aug 2023 15:39:22 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21a37c3cc610d08d5f9d5319451b97f1a6a13320 - Exclude DEBUG_VFS_LOCKS from non-debug kernel configs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#21a37c3cc610d08d5f9d5319451b97f1a6a13320</link>
        <description>Exclude DEBUG_VFS_LOCKS from non-debug kernel configsSponsored by:	The FreeBSD FoundationMFC after:	1 week

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Wed, 02 Feb 2022 18:22:17 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b - std.nodebug: turn off net80211 debugging as well</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b</link>
        <description>std.nodebug: turn off net80211 debugging as wellAdd IEEE80211_DEBUG to turn off some net80211 debbugging forno-debug builds.Sponsored by:	The FreeBSD FoundationMFC after:	10 days

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Wed, 24 Nov 2021 19:03:48 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6eebda3bbad96ab6ef001781ee1b6de45af062a2 - Split out the NODEBUG options to a common file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/std.nodebug#6eebda3bbad96ab6ef001781ee1b6de45af062a2</link>
        <description>Split out the NODEBUG options to a common fileThis is the superset of the nooptions found in the -DEBUG kernels.Reviewed by:	emaste, manuSponsored by:	Innovate UKDifferential Revision:	https://reviews.freebsd.org/D28152

            List of files:
            /freebsd/sys/conf/std.nodebug</description>
        <pubDate>Thu, 14 Jan 2021 11:54:18 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
