| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-25 | Random changes | Anton Kling | |
| 2024-03-19 | IRC: Add the IRC client I am working on | Anton Kling | |
| 2024-03-17 | stuff | Anton Kling | |
| 2024-02-21 | New clang-format options | Anton Kling | |
| 2024-02-14 | Kernel: Update signal handling and IPC | Anton Kling | |
| 2024-02-09 | Kernel/Interrupts: Restructure how interrupts are handeled in the kernel | Anton Kling | |
| Now all interrupts go through a common stub which will make certain signal handlers easier to implement | |||
| 2023-11-10 | Kernel Style: Change uint*_t -> u* | Anton Kling | |
| 2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling | |
| This is to allow both the kernel and the userland to share certain header files and to make the folder structure a bit more clear. | |||