Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | LibC+LibELF: Implement support for the dl_iterate_phdr helper | Gunnar Beutner |
2021-02-28 | Kernel: Use default con/de-structors | Ben Wiederhake |
2020-12-30 | Kernel: Embed a Metadata notes entry in coredumps | Linus Groh |
2020-12-30 | Kernel: Embed a ProcessInfo notes entry in coredumps | Linus Groh |
2020-12-27 | Kernel: Lock target process when generating core dump | Andreas Kling |
2020-12-22 | Kernel: Abort core dump generation if any substep fails | Andreas Kling |
2020-12-15 | Kernel: Make CoreDump::m_num_program_headers const | Andreas Kling |
2020-12-15 | Kernel: Don't take LexicalPath as argument | Andreas Kling |
2020-12-14 | Kernel: Pass full path of output coredump file to CoreDump | Itamar |
2020-12-14 | LibELF: Refactor coredump notes section structures | Itamar |
2020-12-14 | Kernel: Generate a coredump file when a process crashes | Itamar |