index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Ptrace.cpp
Age
Commit message (
Expand
)
Author
2021-01-02
Kernel: Release scheduler_lock in ptrace once we know tracee is stopped
Itamar
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-23
Kernel: Ptrace::handle_syscall() should return errors as KResult
Andreas Kling
2020-12-23
Kernel: Don't assert on PT_PEEK with kernelspace address
Andreas Kling
2020-12-22
Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()
Andreas Kling
2020-12-12
Kernel: Change wait blocking to Process-only blocking
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-03
Kernel: Fix a few Thread::block related races
Tom
2020-08-02
Kernel: Use Userspace<T> in ptrace syscall
Brian Gianforcaro
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
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