about summary refs log tree commit diff
path: root/src/libstd/sys/unix/pipe2.rs
AgeCommit message (Expand)AuthorLines
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-50/+0
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-6/+5
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-1/+3
2015-02-13Add std::processAaron Turon-0/+49