Age | Commit message (Expand) | Author |
---|---|---|
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-05 | AK+Kernel: Move KResult.h to Kernel/API for userspace access | sin-ack |
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |