Page MenuHomeFreeBSD

cred: 'struct ucred': Rework comment on 'cr_gid'/cr_groups[]
ClosedPublic

Authored by olce on Aug 29 2025, 11:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 17, 2:15 AM
Unknown Object (File)
Wed, Apr 15, 1:53 PM
Unknown Object (File)
Tue, Apr 14, 11:21 AM
Unknown Object (File)
Sun, Apr 5, 9:10 AM
Unknown Object (File)
Sun, Apr 5, 6:34 AM
Unknown Object (File)
Mar 19 2026, 1:31 PM
Unknown Object (File)
Mar 15 2026, 7:52 AM
Unknown Object (File)
Mar 15 2026, 1:03 AM
Subscribers

Details

Summary

Make it more straightforward for consumers. Also, recommend using
cr_sgroups[] for supplementary groups, as this can generally alleviate
index problems and will help us spot and change consumers if/when
'struct ucred' is evolved incompatibly (and cr_sgroups[] suppressed).

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable