about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process2.rs
AgeCommit message (Expand)AuthorLines
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-1/+1
2015-02-27remove leftover annotationsJorge Aparicio-1/+1
2015-02-26fixing a few bitrig build breakersDave Huseby-0/+1
2015-02-24Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar...Eunji Jeong-1/+10
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-4/+4
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-13Add std::processAaron Turon-0/+446