Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | powerpc: Add TLS and NPTL support | Khem Raj | 2010-05-09 | 1 | -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. Mazinger | 2006-02-13 | 1 | -1/+1 |
| | | | | the archs fail | ||||
* | Use #define __NR_vfork __NR_fork consistently | Peter S. Mazinger | 2006-01-25 | 1 | -7/+4 |
| | |||||
* | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -6/+13 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -8/+7 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 1 | -3/+6 |
| | |||||
* | Make uClibc vfork() use kernels vfork() instead of fork(). | Joakim Tjernlund | 2005-08-17 | 1 | -0/+23 |
| | |||||
* | Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.S | David Schleef | 2001-11-26 | 1 | -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 Andersen | 2001-03-16 | 1 | -0/+41 |