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