summary refs log tree commit diff
path: root/src/libstd/sys/redox/fs.rs
AgeCommit message (Expand)AuthorLines
2017-12-27Implement rename using new system callJeremy Soller-6/+13
2017-11-09Add futex timeoutJeremy Soller-2/+1
2017-07-12Update fs.rsJeremy Soller-1/+1
2017-07-12Update fs.rsJeremy Soller-2/+3
2017-07-12Rollup merge of #43100 - ids1024:stat2, r=aturonMark Simulacrum-2/+2
2017-07-11Redox: Use O_NOFOLLOW for lstat()Ian Douglas Scott-1/+4
2017-07-06Redox: add stat methods(); support is_symlink()Ian Douglas Scott-2/+2
2017-06-30Fix long lineIan Douglas Scott-1/+2
2017-06-29redox: symlink and readlinkIan Douglas Scott-4/+10
2017-06-20Add `Read::initializer`.Steven Fackler-4/+0
2016-12-23Cloexec when creating directoriesJeremy Soller-1/+1
2016-12-23Add Debug to OpenOptions and DirBuilderJeremy Soller-1/+2
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