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)
Wed, Jun 17, 4:32 AM
Unknown Object (File)
May 20 2026, 2:04 PM
Unknown Object (File)
May 20 2026, 9:02 AM
Unknown Object (File)
May 16 2026, 4:33 PM
Unknown Object (File)
May 15 2026, 11:41 PM
Unknown Object (File)
May 15 2026, 11:40 PM
Unknown Object (File)
May 15 2026, 11:40 PM
Unknown Object (File)
May 15 2026, 11:40 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