- Mar 08, 2018
-
-
Dan Robertson authored
Add ctype functions - isalnum - isalpha - isascii - isdigit - islower - isspace - isupper Add stdlib functions - atoi - atol Fix some warnings Make a fmt run
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Alex Lyon authored
-
Alex Lyon authored
-
- Mar 07, 2018
-
-
Alex Lyon authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
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
-
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 05, 2018
-
-
Paul Sajna 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
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-