summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_fuchsia.rs
AgeCommit message (Expand)AuthorLines
2017-12-24Capture environment at spawnDiggory Blake-4/+6
2017-10-04zircon: update some more zx and lp constantsJames Tucker-5/+5
2017-09-24LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACEJames Tucker-1/+1
2017-09-24Fixed casing issues.P.Y. Laligand-8/+8
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-38/+38
2017-02-28std::process for fuchsia: updated to latest liblaunchpadTheodore DeRego-21/+15
2017-02-17Follow rename of mx_handle_wait Magenta syscallsRaph Levien-2/+2
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-3/+3
2017-01-24Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up...Theodore DeRego-10/+40
2016-12-01std::process fuchsia support cleanupTheodore DeRego-10/+7
2016-11-30Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch...Theodore DeRego-32/+19
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...Theodore DeRego-0/+190