summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_common.rs
AgeCommit message (Expand)AuthorLines
2017-10-05Remove nacl from libstdest31-1/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+1
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-1/+15
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+5
2016-12-01std::process fuchsia support cleanupTheodore DeRego-3/+3
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...Theodore DeRego-0/+480