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)
Feb 24 2024, 3:45 AM
Unknown Object (File)
Dec 20 2023, 1:39 AM
Unknown Object (File)
Nov 23 2023, 3:08 PM
Unknown Object (File)
Nov 13 2023, 5:54 PM
Unknown Object (File)
Nov 11 2023, 4:31 AM
Unknown Object (File)
Oct 31 2023, 9:16 PM
Unknown Object (File)
Oct 25 2023, 1:25 PM
Unknown Object (File)
Oct 10 2023, 3:31 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–93

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
121

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.