Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-27 | um: kill thread->forking | Al Viro | |
we only use that to tell copy_thread() done by syscall from that done by kernel_thread(). However, it's easier to do simply by checking PF_KTHREAD in thread flags. Merge sys_clone() guts for 32bit and 64bit, while we are at it... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-05-21 | um: missing checks of __put_user()/__get_user() return values | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2011-11-02 | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> |