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)
Sat, May 16, 4:33 PM
Unknown Object (File)
Fri, May 15, 11:41 PM
Unknown Object (File)
Fri, May 15, 11:40 PM
Unknown Object (File)
Fri, May 15, 11:40 PM
Unknown Object (File)
Fri, May 15, 11:40 PM
Unknown Object (File)
Fri, May 15, 11:39 PM
Unknown Object (File)
Thu, May 14, 4:27 AM
Unknown Object (File)
Thu, Apr 30, 3:14 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