Age | Commit message (Expand) | Author |
---|---|---|
2020-02-20 | AK: Use size_t for ByteBuffer sizes | Andreas Kling |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling |
2020-01-22 | dmesg: Use pledge() and unveil() | Brian Gianforcaro |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-31 | dmesg: Add missing newline to error message | Andreas Kling |
2019-09-21 | LibCore: Convert CFile to ObjectPtr | Andreas Kling |
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling |
2019-06-02 | Userland: Use CFile in dmesg | Robin Burchell |
2019-01-28 | Expose the kernel log buffer through /proc/dmesg. | Andreas Kling |