summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext/process.rs
AgeCommit message (Collapse)AuthorLines
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-4/+24
deprecate before_exec in favor of unsafe pre_exec Fixes https://github.com/rust-lang/rust/issues/39575 As per the [lang team decision](https://github.com/rust-lang/rust/issues/39575#issuecomment-442993358): > The language team agreed that before_exec should be unsafe, and leaves the details of a transition plan to the libs team. Cc @alexcrichton @rust-lang/libs how would you like to proceed?
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-03POSIX requires async signal safety for fork in signal handlers, not in generalRalf Jung-2/+1
2019-02-02pre_exec: expand docsRalf Jung-3/+4
2019-02-02deprecate things a bit slowerRalf Jung-1/+1
2019-02-01also replace before_exec by pre_exec on redoxRalf Jung-4/+24
2018-12-25Remove licensesMark Rousskov-10/+0
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