Page MenuHomeFreeBSD

sockets: plumb SO_PASSRIGHTS into *sockopt(2)
ClosedPublic

Authored by kevans on Jun 4 2026, 5:05 AM.
Tags
None
Referenced Files
F164923272: D57424.diff
Tue, Aug 4, 9:12 PM
Unknown Object (File)
Tue, Aug 4, 4:40 AM
Unknown Object (File)
Mon, Aug 3, 8:26 AM
Unknown Object (File)
Mon, Aug 3, 4:18 AM
Unknown Object (File)
Sun, Aug 2, 2:43 AM
Unknown Object (File)
Tue, Jul 28, 8:19 PM
Unknown Object (File)
Sun, Jul 26, 10:19 PM
Unknown Object (File)
Thu, Jul 23, 2:59 AM
Subscribers

Details

Summary

This is a little different than the others in that it's not valid for
anything but unix(4) sockets. New cases were added that jump into the
more standard case out of a light preference for not taking advantage of
case FALLTHROUGH with the additional logic- it doesn't scale very well
for new cases added that might be slightly special, so we might as well
just add the labels up-front.

Diff Detail

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