Page MenuHomeFreeBSD

linux(4): Add struct clone_args for future clone3 system call.
ClosedPublic

Authored by dchagin on Aug 9 2021, 4:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 27, 6:41 PM
Unknown Object (File)
Thu, Apr 24, 11:16 PM
Unknown Object (File)
Mon, Apr 21, 3:56 AM
Unknown Object (File)
Mar 26 2025, 7:36 AM
Unknown Object (File)
Feb 27 2025, 1:03 AM
Unknown Object (File)
Feb 21 2025, 8:43 PM
Unknown Object (File)
Feb 4 2025, 5:16 PM
Unknown Object (File)
Jan 18 2025, 7:29 PM
Subscribers

Details

Summary

In preparation for clone3 system call add struct clone_args and use it in
clone implementation.
Move all of clone related bits to the newly created linux_fork.h header.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable