Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | 2002-03-01 | 3 | -1/+139 | |
| | | | | for SH, and fix vfork | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 67 | -7782/+170 | |
| | | | | | and to better support each arch. This is a really big patch... -Erik | |||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -5/+4 | |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | |||||
* | Add sbrk and friends | David McCullough | 2002-01-17 | 5 | -2/+74 | |
| | | | | 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 | 3 | -4/+6 | |
| | | | | compile nits with the SH architecture, and support SH4, | |||||
* | Oops. Disable threading. | Eric Andersen | 2002-01-02 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Sync SH header files with glibc 2.2.4, so it can actually have a chance | Eric Andersen | 2002-01-02 | 70 | -965/+1890 | |
| | | | | | (at least in theory) of working. -Erik | |||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -0/+3 | |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | |||||
* | Patch from David McCullough <davidm@lineo.com>: | Eric Andersen | 2001-10-04 | 1 | -69/+10 | |
| | | | | | | | | | | | | | | * reduce the sigset types to 32 bits (I've mentioned this before) I think I saw this change go in for another platform anyway ;-) * Do not use _IO_FILE as it clashes with the C++ libraries which know too much about how glibc workds :-( * Do not use _G_va_list for the same reason. * remove the CTORS/DTORS from crt0.S for ARM as the compiler provided crtbegin.o and crtend.o have these (and only these) already in them and you get multiple defined errs :-( | |||||
* | Fixup the pipe system call for the SH target. | David McCullough | 2001-08-06 | 2 | -1/+31 | |
| | | | | The FD's are returned in registers. | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 5 | -0/+19 | |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | |||||
* | Changes to support autogenerated syscall.h | David McCullough | 2001-06-28 | 3 | -227/+2 | |
| | ||||||
* | sysdep.h was not providing all the needed bits to build working asm with | David McCullough | 2001-06-28 | 3 | -35/+12 | |
| | | | | | | | | | | some compilers, so define any macros we need that are not defined already. Needed to include uClibc_config.h to get some defines. New syscall header files for _mmap vfork.c is not used so ditch it. | |||||
* | the minimum needed for now | David McCullough | 2001-06-27 | 1 | -0/+4 | |
| | ||||||
* | 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 |