summaryrefslogtreecommitdiff
path: root/Kernel/API/KResult.h
AgeCommit message (Expand)Author
2021-09-07Kernel: Remove redundant [[nodiscard]] on KResult return valuesAndreas Kling
2021-09-05Kernel: Make KResult usable with TRY() as wellAndreas Kling
2021-09-05Kernel: Make KResult pull in the TRY macroAndreas Kling
2021-09-05Kernel: Add KResultOr::release_error()Andreas Kling
2021-09-05AK+Kernel: Move KResult.h to Kernel/API for userspace accesssin-ack