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
F132000353: D31474.id93444.diff
Sun, Oct 12, 8:25 PM
Unknown Object (File)
Thu, Oct 9, 10:53 PM
Unknown Object (File)
Wed, Sep 24, 9:55 PM
Unknown Object (File)
Wed, Sep 24, 9:43 PM
Unknown Object (File)
Wed, Sep 24, 9:35 PM
Unknown Object (File)
Wed, Sep 24, 9:32 PM
Unknown Object (File)
Wed, Sep 24, 9:29 PM
Unknown Object (File)
Sep 12 2025, 1:24 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