Page MenuHomeFreeBSD

Update to reflect pipe() calling pipe2().
ClosedPublic

Authored by brooks on Jun 23 2016, 10:18 PM.
Tags
None
Referenced Files
F105794997: D6948.diff
Fri, Dec 20, 7:30 PM
Unknown Object (File)
Nov 3 2024, 1:39 AM
Unknown Object (File)
Nov 3 2024, 1:39 AM
Unknown Object (File)
Nov 3 2024, 1:36 AM
Unknown Object (File)
Nov 2 2024, 5:41 AM
Unknown Object (File)
Oct 23 2024, 11:49 AM
Unknown Object (File)
Oct 3 2024, 4:20 AM
Unknown Object (File)
Sep 28 2024, 2:27 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4326
Build 4371: arc lint + arc unit

Event Timeline

brooks retitled this revision from to Update to reflect pipe() calling pipe2()..
brooks updated this object.
brooks edited the test plan for this revision. (Show Details)
brooks added a reviewer: jhb.
jhb edited edge metadata.

Thanks.

We should document this for open() as well then.

This revision is now accepted and ready to land.Jun 23 2016, 10:52 PM
wblock added inline comments.
lib/libc/sys/pipe.2
121

Should dtrace(1) and ktrace(1) be added to the SEE ALSO section? I don't know if we have a hard rule about that.

lib/libc/sys/pipe.2
121

I waffled on that myself, but went with not adding them because they are effectively unrelated to pipe().

wblock added a reviewer: wblock.
wblock added inline comments.
lib/libc/sys/pipe.2
121

Works for me. Thanks!

This revision was automatically updated to reflect the committed changes.