| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -69/+8 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -36/+23 |
* | Build crt[in].o with disabled ssp. | Peter S. Mazinger | 2005-09-28 | 1 | -3/+3 |
* | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | 2005-09-27 | 1 | -1/+0 |
* | Make uClibc vfork() use kernels vfork() instead of fork(). | Joakim Tjernlund | 2005-08-17 | 1 | -2/+2 |
* | Update PowerPC to new ABI. | Joakim Tjernlund | 2005-05-21 | 1 | -14/+7 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -6/+5 |
* | Patch from Peter S. Mazinger to simplify PIE handling | Eric Andersen | 2004-12-22 | 1 | -4/+0 |
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -6/+5 |
* | Peter Mazinger writes: | Joakim Tjernlund | 2004-10-14 | 1 | -3/+7 |
* | Preliminary PIE support for powerpc, i386 was used as template. | Joakim Tjernlund | 2004-08-27 | 1 | -0/+10 |
* | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | 2004-08-21 | 1 | -10/+1 |
* | Andrew May writes: | Eric Andersen | 2004-01-30 | 1 | -1/+1 |
* | Lethal noticed that the generated file gmon-start.S was not | Eric Andersen | 2003-12-03 | 1 | -0/+2 |
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 1 | -11/+3 |
* | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen | 2003-11-08 | 1 | -4/+7 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 1 | -1/+27 |
* | properly deal with soft-float when profiling as well | Eric Andersen | 2003-10-25 | 1 | -0/+3 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -2/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -2/+2 |
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Fix "subst -g,," problem for SAFECFLAGS. | Manuel Novoa III | 2003-09-21 | 1 | -1/+1 |
* | Implement syscall() for powerpc. Fixup syscall code so | Eric Andersen | 2003-06-15 | 1 | -1/+2 |
* | Finish off gmon based profiling for powerpc | Eric Andersen | 2003-03-06 | 1 | -1/+12 |
* | Fixup ioctl so we can special case powerpc silliness | Eric Andersen | 2003-02-18 | 1 | -1/+1 |
* | Rewrite powerpc crt0.S for proper ctor/dtor handling | Eric Andersen | 2003-01-23 | 1 | -4/+3 |
* | Be sure we have a crt1.o file. Use the asm version by default. | Eric Andersen | 2002-12-21 | 1 | -22/+5 |
* | This draws from an old patch by David Blythe for the now-dead | Eric Andersen | 2002-11-15 | 1 | -2/+2 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -3/+3 |
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -2/+2 |
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -1/+1 |
* | Move syscall.h generation to the top level Makefile | Eric Andersen | 2002-03-01 | 1 | -1/+0 |
* | Rework powerpc to be consistant with the other arches. | Eric Andersen | 2002-02-04 | 1 | -2/+2 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.S | David Schleef | 2001-11-26 | 1 | -2/+2 |
* | Fix to autogen bits/syscall.h, like i386 | David Schleef | 2001-07-03 | 1 | -1/+2 |
* | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | 2001-05-26 | 1 | -0/+3 |
* | Added powerpc-specific mmap syscall, 'cause we're special. | David Schleef | 2001-05-25 | 1 | -1/+1 |
* | Move the default ptrace.c to common, but let arches override it (such | Eric Andersen | 2001-05-16 | 1 | -1/+0 |
* | I'd broken powerpc crt0.o installation | Eric Andersen | 2001-05-12 | 1 | -2/+4 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -5/+3 |
* | Add powerpc port done by David Schleef <ds@schleef.org> | Eric Andersen | 2001-03-16 | 1 | -0/+76 |