summary refs log tree commit diff
path: root/src/libstd/sys/unix/process.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-20Register new snapshotsAlex Crichton-258/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+249
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+9
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-1/+1
2015-02-13Add std::processAaron Turon-0/+6
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-10Fix aarch64 test issues (same level to arm32)Eunji Jeong-1/+9
2015-02-04remove all kind annotations from closuresJorge Aparicio-3/+3
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-1/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-13/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-13/+1
2015-02-01openbsd supportSébastien Marie-2/+3
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-4/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-7/+7
2015-01-05std: Redesign c_str and c_vecAlex Crichton-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-8/+8
2015-01-02std: Stabilize the prelude moduleAlex Crichton-9/+10
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-3/+3
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1