Lucas Schumacher lks
  • Troy, NY
  • Joined on 2023-09-19
lks pushed to main at lks/minimalc 2025-04-25 19:17:09 -04:00
f5722b2c09 Fix mips read syscall number
lks pushed to main at lks/minimalc 2025-04-24 22:57:12 -04:00
cbd613e068 Add compile time tests for int.h
0eaae16280 Format int.h to look nicer
519de693ec Fix 64bit ints on mips
Compare 3 commits »
lks pushed to main at lks/minimalc 2025-04-14 21:05:00 -04:00
bd9a3d3b99 Add support for openat on x86_64
c8875d39f2 Add memory to clobber list for read syscalls
Compare 2 commits »
lks pushed to main at lks/minimalc 2025-04-14 18:01:43 -04:00
6a51f8851b Add read support for mips
8a01908b1c Fit mips write return value
Compare 2 commits »
lks pushed to main at lks/minimalc 2025-04-14 17:48:30 -04:00
a8594606c3 Remove reliance on system stdint.h header
lks pushed to main at lks/minimalc 2025-04-14 14:09:24 -04:00
6902b49be2 Add read support for AArch64
c2d03d048a Fix AArch64 write return value
d37d65b500 Fix makefile
Compare 3 commits »
lks pushed to main at lks/minimalc 2025-04-14 13:23:56 -04:00
ff71a50db7 Fix return value for memset
bbc6b1be4f Suppress -Wno-incompatible-library-redeclaration warning for clang
101c95d45f Fix invalid-noreturn error
Compare 3 commits »
lks pushed to main at lks/minimalc 2025-04-14 13:14:30 -04:00
31df6146bf Remove print.c
a72a47e0a3 Add read to buildtest and sys.h
d64176ea7e Add read support for x86_64
Compare 3 commits »
lks pushed to main at lks/minimalc 2025-04-13 22:49:57 -04:00
415dfd9fa4 Fix mips build
eadc256d3f Fix aarch64 build
459626809a Add build test
Compare 3 commits »
lks pushed to main at lks/minimalc 2025-04-13 21:52:26 -04:00
0425a92b79 Start to rearrange archetecture specific code
lks pushed to main at lks/minimalc 2025-04-13 21:38:11 -04:00
9f8469314f Add fork support for mips
lks pushed to main at lks/minimalc 2025-04-13 21:36:40 -04:00
045cafa17b Disable builtin-declaration-mismatch warning in gcc
lks pushed to main at lks/minimalc 2025-04-12 10:30:29 -04:00
f4b2c5477b Disable stack protection in build commands
06de3cc17d Add fork support for x86_64
Compare 2 commits »
lks pushed to main at lks/minimalc 2025-04-11 19:50:20 -04:00
80d5606a81 Also ignore a.out files
lks pushed to main at lks/minimalc 2025-04-11 19:48:06 -04:00
13a0750394 Add fork support for AARCH64
lks pushed to main at lks/minimalc 2025-04-07 22:59:40 -04:00
927556418c Add Makefile
lks pushed to main at lks/minimalc 2025-04-07 22:55:35 -04:00
50ce8f2718 Add mips o32
lks pushed to main at lks/minimalc 2025-04-07 16:04:15 -04:00
2d2cb0c7aa Add _start
lks pushed to main at lks/minimalc 2025-04-07 11:55:49 -04:00
a48fbcf1a2 Add support for AARCH64
lks pushed to main at lks/rrtlpower 2025-03-06 20:24:02 -05:00
9a7bf649f3 first commit