summaryrefslogtreecommitdiff
path: root/Kernel/Coredump.h
AgeCommit message (Expand)Author
2021-09-30Kernel: Exclude userspace heap memory from coredumps by defaultAndreas Kling
2021-09-07Kernel: Rename FileDescription => OpenFileDescriptionAndreas Kling
2021-09-07Kernel: Remove redundant [[nodiscard]] on KResult return valuesAndreas Kling
2021-09-06Kernel: Don't allocate so much when generating coredumpsAndreas Kling
2021-09-06Kernel: Tidy up Coredump constructionAndreas Kling
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling