Age | Commit message (Expand) | Author |
---|---|---|
2021-09-07 | Kernel: Remove redundant [[nodiscard]] on KResult return values | Andreas Kling |
2021-09-05 | Kernel: Make KResult usable with TRY() as well | Andreas Kling |
2021-09-05 | Kernel: Make KResult pull in the TRY macro | Andreas Kling |
2021-09-05 | Kernel: Add KResultOr::release_error() | Andreas Kling |
2021-09-05 | AK+Kernel: Move KResult.h to Kernel/API for userspace access | sin-ack |