Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115477132
D31481.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
437 B
Referenced Files
None
Subscribers
None
D31481.diff
View Options
diff --git a/sys/compat/linux/linux_fork.c b/sys/compat/linux/linux_fork.c
--- a/sys/compat/linux/linux_fork.c
+++ b/sys/compat/linux/linux_fork.c
@@ -151,6 +151,8 @@
ff |= RFMEM;
if (args->flags & LINUX_CLONE_SIGHAND)
ff |= RFSIGSHARE;
+ if ((args->flags & LINUX_CLONE_CLEAR_SIGHAND) != 0)
+ f2 |= FR2_DROPSIG_CAUGHT;
if (args->flags & LINUX_CLONE_FILES) {
if (!(args->flags & LINUX_CLONE_FS))
f2 |= FR2_SHARE_PATHS;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 6:48 AM (19 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17778371
Default Alt Text
D31481.diff (437 B)
Attached To
Mode
D31481: linux(4): Implement CLONE_CLEAR_SIGHAND option bit.
Attached
Detach File
Event Timeline
Log In to Comment