Commit graph

4 commits

Author SHA1 Message Date
2dc8eac296 System/Setup/Environment: Don't deadlock on spawning multicore tasks simultaneously 2025-03-28 10:31:06 -04:00
11d114aa9d System/Setup/Environment: Patch reboot-on-crash to Fault2 instead of Dbg2 2025-03-15 17:53:06 -04:00
e982c9584a System/FFI/LibC: Round-robin mem_task selection for malloc
This fixes an issue where multiple HTTP requests would arrive
simultaneously, and the subsequent calls to @rsa_import would
end up clobbering the shared mem_task's CHeapCtrl, leading to #GP.

Eventually, we may want to simplify this to only init the CHeapCtrl,
rather than creating the entire CTask, but for now it seems ok.
2025-03-10 07:51:19 -04:00
52cb92f587 Meta: Add files to repository 2025-02-16 15:21:19 -05:00