Age | Commit message (Expand) | Author |
---|---|---|
2020-05-09 | Kernel: Add missing copyright header to Ptrace.cpp | Linus Groh |
2020-04-14 | Kernel: Remove SmapDisablers in sys$ptrace() implementation | Andreas Kling |
2020-04-14 | Kernel: Fix little mistakes in ptrace(PT_PEEK) | Andreas Kling |
2020-04-13 | Kernel: Don't ignore validation result in ptrace(PT_PEEK) | Andreas Kling |
2020-04-13 | Kernel: Use copy_from_user() in ptrace(PT_PEEK) | Andreas Kling |
2020-04-13 | ptrace: Report error in PT_PEEK via errno | Itamar |
2020-04-13 | ptrace: Add PT_SETREGS | Itamar |