- Mar 08, 2018
-
-
Jeremy Soller authored
-
- Mar 07, 2018
-
-
Jeremy Soller authored
string: implement strncat, strncmp, and strncpy
-
Alex Lyon authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Test if the redox version compiles too
-
Paul Sajna authored
-
Jeremy Soller authored
-
Jeremy Soller authored
redox fixes
-
Jeremy Soller authored
Add test.sh and fmt.sh to travis.yml
-
Paul Sajna authored
-
Dan Robertson authored
Do not accept unformatted code.
-
Jeremy Soller authored
Finalize Aarch64 support
-
Dan Robertson authored
Update platform support for linux to avoid the use of syscalls not supported by Aarch64. - link, chown, and open should use fchownat and linkat with fd set to AT_FDCWD. - use dup3 with the 3rd arg set to 0 instead of dup2.
-
Jeremy Soller authored
Add cargo fmt script
-
Jeremy Soller authored
Fix platform
-
Dan Robertson authored
- Add a rustfmt config - Get the current code passing the formatter
-
- Add cfg to extern crate sc. It is not used by redox. - Fix bad syntax in brk implementation for redox - nits - style: update brk implementation for linux - style: no space between not operator and ptr.is_null - style: should be a space around = in module path
-
- Mar 06, 2018
-
-
Jeremy Soller authored
implement some unistd
-
- Mar 05, 2018
-
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Paul Sajna authored
-
- Mar 04, 2018
-
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-