Page MenuHomeFreeBSD

Copy capabilities to new fd after accept(2).
ClosedPublic

Authored by oshogbo on Aug 31 2016, 6:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 11, 9:43 AM
Unknown Object (File)
Sat, May 11, 9:43 AM
Unknown Object (File)
Sat, May 11, 9:42 AM
Unknown Object (File)
Sat, May 11, 9:42 AM
Unknown Object (File)
Sat, May 11, 9:42 AM
Unknown Object (File)
Fri, May 10, 5:37 AM
Unknown Object (File)
Thu, May 9, 11:40 PM
Unknown Object (File)
Mon, May 6, 9:39 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

oshogbo retitled this revision from to Copy capabilities to new fd after accept(2)..
oshogbo updated this object.
oshogbo edited the test plan for this revision. (Show Details)
sys/kern/uipc_syscalls.c
90–92

can you update the comment to describe the new arg

oshogbo changed the visibility from "All Users" to "Public (No Login Required)".

Add comment requested by emaste@.

I agree with the change but would still like to think about the locking some more

sys/kern/uipc_syscalls.c
123

Discussed with oshogbo on IRC; we get here when havecaps != NULL and ioctls are encountered.

oshogbo edited edge metadata.
oshogbo marked an inline comment as done.

After r305756 we can do that much simpler ;)

I miss comment which was suggested by @emaste.

jonathan edited edge metadata.

Agreed: this change makes perfect sense to me after rS305756.

This revision is now accepted and ready to land.Sep 21 2016, 7:27 PM
This revision was automatically updated to reflect the committed changes.
oshogbo marked an inline comment as done.