summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext/mod.rs
AgeCommit message (Collapse)AuthorLines
2017-08-24Fix inconsistent doc headingslukaramu-1/+1
This fixes headings reading "Unsafety" and "Example", they should be "Safety" and "Examples" according to RFC 1574.
2017-08-10Exposed all platform-specific documentation.kennytm-0/+1
2017-07-29Redox: Add JoinHandleExt (matching Unix version)Ian Douglas Scott-0/+3
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-1/+1
2016-10-27Add redox systemJeremy Soller-0/+50