Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2025 13:22:56 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 61f857d234 - main - releases/15.0R/relnotes: User-facing description for mountd(8) change
Message-ID:  <6929a230.22bf6.7bf79408@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/doc/commit/?id=61f857d234d474a54ab8c263f103edfcfd7fa75b

commit 61f857d234d474a54ab8c263f103edfcfd7fa75b
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-11-28 10:34:42 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6929a230.22bf6.7bf79408>