| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -1328/+0 | |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -2/+2 | |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -60/+60 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -90/+0 | |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -2/+2 | |
| fix various typos in doc comments | ||||
| 2018-11-15 | Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton | Pietro 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-13 | fix various typos in doc comments | Andy Russell | -2/+2 | |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 | |
| 2018-10-18 | Remove unused type parameter | Jeremy Soller | -1/+1 | |
| 2018-10-18 | Update to new system calls and enviromental variables | Jeremy Soller | -11/+48 | |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 | |
| 2017-12-27 | Implement rename using new system call | Jeremy Soller | -1/+21 | |
| Fix readlink and symlink to utilize O_CLOEXEC | ||||
| 2017-09-11 | Fix tidy checks | Jeremy Soller | -18/+44 | |
| 2017-09-11 | Sync with upstream syscall library | Jeremy Soller | -12/+146 | |
| 2017-08-11 | Fix some typos | Bastien Orivel | -2/+2 | |
| 2017-07-29 | Split FL and FD fcntls | Jeremy Soller | -2/+4 | |
| 2017-07-17 | redox: handle multiple paths in PATH | Ian Douglas Scott | -3/+3 | |
| 2017-07-11 | Redox: Use O_NOFOLLOW for lstat() | Ian Douglas Scott | -0/+1 | |
| 2017-06-29 | redox: symlink and readlink | Ian Douglas Scott | -0/+2 | |
| 2017-06-02 | Switch to repr(C) for syscall structs | Jeremy Soller | -3/+3 | |
| 2017-04-16 | Fix stdio descriptors in exec by removing cloexec if present. Use dup2 ↵ | Jeremy Soller | -0/+6 | |
| instead of dup | ||||
| 2016-12-30 | Add socket timeout and ttl support | Jeremy Soller | -0/+19 | |
| 2016-12-20 | Fix tidy | Jeremy Soller | -3/+6 | |
| 2016-12-20 | Readd statvfs | Jeremy Soller | -0/+26 | |
| 2016-12-20 | Move rt into sys::rt, fix tidy | Jeremy Soller | -326/+107 | |
| 2016-12-20 | Add arm syscalls | Jeremy Soller | -2/+78 | |
| 2016-12-15 | WIP: Cross-compilation for Redox target | Jeremy Soller | -0/+1285 | |
