about summary refs log tree commit diff
path: root/src/libstd/sys/redox/syscall
AgeCommit message (Collapse)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-1328/+0
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-10libs: doc commentsAlexander Regueiro-60/+60
2018-12-25Remove licensesMark Rousskov-90/+0
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-2/+2
fix various typos in doc comments
2018-11-15Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichtonPietro Albini-11/+48
Redox: Update to new changes These are all cherry-picked from our fork: - Remove the `env:` scheme - Update `execve` system call to `fexec` - Interpret shebangs: these are no longer handled by the kernel, which like usual tries to be as minimal as possible
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-10-18Remove unused type parameterJeremy Soller-1/+1
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-11/+48
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2017-12-27Implement rename using new system callJeremy Soller-1/+21
Fix readlink and symlink to utilize O_CLOEXEC
2017-09-11Fix tidy checksJeremy Soller-18/+44
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+146
2017-08-11Fix some typosBastien Orivel-2/+2
2017-07-29Split FL and FD fcntlsJeremy Soller-2/+4
2017-07-17redox: handle multiple paths in PATHIan Douglas Scott-3/+3
2017-07-11Redox: Use O_NOFOLLOW for lstat()Ian Douglas Scott-0/+1
2017-06-29redox: symlink and readlinkIan Douglas Scott-0/+2
2017-06-02Switch to repr(C) for syscall structsJeremy Soller-3/+3
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 ↵Jeremy Soller-0/+6
instead of dup
2016-12-30Add socket timeout and ttl supportJeremy Soller-0/+19
2016-12-20Fix tidyJeremy Soller-3/+6
2016-12-20Readd statvfsJeremy Soller-0/+26
2016-12-20Move rt into sys::rt, fix tidyJeremy Soller-326/+107
2016-12-20Add arm syscallsJeremy Soller-2/+78
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-0/+1285