summaryrefslogtreecommitdiff
path: root/Kernel/Coredump.cpp
AgeCommit message (Expand)Author
2023-04-04Kernel: Stop using *LockRefPtr for Process pointersAndreas Kling
2023-03-07Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescriptionAndreas Kling
2023-03-06Kernel: Stop using NonnullLockRefPtrVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-24AK+Kernel: Add includes before removing Kernel/ProcessExposed.hLiav A
2023-02-10Kernel: Return proper errno codes from Coredump::write_regions methodLiav A
2023-01-02Kernel: Turn lock ranks into template parameterskleines Filmröllchen
2022-12-28Kernel: Remove i686 supportLiav A
2022-12-03Kernel+SystemServer: Don't hardcode coredump directory pathLiav A
2022-09-20Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectoryLiav A
2022-08-31Kernel: Buffer an entire region when generating coredumpsTim Schumacher
2022-08-31Kernel: Work using copies of specific region data during a coredumpTim Schumacher
2022-08-24Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtectedAndreas Kling
2022-08-24Kernel: Wrap process address spaces in SpinlockProtectedAndreas Kling
2022-08-24Kernel: Wrap RegionTree objects in SpinlockProtectedAndreas Kling
2022-08-21Kernel: Make File::{chown,chmod} take credentials as inputAndreas Kling
2022-08-21Kernel: Make VirtualFileSystem functions take credentials as inputAndreas Kling
2022-08-21Kernel: Use credentials object in Coredump:try_create_target_fileJames Bellamy
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-18Kernel: Make Region's physical page accessors safer to useAndreas Kling
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-04-03Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTreeAndreas Kling
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-11Kernel: Stop trying to write unmapped Process regions into CoreDumpsIdan Horowitz
2022-01-12Kernel: Convert CoreDump to KString using try_serialize_absolute_pathIdan Horowitz
2021-12-30Kernel: Add some implied auto qualifiersHendiadyoin1
2021-12-22Kernel: Exclude PROT_NONE regions from coredumpsDaniel Bertalan
2021-11-21Kernel: Avoid repeated memory zeroing while generating coredumpsAndreas Kling
2021-11-21Kernel: Remove bogus TODO in coredump generationAndreas Kling
2021-11-21Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T>Andreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
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