Files
mckernel/kernel
bgerofi@riken.jp b2cab453f1 clone(): do not allow setting CLONE_THREAD and CLONE_VM separately
XXX: When CLONE_VM is set but CLONE_THREAD is not the new thread is
meant to have its own thread group, i.e., when calling exit_group()
the cloner thread wouldn't be killed. However, this is a problem on
the Linux side because we do not invoke clone in mcexec when threads
are created. Thus, currently no support for this combination is
provided.
2014-12-04 16:55:18 +09:00
..
2014-01-24 20:18:36 +09:00
2014-03-30 16:14:19 +09:00
2014-03-27 15:32:23 +09:00
2014-07-07 18:11:36 +09:00
2013-06-06 11:53:30 -05:00