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)
Fri, Apr 10, 1:11 AM
Unknown Object (File)
Tue, Apr 7, 7:32 AM
Unknown Object (File)
Sun, Apr 5, 4:02 AM
Unknown Object (File)
Fri, Mar 27, 10:37 AM
Unknown Object (File)
Thu, Mar 26, 1:33 AM
Unknown Object (File)
Mar 5 2026, 5:23 AM
Unknown Object (File)
Feb 24 2026, 5:54 PM
Unknown Object (File)
Feb 19 2026, 1:10 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