summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/vfork.c
AgeCommit message (Expand)Author
2014-01-22vfork: fix clone based versionStefan Kristiansson
2013-02-20vfork: Use clone if arch does not have the vfork syscallMarkos Chandras
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2009-07-23create real common vfork() functionMike Frysinger
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2006-12-11dont try and compile if the MMU is disabledMike Frysinger
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger
2006-01-30hidden moved to prototypePeter S. Mazinger
2006-01-29use typeof to create the prototypeMike Frysinger
2006-01-29create local prototypes to shutup warningsMike Frysinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-20need sys/syscall.h for __NR_fork defineMike Frysinger
2006-01-15only build if we have forkMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2003-03-05Default to using fork() for vfork() when no arch specificEric Andersen