Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133070515
D9939.id26108.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
D9939.id26108.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9939: Don't clear p_ptevents on normal SIGKILL delivery
Attached
Detach File
Event Timeline
Log In to Comment