History log of /freebsd/sys/conf/std.nodebug (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 19859402 15-Oct-2025 Michael Tuexen <tuexen@FreeBSD.org>

conf: enable TCP_HPTS_KTEST on debug builds

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
Sponsore

conf: enable TCP_HPTS_KTEST on debug builds

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

show more ...


Revision tags: release/13.5.0-p5, release/14.2.0-p7, release/14.3.0-p4, release/14.3.0-p3, release/14.2.0-p6, release/13.5.0-p4, release/13.5.0-p3, release/14.2.0-p5, release/14.3.0-p2, release/14.3.0-p1, release/14.2.0-p4, release/13.5.0-p2, release/14.3.0, release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0
# 438ca68c 18-Nov-2024 Kristof Provost <kp@FreeBSD.org>

netinet: default mib counter probe points off

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'.

netinet: default mib counter probe points off

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

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 43188432 18-Aug-2023 Konstantin Belousov <kib@FreeBSD.org>

std.nodebug: remove DIAGNOSTIC from debug configs

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 21a37c3c 02-Feb-2022 Konstantin Belousov <kib@FreeBSD.org>

Exclude DEBUG_VFS_LOCKS from non-debug kernel configs

Sponsored by: The FreeBSD Foundation
MFC after: 1 week


Revision tags: release/12.3.0
# 1c55b0ce 24-Nov-2021 Bjoern A. Zeeb <bz@FreeBSD.org>

std.nodebug: turn off net80211 debugging as well

Add IEEE80211_DEBUG to turn off some net80211 debbugging for
no-debug builds.

Sponsored by: The FreeBSD Foundation
MFC after: 10 days


Revision tags: release/13.0.0
# 6eebda3b 14-Jan-2021 Andrew Turner <andrew@FreeBSD.org>

Split out the NODEBUG options to a common file

This is the superset of the nooptions found in the -DEBUG kernels.

Reviewed by: emaste, manu
Sponsored by: Innovate UK
Differential Revision: https://

Split out the NODEBUG options to a common file

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

show more ...