Page MenuHomeFreeBSD

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

Authored by brooks on Jun 23 2016, 10:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 4:16 PM
Unknown Object (File)
Feb 16 2024, 12:44 PM
Unknown Object (File)
Jan 8 2024, 8:42 PM
Unknown Object (File)
Dec 23 2023, 12:49 AM
Unknown Object (File)
Nov 8 2023, 5:32 PM
Unknown Object (File)
Sep 14 2023, 7:16 AM
Unknown Object (File)
Jul 31 2023, 5:21 PM
Unknown Object (File)
Jun 3 2023, 5:33 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.