Age | Commit message (Expand) | Author |
---|---|---|
2019-04-03 | Kernel: Remove ancient nprocess and nblocked globals. | Andreas Kling |
2019-04-01 | Kernel: Add a blunt big process lock. | Andreas Kling |
2019-03-27 | Kernel: Save/restore the SSE context on context switch. | Andreas Kling |
2019-03-24 | Kernel: Make block() and yield() automatically call Scheduler::yield(). | Andreas Kling |
2019-03-23 | Kernel: Add a Thread::all_threads() helper. | Andreas Kling |
2019-03-23 | Kernel+LibC: Add a simple create_thread() syscall. | Andreas Kling |
2019-03-23 | Kernel: Don't add the colonel process' main thread to g_threads. | Andreas Kling |
2019-03-23 | Kernel: Introduce threads, and refactor everything in support of it. | Andreas Kling |