summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/mod.rs
AgeCommit message (Collapse)AuthorLines
2018-03-03Move process::ExitCode internals to sysScott McMurray-1/+1
Now begins the saga of fixing compilation errors on other platforms...
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-1/+1
2016-12-01std::process fuchsia support cleanupTheodore DeRego-0/+2
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and ↵Theodore DeRego-0/+20
refactored out some now-duplicated code into a 'process_common.rs'