summaryrefslogtreecommitdiff
path: root/sys/conf/std.nodebug
AgeCommit message (Collapse)Author
4 daysRemove the DEBUG_VFS_LOCKS kernel optionMark Johnston
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
2025-10-15conf: enable TCP_HPTS_KTEST on debug buildsMichael Tuexen
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
2024-11-20netinet: default mib counter probe points offKristof Provost
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
2023-08-18std.nodebug: remove DIAGNOSTIC from debug configsKonstantin Belousov
Sponsored by: The FreeBSD Foundation MFC after: 1 week
2022-02-02Exclude DEBUG_VFS_LOCKS from non-debug kernel configsKonstantin Belousov
Sponsored by: The FreeBSD Foundation MFC after: 1 week
2021-11-24std.nodebug: turn off net80211 debugging as wellBjoern A. Zeeb
Add IEEE80211_DEBUG to turn off some net80211 debbugging for no-debug builds. Sponsored by: The FreeBSD Foundation MFC after: 10 days
2021-01-14Split out the NODEBUG options to a common fileAndrew Turner
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