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)
Mon, Jul 20, 3:53 AM
Unknown Object (File)
Sat, Jul 18, 9:46 AM
Unknown Object (File)
Sat, Jul 4, 4:45 PM
Unknown Object (File)
Sat, Jul 4, 1:24 PM
Unknown Object (File)
Fri, Jul 3, 12:45 AM
Unknown Object (File)
Jun 17 2026, 4:32 AM
Unknown Object (File)
May 20 2026, 2:04 PM
Unknown Object (File)
May 20 2026, 9:02 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