Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | 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. | ||||
* | 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 |
| | | | | used on mipsel.) | ||||
* | 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 |
| | | | | | as m68k which has some asm in its version). -Erik | ||||
* | 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 |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | ||||
* | Add powerpc port done by David Schleef <ds@schleef.org> | Eric Andersen | 2001-03-16 | 1 | -0/+76 |