On 8/7/21 11:42 AM, Warner Losh wrote:
From: Warner Losh<[email protected]>Implement the internlock in fork_start() and fork_end() to properly cope with atomic operations and to safely keep state for parent and child processes. Signed-off-by: Stacey Son<[email protected]> Signed-off-by: Warner Losh<[email protected]> --- bsd-user/main.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
