- Mar 09, 2018
-
-
Paul Sajna authored
-
Jeremy Soller authored
-
Don't use syscalls that are non-existent on Aarch64 linux boxes. The FORK and RMDIR syscalls are no longer present and the CLONE and UNLINKAT syscalls are used instead.
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
SamwiseFilmore authored
-
-
Dan Robertson authored
The current implementation of open requires the user to pass all three args to the function. It should use a va_list and allow a user to provide only the filename and flags.
-
SamwiseFilmore authored
Wrote tests for the functions implemented in 40558b26 and maybe made that test a little more comprehensible. Also made sure that fmt.sh and test.sh were being executed by bash all the time (compatibility with other shells).
-
- Mar 08, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
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
-
Paul Sajna authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Paul Sajna authored
-
- Mar 07, 2018
-
-
Jeremy Soller authored
-
- Mar 05, 2018
-
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
- Mar 04, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 03, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-