summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/gen/pipe.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-213713 Implement accept4()Theo Schlossnagle1-0/+35
3714 Implement pipe2() 3715 Implement dup3() 3716 Implement mkostemp() and mkostemps() 3719 so_socketpair syscall should preserve FD_CLOEXEC flag Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>