Page MenuHomeFreeBSD

D9939.id26108.diff
No OneTemporary

D9939.id26108.diff

Index: sys/kern/kern_sig.c
===================================================================
--- sys/kern/kern_sig.c
+++ sys/kern/kern_sig.c
@@ -2179,11 +2179,9 @@
if (action == SIG_HOLD &&
!((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG)))
return (ret);
- /*
- * SIGKILL: Remove procfs STOPEVENTs and ptrace events.
- */
+
+ /* Remove procfs STOPEVENTs. */
if (sig == SIGKILL) {
- p->p_ptevents = 0;
/* from procfs_ioctl.c: PIOCBIC */
p->p_stops = 0;
/* from procfs_ioctl.c: PIOCCONT */

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 23, 5:05 PM (13 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24096095
Default Alt Text
D9939.id26108.diff (521 B)

Event Timeline