Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Kernel: Use current process EUID in doing profiling access control | Andreas Kling |
2021-01-11 | Kernel+Profiler: Make profiling per-process and without core dumps | Andreas Kling |
2020-12-22 | Kernel: Abort core dump generation if any substep fails | Andreas Kling |
2020-12-15 | Kernel: Avoid null dereference in sys$profiling_disable() | 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: Generate coredumps for profiled processes | Itamar |
2020-12-14 | Kernel: Pass full path of output coredump file to CoreDump | Itamar |
2020-08-02 | Kernel: Remove ProcessInspectionHandle and make Process RefCounted | Tom |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |