Page MenuHomeFreeBSD

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

Authored by brooks on Jun 23 2016, 10:18 PM.
Tags
None
Referenced Files
F132339700: D6948.diff
Thu, Oct 16, 1:24 AM
Unknown Object (File)
Sun, Sep 21, 6:35 AM
Unknown Object (File)
Jul 27 2025, 5:18 AM
Unknown Object (File)
Jul 17 2025, 7:38 PM
Unknown Object (File)
Jul 17 2025, 6:23 PM
Unknown Object (File)
Jun 26 2025, 8:30 PM
Unknown Object (File)
Jun 26 2025, 10:39 AM
Unknown Object (File)
Jun 20 2025, 5:57 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #17837)

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 ↗(On Diff #17837)

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 ↗(On Diff #17837)

Works for me. Thanks!

This revision was automatically updated to reflect the committed changes.