summary refs log tree commit diff
path: root/src/libstd/sys/redox/syscall/call.rs
AgeCommit message (Expand)AuthorLines
2017-12-27Implement rename using new system callJeremy Soller-1/+18
2017-09-11Fix tidy checksJeremy Soller-2/+4
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+51
2017-08-11Fix some typosBastien Orivel-2/+2
2017-07-17redox: handle multiple paths in PATHIan Douglas Scott-3/+3
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...Jeremy Soller-0/+5
2016-12-20Move rt into sys::rt, fix tidyJeremy Soller-4/+17
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-0/+287