summary refs log tree commit diff
path: root/src/libstd/sys/redox/syscall/call.rs
AgeCommit message (Expand)AuthorLines
2019-02-10libs: doc commentsAlexander Regueiro-52/+52
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-2/+2
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-10-18Remove unused type parameterJeremy Soller-1/+1
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-9/+4
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