summaryrefslogtreecommitdiff
path: root/Kernel/Ptrace.cpp
AgeCommit message (Expand)Author
2021-01-02Kernel: Release scheduler_lock in ptrace once we know tracee is stoppedItamar
2020-12-25Kernel+LibC: Introduce a "dumpable" flag for processesAndreas Kling
2020-12-23Kernel: Ptrace::handle_syscall() should return errors as KResultAndreas Kling
2020-12-23Kernel: Don't assert on PT_PEEK with kernelspace addressAndreas Kling
2020-12-22Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()Andreas Kling
2020-12-12Kernel: Change wait blocking to Process-only blockingTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-08-03Kernel: Fix a few Thread::block related racesTom
2020-08-02Kernel: Use Userspace<T> in ptrace syscallBrian Gianforcaro
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-05-09Kernel: Add missing copyright header to Ptrace.cppLinus Groh
2020-04-14Kernel: Remove SmapDisablers in sys$ptrace() implementationAndreas Kling
2020-04-14Kernel: Fix little mistakes in ptrace(PT_PEEK)Andreas Kling
2020-04-13Kernel: Don't ignore validation result in ptrace(PT_PEEK)Andreas Kling
2020-04-13Kernel: Use copy_from_user() in ptrace(PT_PEEK)Andreas Kling
2020-04-13ptrace: Report error in PT_PEEK via errnoItamar
2020-04-13ptrace: Add PT_SETREGSItamar