| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-01-25 | Rollup merge of #39212 - redox-os:master, r=brson | Guillaume Gomez | -1/+8 | |
| Use libc errno in Redox submodule This fixes https://github.com/redox-os/redox/issues/830, and is necessary when using libc in Redox | ||||
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -5/+5 | |
| See #38644. | ||||
| 2017-01-20 | Use libc errno | Jeremy Soller | -1/+8 | |
| 2017-01-13 | Add try_wait to Redox process | Jeremy Soller | -0/+14 | |
| 2016-12-30 | Add socket timeout and ttl support | Jeremy Soller | -26/+128 | |
| 2016-12-27 | Fix arguments on Redox | Jeremy Soller | -9/+5 | |
| 2016-12-23 | Cloexec when creating directories | Jeremy Soller | -1/+1 | |
| 2016-12-23 | Add Debug to OpenOptions and DirBuilder | Jeremy Soller | -1/+2 | |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -22/+1317 | |
| Redox Cross Compilation I will admit - there are things here that I wish I did not have to do. This completes the ability to create a cross compiler from the rust repository for `x86_64-unknown-redox`. I will document this PR with inline comments explaining some things. [View this gist to see how a cross compiler is built](https://gist.github.com/jackpot51/6680ad973986e84d69c79854249f2b7e) Prior discussion of a smaller change is here: https://github.com/rust-lang/rust/pull/38366 | ||||
| 2016-12-22 | Remove start functions, use newlib instead of openlibm + ralloc | Jeremy Soller | -131/+0 | |
| 2016-12-21 | Add RawFd traits for net | Jeremy Soller | -15/+64 | |
| 2016-12-20 | Fix tidy | Jeremy Soller | -3/+6 | |
| 2016-12-20 | Fix building without backtrace | Jeremy Soller | -0/+1 | |
| 2016-12-20 | Readd statvfs | Jeremy Soller | -0/+26 | |
| 2016-12-20 | Move rt into sys::rt, fix tidy | Jeremy Soller | -334/+137 | |
| 2016-12-20 | Add arm syscalls | Jeremy Soller | -2/+78 | |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+1 | |
| 2016-12-15 | Add start functions, switch allocation crate to ralloc | Jeremy Soller | -3/+78 | |
| 2016-12-15 | WIP: Cross-compilation for Redox target | Jeremy Soller | -7/+1400 | |
| 2016-12-12 | Fix tidy checks | Jeremy Soller | -1/+2 | |
| 2016-12-12 | Fix accidental removal of import | Jeremy Soller | -0/+1 | |
| 2016-12-12 | Rollback prefix | Jeremy Soller | -3/+3 | |
| 2016-11-30 | Cleanup env | Jeremy Soller | -4/+5 | |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -42/+155 | |
| 2016-11-28 | Remove file path from std::fs::File | Jeremy Soller | -4/+2 | |
| 2016-11-28 | Move stdout/err flush into sys | Jeremy Soller | -1/+1 | |
| 2016-11-28 | Switch to using Prefix::Verbatim | Jeremy Soller | -1/+1 | |
| 2016-11-28 | Switch to using syscall crate directly - without import | Jeremy Soller | -188/+171 | |
| 2016-11-25 | Fix canonicalize | Jeremy Soller | -3/+2 | |
| 2016-11-25 | Use O_DIRECTORY | Jeremy Soller | -9/+12 | |
| 2016-11-23 | Allow setting nonblock on sockets | Jeremy Soller | -11/+16 | |
| 2016-11-23 | Add File set_permissions | Jeremy Soller | -0/+4 | |
| 2016-11-17 | Replace setuid, setgid with setreuid, setregid | Jeremy Soller | -2/+2 | |
| 2016-11-17 | Add signal support, better exec error handling | Jeremy Soller | -34/+80 | |
| 2016-11-15 | Use chmod instead of fcntl to change file perms | Jeremy Soller | -4/+1 | |
| 2016-11-15 | Add set_perm | Jeremy Soller | -4/+7 | |
| 2016-11-14 | Simple implementation of read2 | Jeremy Soller | -10/+13 | |
| 2016-11-14 | Add current_exe support | Jeremy Soller | -2/+12 | |
| 2016-11-14 | Fix redox prefix handling | Jeremy Soller | -2/+10 | |
| 2016-11-14 | Add fcntl | Jeremy Soller | -5/+11 | |
| 2016-11-10 | Fix readdir | Jeremy Soller | -7/+11 | |
| 2016-11-10 | Fixes for stdio and processes on Redox | Jeremy Soller | -4/+29 | |
| 2016-11-09 | Fix exec | Jeremy Soller | -56/+10 | |
| 2016-11-03 | Update to new sys requirements | Jeremy Soller | -0/+123 | |
| 2016-10-30 | Fix for thread locals | Jeremy Soller | -15/+24 | |
| 2016-10-30 | Implement TLS scoped keys, compiler builtins | Jeremy Soller | -2/+2 | |
| 2016-10-30 | Implement thread | Jeremy Soller | -14/+12 | |
| 2016-10-29 | Implement rand and args, cleanup other modules | Jeremy Soller | -74/+29 | |
| 2016-10-29 | Implement env, reentrant mutex, and partially implement scoped thread ↵ | Jeremy Soller | -49/+174 | |
| locals. Better error messages for unsupported features | ||||
| 2016-10-28 | Remove unsafe libc layer | Jeremy Soller | -637/+183 | |
