git: 61f857d234 - main - releases/15.0R/relnotes: User-facing description for mountd(8) change
Olivier Certner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=61f857d234d474a54ab8c263f103edfcfd7fa75b commit 61f857d234d474a54ab8c263f103edfcfd7fa75b Author: Olivier Certner <[email protected]> AuthorDate: 2025-11-28 10:34:42 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-11-28 10:34:42 +0000 releases/15.0R/relnotes: User-facing description for mountd(8) change Explain what this change means to users. The description from the commit message was fairly incomprehensible from this point of view. Fix the commit hash (it pointed to some MFC commit to stable/14). While here, fix punctuation around the commit links and "Sponsored by The FreeBSD Foundation" lines (see also note in the previous commit). --- website/content/en/releases/15.0R/relnotes.adoc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 401e429fe5..81957aa91e 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -869,12 +869,11 @@ gitref:ead3cd3ef628[repository=src] Document recent file handle layout changes. gitref:ca22082c01a7[repository=src] -Allow to pass `{NGROUPS_MAX} + 1` groups in man:mountd[8]. -`NGROUPS_MAX` is just the minimum maximum of the number of allowed supplementary groups. -The actual runtime value may be greater. -Allow more groups to be specified accordingly (now that, a few commits ago, man:nmount[2] has been changed similarly). -gitref:ca9614d8f64a[repository=src] -(Sponsored by The FreeBSD Foundation). +Allow to specify as many groups as configured to be supported by the system in `-maproot` or `-mapall` options in man:exports[5]. +Previously, the cap was `NGROUPS_MAX + 1`, where `NGROUPS_MAX` is just the minimum maximum of the number of allowed supplementary groups. +Now use the proper `{NGROUPS_MAX} + 1` value, with `{NGROUPS_MAX}` being fetched at runtime via man:sysconf[3]. +gitref:e87848a8150e[repository=src] +(Sponsored by The FreeBSD Foundation.) [[boot-loader]] == Boot Loader Changes