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, Jan 5, 8:13 AM
Unknown Object (File)
Fri, Jan 3, 7:43 AM
Unknown Object (File)
Nov 23 2024, 2:51 PM
Unknown Object (File)
Nov 23 2024, 10:51 AM
Unknown Object (File)
Nov 23 2024, 10:23 AM
Unknown Object (File)
Nov 19 2024, 12:04 PM
Unknown Object (File)
Nov 19 2024, 2:45 AM
Unknown Object (File)
Nov 6 2024, 8:57 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