about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process
AgeCommit message (Expand)AuthorLines
2017-12-24Capture environment at spawnDiggory Blake-91/+78
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-3/+2
2017-10-05Remove nacl from libstdest31-3/+2
2017-10-04zircon: update some more zx and lp constantsJames Tucker-22/+16
2017-10-04zircon: the type of zx_handle_t is now unsignedJames Tucker-1/+6
2017-09-24LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACEJames Tucker-2/+2
2017-09-24Fixed casing issues.P.Y. Laligand-16/+16
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-130/+130
2017-09-08Match c_char definitions and enable signal reset for L4ReSebastian Humenda-13/+15
2017-08-28Update the libc submoduleAlex Crichton-2/+3
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+1
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-06-05[fuchsia] Track change of mx_job_defaultRaph Levien-5/+1
2017-04-14Update magenta error codesTheodore DeRego-34/+43
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-2/+25
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-3/+3
2017-02-28std::process for fuchsia: updated to latest liblaunchpadTheodore DeRego-27/+31
2017-02-17Follow rename of mx_handle_wait Magenta syscallsRaph Levien-3/+3
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-7/+7
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-7/+7
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+5
2017-01-24Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up...Theodore DeRego-23/+167
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+17
2016-12-21Removes magenta build warning.Jason Campbell-1/+0
2016-12-01std::process fuchsia support cleanupTheodore DeRego-13/+203
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/+940