summaryrefslogtreecommitdiff
path: root/Userland/crash.cpp
AgeCommit message (Expand)Author
2019-08-12Kernel+LibC+crash: Add mprotect() syscallAndreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-22Userland: Fix more compiler warnings.Andreas Kling
2019-06-19Kernel+LibC: Make page fault crashes a bit more readable.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-05-26Userland: Add a helpful little program for provoking different crashes.Andreas Kling