>
> It's easy to emulate vfork() with clone(..., CLONE_VM);
Sorry, to follow up myself ;) Of course this is wrong. When you
replace vfork() with clone(.., CLONE_VM); the next exec() will replace
the VM of the calling process too. That's not the intended behaviour
of course. Will drink more coffee before posting again.
-Andi
> -Andi