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, Sep 6, 9:28 AM
Unknown Object (File)
Sat, Sep 5, 6:57 PM
Unknown Object (File)
Sat, Sep 5, 6:57 PM
Unknown Object (File)
Sat, Sep 5, 4:08 PM
Unknown Object (File)
Thu, Sep 3, 5:08 PM
Unknown Object (File)
Thu, Sep 3, 7:20 AM
Unknown Object (File)
Wed, Sep 2, 3:37 PM
Unknown Object (File)
Wed, Sep 2, 1:09 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