NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58896 CVS commit: src/sys/kern



The following reply was made to PR toolchain/58896; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58896 CVS commit: src/sys/kern
Date: Sun, 15 Dec 2024 12:42:34 -0500

 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.
 


Home | Main Index | Thread Index | Old Index