| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-01 | rpc actually marks and unmarks stack regions | Kimplul | |
| + Processes won't be able to read previous stack frames etc | |||
| 2024-08-26 | improve killing processes/threads, test | Kimplul | |
| + Remove sys_kill() as we should be using a two-stage process where a thread is first orphaned by sys_detach(), and then the thread itself calls sys_exit() after it has done all necessary cleanup in init. | |||
