Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I reworked syscalls.h to match how I'm doing other arches. Stefan Allius and | Eric Andersen | 2002-08-08 | 1 | -1/+15 |
| | | | | | | Edie C. Dost has some concerns about the perl script used to general crti.o and crtn.o and added their own versions. These versions will win since they are built last, | ||||
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -1/+1 |
| | | | | | can live with much better the what glibc does. -Erik | ||||
* | Move syscall.h generation to the top level Makefile | Eric Andersen | 2002-03-01 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | 2002-03-01 | 1 | -1/+1 |
| | | | | for SH, and fix vfork | ||||
* | Add sbrk and friends | David McCullough | 2002-01-17 | 1 | -1/+1 |
| | | | | Fix bug in setjmp (jmpbuf changed size) | ||||
* | Mahe 'make clean' remove generated bits/syscall.h, as | Eric Andersen | 2002-01-07 | 1 | -0/+1 |
| | | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik | ||||
* | Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some little | Eric Andersen | 2002-01-02 | 1 | -4/+4 |
| | | | | compile nits with the SH architecture, and support SH4, | ||||
* | Fixup the pipe system call for the SH target. | David McCullough | 2001-08-06 | 1 | -1/+1 |
| | | | | The FD's are returned in registers. | ||||
* | Changes to support autogenerated syscall.h | David McCullough | 2001-06-28 | 1 | -1/+1 |
| | |||||
* | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | 2001-05-26 | 1 | -0/+3 |
| | | | | used on mipsel.) | ||||
* | Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com> | Eric Andersen | 2001-05-25 | 1 | -2/+2 |
| | |||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -4/+2 |
| | | | | | | | | | 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 | ||||
* | Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so | Manuel Novoa III | 2001-03-06 | 1 | -1/+1 |
| | | | | make clean works. | ||||
* | Patch from Jean-Yves Avenard to add missing siglongjmp entry and | Eric Andersen | 2001-02-22 | 1 | -2/+2 |
| | | | | fix a bug in setjmp for SH | ||||
* | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | 2001-02-21 | 1 | -0/+68 |
and Personal Systems. Thanks! -Erik |