Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152629209
D42745.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
294 B
Referenced Files
None
Subscribers
None
D42745.id.diff
View Options
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -985,6 +985,7 @@
proc_id_clear(PROC_ID_PID, p->p_pid);
PROC_LOCK(p);
+ knlist_delete(p->p_klist, td, 1);
knlist_detach(p->p_klist);
p->p_klist = NULL;
PROC_UNLOCK(p);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 3:10 AM (11 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31635941
Default Alt Text
D42745.id.diff (294 B)
Attached To
Mode
D42745: kqueue: on process exit, force-clear its registered signal events
Attached
Detach File
Event Timeline
Log In to Comment