Age | Commit message (Expand) | Author |
---|---|---|
2022-09-20 | Kernel: Don't blindly compile Bochs debug output code in ConsoleDevice | Liav A |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-08-19 | Kernel: Require lock rank for Spinlock construction | kleines Filmröllchen |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-17 | Kernel: Use default constructors/destructors | Lenny Maiorani |
2022-01-25 | Kernel: Use u64 instead of size_t for File::can_read offset | Idan Horowitz |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-01 | Kernel: Move x86 IO instructions code into the x86 specific folder | Liav A |
2021-09-17 | Kernel/Devices: Use try_create_device helper for ConsoleDevice | Liav A |
2021-09-17 | Kernel/Devices: Move ConsoleDevice into the Devices source directory | Liav A |