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.h
Age
Commit message (
Expand
)
Author
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-08-31
Kernel: Work using copies of specific region data during a coredump
Tim Schumacher
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
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-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Remove redundant [[nodiscard]] on KResult return values
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
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling