about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-45/+47
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-2/+4
2019-02-13Use posix_spawn_file_actions_addchdir_np when possibleJosh Stone-2/+22
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-03more formattingRalf Jung-2/+4
2019-02-01deprecate before_exec in favor of unsafe pre_execRalf Jung-1/+1
2018-12-25Remove licensesMark Rousskov-50/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-1/+1
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-8/+48
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-99/+8
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-8/+99
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-3/+3
2018-06-07[fuchsia] Migrate from launchpad to fdio_spawn_etcAdam Barth-109/+51
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