about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process.rs
AgeCommit message (Expand)AuthorLines
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-1/+1
2016-03-08std: Don't always create stdin for childrenAlex Crichton-5/+8
2016-02-10std: Move constant back to where it needs to beAlex Crichton-2/+2
2016-02-10std: Use macros from libc instead of locallyAlex Crichton-24/+3
2016-02-10std: Implement CommandExt::execAlex Crichton-2/+14
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-187/+256
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-9/+7
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-22/+20
2016-02-10std: Implement CommandExt::before_execAlex Crichton-2/+13
2016-02-10std: Refactor process spawning on UnixAlex Crichton-163/+162
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-1/+2
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-1/+1
2016-02-03std: Properly handle interior NULs in std::processKamal Marhubi-15/+57
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-1/+1
2016-01-24sys/unix/process.rs: Update comments in make_argv and make_envpGeoffrey Thomas-9/+6
2016-01-11Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichtonbors-0/+32
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-2/+3
2015-12-25libstd: unix process spawning: fix bug with setting stdioIvan Petkov-0/+32
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-6/+10
2015-11-09std: Migrate to the new libcAlex Crichton-23/+22
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-47/+48
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-16/+27
2015-09-29Tweak Travis to use GCEAlex Crichton-11/+22
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-0/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+1
2015-08-10Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brsonbors-0/+4
2015-08-04std: Ignore test_process_mask on OSXAlex Crichton-0/+4
2015-08-01std: Allow to spawn a process as a session leader on UNIXMickaël Salaün-3/+3
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-06-22Fix build on Android API levels below 21Geoffrey Thomas-0/+10
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-0/+74
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-1/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-22/+11
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-0/+13
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-0/+13
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+4
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+414
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-627/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+1
2015-03-12Stabilize std::pathAaron Turon-1/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-10/+11
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+2
2015-02-25Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-1/+9
2015-02-24Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar...Eunji Jeong-1/+9
2015-02-23Hide unnecessary error checking from the userTobias Bucher-3/+3
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-258/+0
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1