about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/process.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-234/+0
2020-05-12Stabilize process_set_argv0 feature for UnixJeremy Fitzhardinge-1/+1
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-7/+12
2019-11-19Add unix::process::CommandExt::arg0Jeremy Fitzhardinge-0/+16
2019-02-28libstd => 2018Taiki Endo-6/+6
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-4/+24
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-03POSIX requires async signal safety for fork in signal handlers, not in generalRalf Jung-2/+1
2019-02-02pre_exec: expand docsRalf Jung-3/+4
2019-02-02deprecate things a bit slowerRalf Jung-1/+1
2019-02-01also replace before_exec by pre_exec on redoxRalf Jung-1/+1
2019-02-01deprecate before_exec in favor of unsafe pre_execRalf Jung-3/+23
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-2/+6
2018-04-03Stabilize parent_id()Thayne McCombs-1/+1
2017-11-19Add process::parent_idSteven Fackler-0/+6
2017-08-12Fix some typosBastien Orivel-1/+1
2017-01-19Expand documentation of process::exit and execSimonas Kazlauskas-0/+10
2016-12-15Stabilize std::os::unix::process::CommandExt::before_execAaron Turon-1/+1
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-3/+3
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+1
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-20/+0
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+9
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+3
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-5/+4
2016-02-10std: Implement CommandExt::execAlex Crichton-0/+26
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-1/+3
2016-02-10std: Implement CommandExt::before_execAlex Crichton-0/+38
2016-02-10std: Refactor process spawning on UnixAlex Crichton-1/+1
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-3/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-4/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-08-15std: Add issues to all unstable featuresAlex Crichton-8/+10
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-0/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-08-01std: Allow to spawn a process as a session leader on UNIXMickaël Salaün-0/+16
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-2/+20
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-23/+5
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-1/+48
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+65