summaryrefslogtreecommitdiff
path: root/Kernel/Coredump.cpp
AgeCommit message (Expand)Author
2021-09-30Kernel: Exclude userspace heap memory from coredumps by defaultAndreas Kling
2021-09-09Kernel: Use KString all the way in sys$execve()Andreas Kling
2021-09-07Kernel: Make it possible for KBufferBuilder creation to failAndreas Kling
2021-09-07Kernel: Rename FileDescription => OpenFileDescriptionAndreas Kling
2021-09-06Kernel: Don't allocate so much when generating coredumpsAndreas Kling
2021-09-06Kernel: Tidy up Coredump constructionAndreas Kling
2021-09-06Kernel: Use TRY() in CoredumpAndreas Kling
2021-09-06Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcherAndreas Kling
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling