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, Nov 3, 7:03 AM
Unknown Object (File)
Wed, Oct 30, 1:01 AM
Unknown Object (File)
Sun, Oct 20, 12:58 PM
Unknown Object (File)
Oct 4 2024, 6:58 PM
Unknown Object (File)
Oct 3 2024, 5:07 PM
Unknown Object (File)
Oct 3 2024, 1:17 PM
Unknown Object (File)
Oct 3 2024, 10:44 AM
Unknown Object (File)
Oct 3 2024, 7:30 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