summaryrefslogtreecommitdiff
path: root/Kernel/KResult.h
AgeCommit message (Expand)Author
2019-08-02Kernel: Align the KResult value storage appropriately.Andreas Kling
2019-06-14Kernel: Fix KResultOr move constructor not copying errors.Sergey Bugaev
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-04-09Kernel: Yet more work on bringing up POSIX SHM.Andreas Kling
2019-03-06Kernel: Port more code to KResult and KResultOr<T>.Andreas Kling
2019-02-27Kernel: Use KResult in unlink() and rmdir().Andreas Kling
2019-02-26LibC: Make errno codes be #defines instead of enum values.Andreas Kling
2019-02-25Kernel: Add KResult and KResultOr<T> classes.Andreas Kling