aboutsummaryrefslogtreecommitdiff
path: root/src/tcb.c
AgeCommit message (Expand)Author
2024-11-01remember to set regs to some valid addressKimplul
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-26fix memory leaks destroying threadsKimplul
2024-08-26make sys_create() better + testKimplul
2024-08-26improve killing processes/threads, testKimplul
2024-07-14expose max number of concurrent threads to usersKimplul
2024-07-14add more checks to getting tcbKimplul
2024-07-09allow mapping null pageKimplul
2024-07-08fix LLVMKimplul
2024-07-07simplify assertionsKimplul
2024-07-07smp now seems to workKimplul
2024-07-06core bringup + various warningsKimplul
2024-07-06adjust stack handlingKimplul
2024-07-06pretty massive virtual memory rewriteKimplul
2024-07-05allow booting with Qemu's -kernel flag directlyKimplul
2024-07-04generalize orphantsKimplul
2024-07-04add note about orphaning running threadsKimplul
2024-07-04add zombie and orphan threadsKimplul
2024-05-24rename common to srcKimplul