| Commit message (Expand) | Author | Age | Files | Lines |
* | memalign: include sys/param.h for MAX | Bernhard Reutner-Fischer | 2011-03-16 | 1 | -2/+1 |
* | nptl: fix malloc library locking | Timo Teräs | 2010-04-22 | 2 | -10/+8 |
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
* | malloc: fix race condition and other bugs in the no-mmu malloc | Freeman Wang | 2009-12-19 | 2 | -6/+7 |
* | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger | 2009-11-23 | 1 | -1/+1 |
* | malloc: handle size overflows in realloc() | Mike Frysinger | 2009-10-15 | 1 | -0/+3 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 6 | -13/+0 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 3 | -13/+15 |
* | - remove some bloat that was added in r23660 and subsequent r23698. | Bernhard Reutner-Fischer | 2008-11-25 | 3 | -15/+13 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 2 | -3/+3 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 4 | -7/+7 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - fix another fallout from r23660 | Bernhard Reutner-Fischer | 2008-10-29 | 2 | -3/+3 |
* | Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou... | Rob Landley | 2008-10-28 | 8 | -74/+68 |
* | This should fix malloc with debug and without threads. (Chase N Douglas) | Bernhard Reutner-Fischer | 2008-10-16 | 6 | -23/+59 |
* | Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old. | Khem Raj | 2008-10-11 | 9 | -74/+56 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 3 | -3/+3 |
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -5/+5 |
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 2 | -2/+2 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 2 | -2/+2 |
* | fix from Bernd Schmidt for realloc shrinkage bug | Mike Frysinger | 2007-04-24 | 1 | -0/+5 |
* | fix up malloc debug building | Mike Frysinger | 2007-04-13 | 10 | -13/+14 |
* | POSIX requires that errno be set whenever 0 is returned by malloc() | Mike Frysinger | 2007-04-02 | 1 | -1/+1 |
* | Richard Sandiford writes: | Mike Frysinger | 2007-01-29 | 2 | -6/+14 |
* | mostly revert the locking changes for 'malloc', as the implementation | Eric Andersen | 2006-12-11 | 2 | -8/+10 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 2 | -8/+8 |
* | merge fix from blackfin cvs: | Mike Frysinger | 2006-08-05 | 2 | -2/+2 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -1/+0 |
* | check for a 0 size first, then check for a NULL pointer | Mike Frysinger | 2006-02-22 | 1 | -2/+2 |
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 2 | -2/+2 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -14/+11 |
* | declare local prototype since we cant use system malloc.h | Mike Frysinger | 2006-01-29 | 1 | -0/+1 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 7 | -17/+24 |
* | fix path to heap.h as point out by thomas_chou in Bug 617 | Mike Frysinger | 2005-12-30 | 1 | -1/+1 |
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger | 2005-12-16 | 3 | -4/+6 |
* | __malloc_consolidate is only libc internal, enable use of __sbrk | Peter S. Mazinger | 2005-12-13 | 2 | -0/+2 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 2 | -0/+3 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+2 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+2 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -8/+2 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+2 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -2/+2 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -2/+1 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -50/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+42 |