Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-26 | Kernel: Make VirtIO::ConsolePort construction OOM-fallible | Idan Horowitz |
2022-01-25 | Kernel: Use u64 instead of size_t for File::can_write offset | Idan Horowitz |
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-03 | Kernel: Use `operator ""sv` in all class_name() implementations | Brian Gianforcaro |
2021-09-08 | Kernel/Devices: Ensure appropriate locking on the Device map singleton | Liav A |
2021-09-08 | Kernel/Devices: Remove required_mode and device_name methods | Liav A |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-08-31 | Kernel/VirtIO: Remove redundant VirtIO word from filenames | Liav A |