about summary refs log tree commit diff
path: root/src/libstd/sys/redox/fs.rs
AgeCommit message (Expand)AuthorLines
2016-11-28Commit to fix make tidyJeremy Soller-5/+9
2016-11-28Remove file path from std::fs::FileJeremy Soller-4/+2
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-66/+59
2016-11-25Fix canonicalizeJeremy Soller-3/+2
2016-11-25Use O_DIRECTORYJeremy Soller-9/+12
2016-11-23Add File set_permissionsJeremy Soller-0/+4
2016-11-15Use chmod instead of fcntl to change file permsJeremy Soller-4/+1
2016-11-15Add set_permJeremy Soller-3/+6
2016-11-10Fix readdirJeremy Soller-7/+11
2016-10-29Implement env, reentrant mutex, and partially implement scoped thread locals....Jeremy Soller-0/+4
2016-10-28Remove unsafe libc layerJeremy Soller-140/+46
2016-10-27Add redox systemJeremy Soller-0/+554