Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Yes... I forgot to update bits/dirent.h for the other archs. :-( | Manuel Novoa III | 2001-06-27 | 1 | -2/+11 | |
| | ||||||
* | 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 | 5 | -43/+218 | |
| | ||||||
* | 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 | |||||
* | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen | 2001-05-07 | 1 | -1/+1 | |
| | | | | | | | so there is no reason to allocate 4k. Change working of execvep.c per patch from Matthias Kilian <kili@outback.escape.de> so that there is not a fixed 127 byte buffer. Too easy to overflow... -Erik | |||||
* | Bring sh and i386 longjmp implementations into sync | Eric Andersen | 2001-04-19 | 2 | -46/+12 | |
| | ||||||
* | Remove all the __THROW macros | Eric Andersen | 2001-04-19 | 2 | -12/+12 | |
| | ||||||
* | Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so | Manuel Novoa III | 2001-03-06 | 2 | -36/+1 | |
| | | | | make clean works. | |||||
* | Patch from Jean-Yves Avenard to add missing siglongjmp entry and | Eric Andersen | 2001-02-22 | 5 | -5/+92 | |
| | | | | 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 | 77 | -0/+8369 | |
and Personal Systems. Thanks! -Erik |