summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext/process.rs
AgeCommit message (Collapse)AuthorLines
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-1/+1
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-3/+7
Add documentation links to the original type for various OS-specific extension traits and normalize the language for introducing such traits. Also, remove some outdated comments around the extension trait definitions.
2017-08-12Fix some typosBastien Orivel-1/+1
2016-12-16Address falloutAaron Turon-1/+1
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-2/+2
2016-10-27Add redox systemJeremy Soller-0/+183