summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/vfork.S
AgeCommit message (Expand)Author
2017-06-21remove editor hints for viWaldemar Brodkorb
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger
2006-01-25Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter 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
2005-08-17Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund
2001-11-26Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen