summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/vfork.c
Commit message (Expand)AuthorAgeFilesLines
* create real common vfork() functionMike Frysinger2009-07-231-7/+13
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
* dont try and compile if the MMU is disabledMike Frysinger2006-12-111-0/+4
* Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger2006-02-131-1/+1
* hidden moved to prototypePeter S. Mazinger2006-01-301-2/+2
* use typeof to create the prototypeMike Frysinger2006-01-291-1/+1
* create local prototypes to shutup warningsMike Frysinger2006-01-291-0/+2
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-5/+8
* need sys/syscall.h for __NR_fork defineMike Frysinger2006-01-201-0/+1
* only build if we have forkMike Frysinger2006-01-151-0/+4
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-4/+5
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-2/+5
* Default to using fork() for vfork() when no arch specificEric Andersen2003-03-051-0/+8