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, Apr 17, 12:21 AM
Unknown Object (File)
Tue, Apr 9, 8:28 PM
Unknown Object (File)
Sun, Apr 7, 5:37 PM
Unknown Object (File)
Wed, Apr 3, 4:54 PM
Unknown Object (File)
Wed, Apr 3, 3:53 PM
Unknown Object (File)
Mar 20 2024, 4:32 PM
Unknown Object (File)
Mar 15 2024, 4:28 AM
Unknown Object (File)
Mar 11 2024, 5:01 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