git: 9eb6cafe377e - main - src.conf.5: Update MALLOC_PRODUCTION diag options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jun 2025 19:21:06 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=9eb6cafe377e11d4fe8cbeb22f3cd64909a44ce9
commit 9eb6cafe377e11d4fe8cbeb22f3cd64909a44ce9
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-06-13 14:35:38 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-06-13 19:20:59 +0000
src.conf.5: Update MALLOC_PRODUCTION diag options
PR: 287502
Reviewed by: kbowling, ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50834
---
share/man/man5/src.conf.5 | 9 +++++++--
tools/build/options/WITHOUT_MALLOC_PRODUCTION | 7 ++++++-
tools/build/options/WITH_MALLOC_PRODUCTION | 7 ++++++-
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 3afc79516366..81bdb54c0f62 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd June 6, 2025
+.Dd June 13, 2025
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1191,7 +1191,12 @@ for more details.
.It Va WITH_MALLOC_PRODUCTION
Disable assertions and statistics gathering in
.Xr malloc 3 .
-It also defaults the A and J runtime options to off.
+The run-time options
+.Dv opt.abort ,
+.Dv opt.abort_conf ,
+and
+.Dv opt.junk
+also default to false.
.It Va WITHOUT_MAN
Do not build manual pages.
When set, these options are also in effect:
diff --git a/tools/build/options/WITHOUT_MALLOC_PRODUCTION b/tools/build/options/WITHOUT_MALLOC_PRODUCTION
index 57b8ab574f93..90efc200fd54 100644
--- a/tools/build/options/WITHOUT_MALLOC_PRODUCTION
+++ b/tools/build/options/WITHOUT_MALLOC_PRODUCTION
@@ -1,3 +1,8 @@
Enable assertions and statistics gathering in
.Xr malloc 3 .
-It also defaults the A and J runtime options to on.
+The run-time options
+.Dv opt.abort ,
+.Dv opt.abort_conf ,
+and
+.Dv opt.junk
+also default to true.
diff --git a/tools/build/options/WITH_MALLOC_PRODUCTION b/tools/build/options/WITH_MALLOC_PRODUCTION
index 1a214ff805be..ac267bdc48a6 100644
--- a/tools/build/options/WITH_MALLOC_PRODUCTION
+++ b/tools/build/options/WITH_MALLOC_PRODUCTION
@@ -1,3 +1,8 @@
Disable assertions and statistics gathering in
.Xr malloc 3 .
-It also defaults the A and J runtime options to off.
+The run-time options
+.Dv opt.abort ,
+.Dv opt.abort_conf ,
+and
+.Dv opt.junk
+also default to false.