Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 2012-11-28 | 1 | -2/+0 |
| | | | | | | now it can be done... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | ||||
* | um: kill thread->forking | Al Viro | 2012-09-27 | 1 | -0/+2 |
| | | | | | | | | | | 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> | ||||
* | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | 2011-11-02 | 1 | -0/+5 |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> |