about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_unix.rs
AgeCommit message (Expand)AuthorLines
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-1/+10
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-4/+4
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+17
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...Theodore DeRego-0/+250