Age | Commit message (Expand) | Author |
2016-01-10 | order of special checks matters | Waldemar Brodkorb |
2016-01-02 | remove attribute hidden, as the function is used in linuxthreads.old | Waldemar Brodkorb |
2015-04-13 | return NULL for realloc(p,0) like glibc | Waldemar Brodkorb |
2015-02-14 | Revert "resolve merge" | Waldemar Brodkorb |
2015-02-14 | resolve merge | Waldemar Brodkorb |
2013-04-03 | stdlib: avoid relocation | Bernhard Reutner-Fischer |
2013-02-05 | mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED | Bernhard Reutner-Fischer |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | malloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | malloc: use uClibc_mutex.h provided macros consequently | Peter S. Mazinger |
2012-06-15 | memalign.c: does not use MAX, do not include param.h | Peter S. Mazinger |
2011-04-11 | Fix malloc alignment | Bernd Schmidt |
2011-03-16 | memalign: include sys/param.h for MAX | Bernhard Reutner-Fischer |
2010-04-22 | nptl: fix malloc library locking | Timo Teräs |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2009-12-19 | malloc: fix race condition and other bugs in the no-mmu malloc | Freeman Wang |
2009-11-23 | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger |
2009-10-15 | malloc: handle size overflows in realloc() | Mike Frysinger |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer |
2008-11-25 | - remove some bloat that was added in r23660 and subsequent r23698. | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-10-29 | - fix another fallout from r23660 | Bernhard Reutner-Fischer |
2008-10-28 | Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou... | Rob Landley |
2008-10-16 | This should fix malloc with debug and without threads. (Chase N Douglas) | Bernhard Reutner-Fischer |
2008-10-11 | Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old. | Khem Raj |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-05-20 | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2007-04-24 | fix from Bernd Schmidt for realloc shrinkage bug | Mike Frysinger |
2007-04-13 | fix up malloc debug building | Mike Frysinger |
2007-04-02 | POSIX requires that errno be set whenever 0 is returned by malloc() | Mike Frysinger |
2007-01-29 | Richard Sandiford writes: | Mike Frysinger |
2006-12-11 | mostly revert the locking changes for 'malloc', as the implementation | Eric Andersen |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-08-05 | merge fix from blackfin cvs: | Mike Frysinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-02-22 | check for a 0 size first, then check for a NULL pointer | Mike Frysinger |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-01-29 | declare local prototype since we cant use system malloc.h | Mike Frysinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-30 | fix path to heap.h as point out by thomas_chou in Bug 617 | Mike Frysinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |