Luna/kernel/src/thread
apio 4a654bf093
kernel: Handle OOMs better and without deadlocking
Use a separate task to do it.

Also fix a bug where the init thread would get no kernel stack ever since 5f698b477.
2023-08-17 20:14:33 +02:00
..
Scheduler.cpp kernel: Handle OOMs better and without deadlocking 2023-08-17 20:14:33 +02:00
Scheduler.h kernel: Handle OOMs better and without deadlocking 2023-08-17 20:14:33 +02:00
Thread.cpp kernel: Interrupt syscalls before exiting because of a signal 2023-08-08 10:41:46 +02:00
Thread.h kernel: Handle OOMs better and without deadlocking 2023-08-17 20:14:33 +02:00
ThreadImage.cpp kernel: Support mapping shared memory using mmap() 2023-08-02 22:20:05 +02:00
ThreadImage.h kernel: Add a framework to add more executable formats, possibly from userspace 2023-07-30 18:25:44 +02:00