- Mar 09, 2018
-
-
Dan Robertson authored
Merge the final components for Aarch64 support into master.
-
Jeremy Soller authored
implement setid functions and unlink
-
Paul Sajna authored
-
Jeremy Soller authored
Preliminary implementation of strtol()
-
Jeremy Soller authored
-
Jeremy Soller authored
correction to include guard of stat
-
Paul Sajna authored
-
Paul Sajna authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Jeremy Soller authored
Aarch64: Update syscall usage
-
Jeremy Soller 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
Imp va_arg for fcntl; fcntl test
-
Jeremy Soller authored
Implement atof
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
SamwiseFilmore authored
-
-
Jeremy Soller authored
fcntl: open should use a va_list
-
Jeremy Soller authored
Implement fcntl
-
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
-
Jeremy Soller authored
-
SamwiseFilmore authored
No tests written yet! See #36
-
Jeremy Soller authored
string: fix out of bounds bug in strncmp
-
Alex Lyon authored
-
Jeremy Soller authored
Add build badge to README
-
Jeremy Soller authored
ctype: tests and reorganize
-
SamwiseFilmore authored
-
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).
-