index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Coredump.cpp
Age
Commit message (
Expand
)
Author
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-11
Kernel: Stop trying to write unmapped Process regions into CoreDumps
Idan Horowitz
2022-01-12
Kernel: Convert CoreDump to KString using try_serialize_absolute_path
Idan Horowitz
2021-12-30
Kernel: Add some implied auto qualifiers
Hendiadyoin1
2021-12-22
Kernel: Exclude PROT_NONE regions from coredumps
Daniel Bertalan
2021-11-21
Kernel: Avoid repeated memory zeroing while generating coredumps
Andreas Kling
2021-11-21
Kernel: Remove bogus TODO in coredump generation
Andreas Kling
2021-11-21
Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T>
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-30
Kernel: Exclude userspace heap memory from coredumps by default
Andreas Kling
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-07
Kernel: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-06
Kernel: Don't allocate so much when generating coredumps
Andreas Kling
2021-09-06
Kernel: Tidy up Coredump construction
Andreas Kling
2021-09-06
Kernel: Use TRY() in Coredump
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling