about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-1543/+0
2020-07-19Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodtManish Goregaokar-7/+3
2020-07-15Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomezManish Goregaokar-0/+2
2020-07-15Remove combine functionLzu Tao-7/+3
2020-07-14Added docs for `From<c_int>` for `ExitStatus`Vincent Esche-0/+2
2020-07-12process_unix: prefer i32::*_be_bytes over manually shifting bytesLzu Tao-14/+12
2020-06-09Mark tests whcih don't work under riscv emulationTom Eccles-0/+1
2020-05-22Implement `Sync` for `process::Command on unix and vxworksLeSeulArtichaut-2/+4
2020-03-31more clippy fixesMatthias Krüger-1/+1
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-2/+2
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-3/+1
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2019-12-22Format the worldMark Rousskov-84/+88
2019-12-16Fix up Command Debug output when arg0 is specified.Jeremy Fitzhardinge-2/+6
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-139/+200
2019-11-19Add unix::process::CommandExt::arg0Jeremy Fitzhardinge-10/+19
2019-09-25Fix ExitStatus on FuchsiaTyler Mandry-75/+93
2019-09-07Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertjMazdak Farrokhzad-27/+76
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-4/+5
2019-08-30fuchsia: Fix default environment behavior when spawningTyler Mandry-2/+5
2019-08-30fuchsia: Don't fail to spawn if no stdin existsTyler Mandry-22/+41
2019-08-30Don't try to use /dev/null on FuchsiaTyler Mandry-9/+36
2019-08-29Update zx_time_t to an i64Tyler Mandry-3/+3
2019-08-23Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbinibors-13/+12
2019-08-19Consolidate sigemptyset workaroundsJoe Richey-40/+27
2019-08-19remove any from cfgsArtyom Pavlov-2/+2
2019-08-19cfg fix 2Artyom Pavlov-1/+2
2019-08-19fix cfgArtyom Pavlov-11/+9
2019-08-06Fix cfg_if usageJeremy Soller-1/+1
2019-08-06redox: convert to target_family unixJeremy Soller-9/+20
2019-07-18Fix clippy::len_zero warningsMateusz Mikuła-1/+1
2019-06-26Use pointer::write_bytes for android sigemptysetJosh Stone-5/+3
2019-06-26Avoid mem::uninitialized() in std::sys::unixJosh Stone-34/+34
2019-05-06use exhaustive_patterns to be able to use `?`Marcel Hellwig-5/+6
2019-05-06convert custom try macro to `?`Marcel Hellwig-17/+10
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