- Mar 10, 2018
-
-
Dan Robertson authored
Add the basics of sys/wait.h so that we get a bit closer to being able to compile libc-test.
-
Add the basics of sys/resource.h so that work can begin on sys/wait.h
-
- Update target location of mman.h to sys/mman.h - Add more types to sys/type.h
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Alex Lyon authored
-
Alex Lyon authored
-
- Mar 09, 2018
-
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna 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
-
SamwiseFilmore authored
No tests written yet! See #36
-
Alex Lyon 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).
-
- Mar 08, 2018
-
-
Jeremy Soller authored
-