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, May 10, 9:44 AM
Unknown Object (File)
Thu, May 9, 9:45 AM
Unknown Object (File)
Sun, May 5, 12:22 PM
Unknown Object (File)
Wed, May 1, 12:39 PM
Unknown Object (File)
Wed, Apr 17, 12:21 AM
Unknown Object (File)
Apr 9 2024, 8:28 PM
Unknown Object (File)
Apr 7 2024, 5:37 PM
Unknown Object (File)
Apr 3 2024, 4:54 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