summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger2006-02-131-1/+1
| | | | the archs fail
* Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger2006-01-251-7/+4
|
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-6/+13
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-8/+7
| | | | missing headers, other jump relocs removed
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-3/+6
|
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-171-0/+23
|
* Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef2001-11-261-41/+0
| | | | | | to use GCC's internal ppc-asm.h, and added macro to disable FP save/ restore in longjmp and setjmp. Fixed name of _setjmp() (was __setjmp). Fixed _setjmp to be PIC.
* Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen2001-03-161-0/+41