summaryrefslogtreecommitdiff
path: root/Userland/dmesg.cpp
AgeCommit message (Expand)Author
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-22dmesg: Use pledge() and unveil()Brian Gianforcaro
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-31dmesg: Add missing newline to error messageAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-06-02Userland: Use CFile in dmesgRobin Burchell
2019-01-28Expose the kernel log buffer through /proc/dmesg.Andreas Kling