aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-01-24make physical memory request a capabilityKimplul
2026-01-24improve timer handlingKimplul
2024-11-08document __prepare_execKimplul
2024-11-02make it more obvious dynamic elf isn't supportedKimplul
2024-11-02update elf docsKimplul
2024-11-02allow skipping some cache flushes in procKimplul
2024-11-02check effective id of createKimplul
2024-11-02check spawn exhaustionKimplul
2024-11-02intial working sys_spawnKimplul
2024-11-02initial exec supportKimplul
2024-11-01simplify enter_rpc, remove finalize_rpcKimplul
2024-11-01mark some hot path functions inlineKimplul
2024-11-01flush only current tlb during page faultKimplul
2024-11-01copy rpc stacks directlyKimplul
2024-11-01move stack modifications to be earlier in rpcKimplul
2024-11-01speed up creating threads quite a bitKimplul
2024-11-01test all ipc variants more-or-less properlyKimplul
2024-11-01remember to set regs to some valid addressKimplul
2024-11-01rpc actually marks and unmarks stack regionsKimplul
2024-10-30bookkeepingKimplul
2024-10-30tests passKimplul
2024-10-30most of the way to passing testsKimplul
2024-10-29start moving towards threads always being in rpcKimplul
2024-08-30improvements to shared memory handlingKimplul
2024-08-30fix a couple memory issuesKimplul
2024-08-30speed up ipc_resp a bitKimplul
2024-08-27convert addr to page in find_closest_used_regionKimplul
2024-08-27add optimizations for memcpy and memsetKimplul
2024-08-26add magic assertKimplul
2024-08-26fix memory leaks destroying threadsKimplul
2024-08-26make sys_create() better + testKimplul
2024-08-26improve killing processes/threads, testKimplul
2024-08-22add ipc_notify testcase, remove ipc_ghostKimplul
2024-08-22change sys_ret handling to always include idKimplul
2024-08-21add malloc testKimplul
2024-08-18small fixes to issues reported by analyzerKimplul
2024-07-18mark some ipc functions inlineKimplul
2024-07-18add ipc_tail()Kimplul
2024-07-17make compilation more robust on *BSDKimplul
2024-07-14expose max number of concurrent threads to usersKimplul
2024-07-14add some missing docsKimplul
2024-07-14add more checks to getting tcbKimplul
2024-07-09fix make cleanKimplul
2024-07-09start working on testsKimplul
2024-07-09allow regions to have reserved areasKimplul
2024-07-09allow mapping null pageKimplul
2024-07-08fix LLVMKimplul
2024-07-08add orphan checking to timer and irq handlingKimplul
2024-07-07add req_page back in as I realized it's usefulKimplul
2024-07-07make executable entrypoint universal callbackKimplul