Page MenuHomeFreeBSD

sockets: plumb SO_PASSRIGHTS into *sockopt(2)
AcceptedPublic

Authored by kevans on Thu, Jun 4, 5:05 AM.
Tags
None
Referenced Files
F159319626: D57424.diff
Fri, Jun 12, 8:21 PM
Unknown Object (File)
Thu, Jun 11, 2:03 AM
Unknown Object (File)
Wed, Jun 10, 12:00 AM
Unknown Object (File)
Tue, Jun 9, 10:59 PM
Unknown Object (File)
Mon, Jun 8, 6:16 AM
Unknown Object (File)
Mon, Jun 8, 12:49 AM
Unknown Object (File)
Sat, Jun 6, 3:21 AM
Unknown Object (File)
Fri, Jun 5, 4:55 PM
Subscribers

Details

Reviewers
markj
kib
glebius
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 Passed
Unit
No Test Coverage
Build Status
Buildable 73651
Build 70534: arc lint + arc unit