17 Commits

Author SHA1 Message Date
9163857e83 Add generic strlen implementation 2025-05-02 20:47:16 -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
74cfa5f949 Add socket support for mips 2025-04-29 18:53:48 -04:00
37bf95704e Add size_t ssize_t and socklen_t 2025-04-29 15:36:43 -04:00
b890d54c8f Add socket and IPv4 support for x86_64 2025-04-29 01:36:20 -04:00
52a7a909ff Fix header guards 2025-04-27 02:58:04 -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
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
ff71a50db7 Fix return value for memset 2025-04-14 13:23:42 -04:00
a72a47e0a3 Add read to buildtest and sys.h 2025-04-14 13:09:45 -04:00
0425a92b79 Start to rearrange archetecture specific code 2025-04-13 21:52:14 -04:00