summary refs log tree commit diff
path: root/src/libstd/sys/unix/process
AgeCommit message (Expand)AuthorLines
2018-04-05std: Inline some Termination-related methodsAlex Crichton-0/+1
2018-03-22Command::env_saw_path() may be unused on platforms not using posix_spawn()Bryan Drewery-0/+1
2018-03-19Don't use posix_spawn() if PATH was modified in the environment.Bryan Drewery-0/+4
2018-03-19Merge branch 'update-beta-freebsd' into freebsd-posix-spawnBryan Drewery-2/+14
2018-03-03Move process::ExitCode internals to sysScott McMurray-2/+14
2018-03-02Support posix_spawn() for Linux glibc 2.24+.Bryan Drewery-2/+16
2018-03-02Use _Bryan Drewery-1/+1
2018-03-01Add comment explaining when posix_spawn() can be supported.Bryan Drewery-0/+2
2018-03-01posix_spawn() on OSX supports returning ENOENT.Bryan Drewery-2/+2
2018-02-28posix_spawn() always returns its error rather than setting errno.Bryan Drewery-1/+1
2018-02-28Support posix_spawn() for FreeBSD.Bryan Drewery-2/+2
2018-02-28Remove excess newlineBryan Drewery-1/+0
2018-02-28Pass proper pointer for envp.Bryan Drewery-1/+1
2018-02-28No need to zero when an initializer for the object is already used.Bryan Drewery-3/+3
2018-02-28Avoid error for unused variablesBryan Drewery-1/+1
2018-02-28Support posix_spawn() when possible.Alex Crichton-0/+102
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
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