summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext
AgeCommit message (Collapse)AuthorLines
2017-07-06Redox: add stat methods(); support is_symlink()Ian Douglas Scott-0/+15
2017-06-23Removed as many "```ignore" as possible.kennytm-21/+31
Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored.
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
See #38644.
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-15/+20
Redox Cross Compilation I will admit - there are things here that I wish I did not have to do. This completes the ability to create a cross compiler from the rust repository for `x86_64-unknown-redox`. I will document this PR with inline comments explaining some things. [View this gist to see how a cross compiler is built](https://gist.github.com/jackpot51/6680ad973986e84d69c79854249f2b7e) Prior discussion of a smaller change is here: https://github.com/rust-lang/rust/pull/38366
2016-12-21Add RawFd traits for netJeremy Soller-15/+20
2016-12-16Address falloutAaron Turon-1/+1
2016-11-28Commit to fix make tidyJeremy Soller-8/+8
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-9/+7
2016-11-15Add set_permJeremy Soller-1/+1
2016-10-28Remove unsafe libc layerJeremy Soller-2/+1
2016-10-27Add redox systemJeremy Soller-0/+741