Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -0/+2 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 4 | -6/+6 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 2 | -2/+2 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -1/+0 |
| | | | | Step 7: libc/stdlib and malloc | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -4/+4 |
| | | | | | Step 5 Various Makefile.in | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 1 | -1/+1 |
| | | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Hush compiler for extern inline warnings by using __extern_inline macro, this also makes gcc 4.3 happy. warning: C99 inline functions are not supported; using GNU89 warning: to disable this warning use -fgnu89-inline or the gnu Also fix this other warning. warning: missing braces around initializer warning: (near initialization for '_stdio_streams[0].__lock.__ | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 8 | -99/+124 |
| | | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 2 | -4/+5 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 1 | -5/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-22 | 5 | -5/+3 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 8 | -40/+38 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 3 | -3/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 3 | -2/+6 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 2 | -6/+5 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 4 | -55/+14 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -1/+0 |
| | |||||
* | Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵ | "Steven J. Hill" | 2005-11-16 | 2 | -63/+0 |
| | | | | code having to do with internal library memory usage and GDB. uClibc homey don't play that. | ||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+33 |
| | |||||
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -2/+8 |
| | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵ | "Steven J. Hill" | 2005-09-24 | 1 | -1/+1 |
| | | | | a stupid name to start with. What idiot thought of that? | ||||
* | Compile cleanups for NPTL support. | "Steven J. Hill" | 2005-08-09 | 2 | -4/+14 |
| | |||||
* | Disable compilation of 'thread-freeres.c' until we sort out the start | "Steven J. Hill" | 2005-07-31 | 1 | -4/+4 |
| | | | | and stop functions lists for threads. | ||||
* | Finalize the merge from the trunk. There are more files to be | "Steven J. Hill" | 2005-07-30 | 1 | -0/+4 |
| | | | | merged, but they will be done manually. | ||||
* | Add support for '__libc_thread_freeres' to free resources stored in | "Steven J. Hill" | 2005-06-03 | 2 | -0/+53 |
| | | | | thread-local variables when a thread exits. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Avoid compiler warnings. | Peter Kjellerstedt | 2005-01-19 | 2 | -43/+43 |
| | |||||
* | Some requested additional malloc entry points | Eric Andersen | 2004-11-08 | 2 | -0/+56 |
| | |||||
* | Mike Frysinger writes: | Eric Andersen | 2004-08-25 | 1 | -0/+3 |
| | | | | | | | | | | | this was sent earlier in a different form: http://www.uclibc.org/lists/uclibc/2004-January/008136.html find attached a smaller version ... perhaps adding a fprintf to stderr before calling abort would be nice like in the glibc patch, but whatever glibc has since adopted a similar fix for their malloc (third hunk, line 1970) http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/malloc/malloc.c.diff?r1=1.121&r2=1.122&cvsroot=glibc&f=h -mike | ||||
* | _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE | Eric Andersen | 2004-07-15 | 1 | -1/+1 |
| | | | | instead, but we are not such a system and should not propagate such things. | ||||
* | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. | Eric Andersen | 2004-07-15 | 2 | -4/+13 |
| | | | | Only use MAP_SHARED when mmu-less. | ||||
* | Fix the manditory typo in my last minute untested fix. | Eric Andersen | 2003-12-30 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen | 2003-12-30 | 9 | -0/+3147 |
Lea. It is about 2x faster than the old malloc-930716, and behave itself much better -- it will properly release memory back to the system, and it uses a combination of brk() for small allocations and mmap() for larger allocations. -Erik |