summaryrefslogtreecommitdiff
path: root/man2/clone.2
AgeCommit message (Expand)AuthorFilesLines
2014-05-28locale.1, adjtimex.2, clone.2, fork.2, getrlimit.2, remap_file_pages.2, set_m...Michael Kerrisk1-1/+1
2014-05-22clone.2: ERRORS: add cross-reference to fork(2) for explanation of EAGAINMichael Kerrisk1-1/+2
2014-04-28clone.2, execve.2, getpriority.2, ipc.2, kcmp.2, killpg.2, msgctl.2, msgget.2...Michael Kerrisk1-2/+2
2014-04-23clone.2: wfixMichael Kerrisk1-1/+1
2014-03-26clone.2: grfixMichael Kerrisk1-1/+1
2014-03-11clone.2: srcfix: Remove FIXMEMichael Kerrisk1-1/+1
2014-02-27clone.2: Note that CLONE_THREAD also in effect required CLONE_VMMichael Kerrisk1-2/+7
2014-02-10clone.2, pthread_attr_setstack.3: srcfixMichael Kerrisk1-1/+0
2014-01-05chown.2, clone.2, mmap.2, pipe.2, ftw.3, mq_notify.3: Add "Program source" su...Michael Kerrisk1-3/+2
2014-01-03clone.2: wfixMichael Kerrisk1-1/+1
2013-08-08intro.1, time.1, access.2, acct.2, alloc_hugepages.2, bind.2, chdir.2, chmod....Michael Kerrisk1-3/+3
2013-04-19Removed trailing white space at end of linesMichael Kerrisk1-1/+1
2013-04-17clone.2: Add short subsection noting that blackfin, m68k, and sparc are diffe...Michael Kerrisk1-0/+4
2013-04-17clone.2: Change subhead for ia64 discussionMichael Kerrisk1-1/+1
2013-04-16clone.2: Move clone2() text to subsection in descriptionMichael Kerrisk1-32/+32
2013-04-16clone.2: Clarify differences between clone2() syscall and wrapper functionMichael Kerrisk1-3/+13
2013-04-16clone.2: Replace "sys_clone" mentions with "the raw system call"Michael Kerrisk1-19/+10
2013-04-16clone.2: Note those architectures where the sys_clone argument order differsMichael Kerrisk1-1/+10
2013-04-16clone.2: Add prototype for syscall to SYNOPSISMichael Kerrisk1-8/+19
2013-04-16clone.2: Update feature test macro requirementsMichael Kerrisk1-3/+21
2013-04-01intro.1, _syscall.2, access.2, arch_prctl.2, cacheflush.2, chown.2, clock_get...Michael Kerrisk1-1/+1
2013-03-12capget.2, clone.2: srcfixMichael Kerrisk1-0/+1
2013-03-10ldd.1, capget.2, clone.2, create_module.2, fallocate.2, futex.2, get_kernel_s...Michael Kerrisk1-0/+1
2013-03-10ldd.1, clone.2, create_module.2, get_kernel_syms.2, get_thread_area.2, io_can...Michael Kerrisk1-0/+2
2013-03-10_exit.2, access.2, acct.2, adjtimex.2, alarm.2, alloc_hugepages.2, arch_prctl...Michael Kerrisk1-2/+0
2013-02-24intro.1, time.1, _syscall.2, accept.2, capget.2, clone.2, execve.2, fcntl.2, ...Michael Kerrisk1-1/+1
2013-02-24getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, a...Michael Kerrisk1-3/+3
2013-02-12clone.2: tfixMichael Kerrisk1-1/+1
2013-01-27Removed trailing white space at end of linesMichael Kerrisk1-2/+2
2013-01-06clone.2: CLONE_NEWIPC governs mechanisms that don't have filesystem pathnamesMichael Kerrisk1-0/+3
2013-01-06clone.2: Some reworking of CLONE_NEWIPC textMichael Kerrisk1-18/+10
2013-01-02clone.2: Minor fix to example programMichael Kerrisk1-1/+1
2013-01-02clone.2: CLONE_NEWIPC doesn't mount the POSIX MQ file systemMichael Kerrisk1-1/+1
2013-01-01clone.2: srcfix: Added FIXMEMichael Kerrisk1-0/+1
2013-01-01clone.2: Add kernel versions for various CLONE_* constantsMichael Kerrisk1-6/+6
2013-01-01clone.2: wfixMichael Kerrisk1-1/+0
2013-01-01clone.2: Add an example program (CLONE_NEWUTS)Michael Kerrisk1-2/+100
2013-01-01clone.2: SEE ALSO: add setns(2)Michael Kerrisk1-0/+1
2012-12-22clone.2: SEE ALSO: add kcmp(2)Michael Kerrisk1-0/+1
2012-11-30clone.2: Since 2.6.30, CLONE_NEWIPC also supports POSIX message queuesMichael Kerrisk1-1/+11
2012-07-20clone.2: Rewrite discussion of sys_cloneMichael Kerrisk1-11/+18
2012-03-29clone.2, unshare.2: srcfix: Added FIXMEMichael Kerrisk1-1/+1
2012-03-03clone.2: srcfix: Added FIXMEMichael Kerrisk1-0/+1
2011-09-27clock_getres.2, clone.2, mbind.2, set_mempolicy.2, atan2.3, getipnodebyname.3...Michael Kerrisk1-1/+1
2011-09-20clone.2: srcfixMichael Kerrisk1-2/+0
2011-09-16clone.2: Note that CLONE_STOPPED was removed in 2.6.38Michael Kerrisk1-4/+7
2010-11-01clone.2, fcntl.2, euidaccess.3, getopt.3: tstampMichael Kerrisk1-1/+1
2010-11-01Changes, clone.2, mount.2, nanosleep.2, sigaltstack.2, statfs.2, timer_settim...Michael Kerrisk1-2/+2
2010-11-01Changes, access.2, clone.2, aio_init.3, atexit.3, makecontext.3, makedev.3, p...Michael Kerrisk1-1/+1
2010-10-30clone.2: Clarify when CLONE_NEWNET implementation was completedMichael Kerrisk1-2/+2