summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/ptrace.cpp
AgeCommit message (Expand)Author
2021-01-20Kernel+LibC: Turn errno codes into a strongly typed enumAndreas Kling
2021-01-11Kernel: Add dedicated "ptrace" pledge promiseAndreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Kernel: Defer switching the paging scope in ptrace(PT_POKE) a littleAndreas Kling
2020-12-20Kernel: Ptrace should not assert on poke in non-mapped tracee memoryAndreas Kling
2020-12-12Kernel: Change wait blocking to Process-only blockingTom
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-08-02Kernel: Use Userspace<T> in ptrace syscallBrian Gianforcaro
2020-07-30Kernel: Rename region_from_foo() => find_region_from_foo()Andreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling