Commit Graph

17 Commits

Author SHA1 Message Date
73ad441585 Add waitpid and execve 2026-01-17 15:19:52 -05:00
ed7a811736 Clean up printing code in buildtest 2026-01-17 14:06:47 -05:00
7c8c2e2dc2 Add x86_64 start code to access argc and argv 2025-05-02 20:48:09 -04:00
d47709b03c Move generic start code and memset into arch/generic.h 2025-05-02 11:36:05 -04:00
ab5dd8d9fb Add support for clock syscalls 2025-04-30 12:52:49 -04:00
adfdaa27f7 Add support for fflush and close syscalls 2025-04-27 02:48:55 -04:00
faab7a9622 Add test for creating a new file and add openc macro to use openat with the mode option 2025-04-27 02:19:47 -04:00
39e797f937 Fix STDIN and STDOUT 2025-04-26 13:09:33 -04:00
0caa6320b1 Add openat support for AARCH64 2025-04-26 11:10:39 -04:00
47d317b977 Add support for openat on mips 2025-04-25 19:43:55 -04:00
bd9a3d3b99 Add support for openat on x86_64 2025-04-14 20:59:04 -04:00
Lucas Schumacher
6a51f8851b Add read support for mips 2025-04-14 18:01:31 -04:00
a8594606c3 Remove reliance on system stdint.h header 2025-04-14 17:47:58 -04:00
6902b49be2 Add read support for AArch64 2025-04-14 14:09:14 -04:00
c2d03d048a Fix AArch64 write return value 2025-04-14 14:01:25 -04:00
a72a47e0a3 Add read to buildtest and sys.h 2025-04-14 13:09:45 -04:00
459626809a Add build test 2025-04-13 22:39:13 -04:00