Module Name: src
Committed By: christos
Date: Sun Dec 15 17:42:34 UTC 2024
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
PR/58896: Martin Husemann: PT_KILL will not deliver a kill signal to a stopped
process: When the process is stopped, the code resumes it instead of sending
the signal. Change it so that if we are sending SIGKILL, resume and send
the signal.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/kern/sys_ptrace_common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.