Date: Tue, 17 Jun 2025 18:59:36 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c8c759c23e2e - stable/14 - src.conf.5: Update MALLOC_PRODUCTION diag options Message-ID: <202506171859.55HIxaaN002376@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c8c759c23e2eb0ef3a5f18d55b8671f20b442190 commit c8c759c23e2eb0ef3a5f18d55b8671f20b442190 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-06-13 14:35:38 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-06-17 18:59:10 +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 (cherry picked from commit 9eb6cafe377e11d4fe8cbeb22f3cd64909a44ce9) --- 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 53264e4034b4..63fba6d2ac01 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 April 30, 2025 +.Dd June 13, 2025 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1187,7 +1187,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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506171859.55HIxaaN002376>