<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/conf/std.nodebug, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=main</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2026-04-26T02:18:58Z</updated>
<entry>
<title>conf/std.nodebug: disable DEBUG_LOCKS</title>
<updated>2026-04-26T02:18:58Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2026-04-26T02:16:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85a04bea5a54d6879c8fbf49eea20aba7ca24692'/>
<id>urn:sha1:85a04bea5a54d6879c8fbf49eea20aba7ca24692</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Remove the DEBUG_VFS_LOCKS kernel option</title>
<updated>2026-01-15T13:50:20Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2026-01-15T13:50:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9d015a916745e320aed50fc759f111fc7622e427'/>
<id>urn:sha1:9d015a916745e320aed50fc759f111fc7622e427</id>
<content type='text'>
After commit 3bd8fab2415b ("vfs: Move DEBUG_VFS_LOCKS checks to
INVARIANTS"), this option has no effect.  Let's finish the removal.

There are a couple of additional uses in zfs, I will submit a separate
patch upstream for them.

Reviewed by:	mckusick, kib
Differential Revision:	https://reviews.freebsd.org/D54662
</content>
</entry>
<entry>
<title>conf: enable TCP_HPTS_KTEST on debug builds</title>
<updated>2025-10-14T23:36:54Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-10-14T23:36:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1985940204dc01d4524c6351ab25a182bfde23ae'/>
<id>urn:sha1:1985940204dc01d4524c6351ab25a182bfde23ae</id>
<content type='text'>
Enable the kernel build option TCP_HPTS_KTEST on debug builds and
disable it on non-debug builds.

PR:			290234
Reviewed by:		Nick Banks, glebius
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D53108
</content>
</entry>
<entry>
<title>netinet: default mib counter probe points off</title>
<updated>2024-11-20T08:52:48Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2024-11-18T09:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=438ca68cef3c678de1c01630266831a59818e208'/>
<id>urn:sha1:438ca68cef3c678de1c01630266831a59818e208</id>
<content type='text'>
Disable the IP/IP6/ICMP/... counter probe points by default.
They are kept enabled in debug builds, and can be enabled with
'options KDTRACE_MIB_SDT'.

Requested by:	glebius
Reviewed by:	glebius
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D47657
</content>
</entry>
<entry>
<title>std.nodebug:	remove DIAGNOSTIC from debug configs</title>
<updated>2023-08-18T13:39:22Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-08-18T13:39:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=431884325075e3532235002fd7e5228b40f16b19'/>
<id>urn:sha1:431884325075e3532235002fd7e5228b40f16b19</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>Exclude DEBUG_VFS_LOCKS from non-debug kernel configs</title>
<updated>2022-02-02T17:27:32Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2022-02-02T17:22:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21a37c3cc610d08d5f9d5319451b97f1a6a13320'/>
<id>urn:sha1:21a37c3cc610d08d5f9d5319451b97f1a6a13320</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>std.nodebug: turn off net80211 debugging as well</title>
<updated>2021-11-24T18:06:20Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2021-11-24T18:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b'/>
<id>urn:sha1:1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b</id>
<content type='text'>
Add IEEE80211_DEBUG to turn off some net80211 debbugging for
no-debug builds.

Sponsored by:	The FreeBSD Foundation
MFC after:	10 days
</content>
</entry>
<entry>
<title>Split out the NODEBUG options to a common file</title>
<updated>2021-01-14T16:57:53Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2021-01-14T10:54:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6eebda3bbad96ab6ef001781ee1b6de45af062a2'/>
<id>urn:sha1:6eebda3bbad96ab6ef001781ee1b6de45af062a2</id>
<content type='text'>
This is the superset of the nooptions found in the -DEBUG kernels.

Reviewed by:	emaste, manu
Sponsored by:	Innovate UK
Differential Revision:	https://reviews.freebsd.org/D28152
</content>
</entry>
</feed>
