Page MenuHomeFreeBSD

kqueue(9): document f_copy
Needs ReviewPublic

Authored by imp on Thu, Nov 20, 4:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 12:58 AM
Unknown Object (File)
Thu, Nov 20, 10:58 PM
Unknown Object (File)
Thu, Nov 20, 10:27 PM
Unknown Object (File)
Thu, Nov 20, 9:01 PM
Unknown Object (File)
Thu, Nov 20, 7:46 PM

Details

Reviewers
kib
Summary

f_copy controls whether and how a knote is inherited by the child
process.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68771
Build 65654: arc lint + arc unit

Event Timeline

imp requested review of this revision.Thu, Nov 20, 4:13 PM
pauamma_gundo.com added inline comments.
share/man/man9/kqueue.9
208

Did you mean "knote_triv_copy" here?

share/man/man9/kqueue.9
214

I do not understand the second half of this sentence (WRT error), and think that the first half could be reformulated.
I suggest to say it like this, feel free to edit the language:

Filter might set
.Dv f_copy
to
.Fn knote_triv_copy
if there is no additional resource handling required, besides shallow copying of the knote itself.