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, Jul 31, 7:41 PM
Unknown Object (File)
Sat, Jul 25, 5:27 AM
Unknown Object (File)
Fri, Jul 24, 8:59 AM
Unknown Object (File)
Mon, Jul 20, 3:53 AM
Unknown Object (File)
Sat, Jul 18, 9:46 AM
Unknown Object (File)
Jul 4 2026, 4:45 PM
Unknown Object (File)
Jul 4 2026, 1:24 PM
Unknown Object (File)
Jul 3 2026, 12:45 AM
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