summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc
Commit message (Expand)AuthorAgeFilesLines
* memalign: include sys/param.h for MAXBernhard Reutner-Fischer2011-03-161-2/+1
* nptl: fix malloc library lockingTimo Teräs2010-04-222-10/+8
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang2009-12-192-6/+7
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-1/+1
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-186-13/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-263-13/+15
* - remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer2008-11-253-15/+13
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-3/+3
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-204-7/+7
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - fix another fallout from r23660Bernhard Reutner-Fischer2008-10-292-3/+3
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-288-74/+68
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-166-23/+59
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-119-74/+56
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-3/+3
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-5/+5
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-202-2/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-192-2/+2
* fix from Bernd Schmidt for realloc shrinkage bugMike Frysinger2007-04-241-0/+5
* fix up malloc debug buildingMike Frysinger2007-04-1310-13/+14
* POSIX requires that errno be set whenever 0 is returned by malloc()Mike Frysinger2007-04-021-1/+1
* Richard Sandiford writes:Mike Frysinger2007-01-292-6/+14
* mostly revert the locking changes for 'malloc', as the implementationEric Andersen2006-12-112-8/+10
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-072-8/+8
* merge fix from blackfin cvs:Mike Frysinger2006-08-052-2/+2
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+0
* check for a 0 size first, then check for a NULL pointerMike Frysinger2006-02-221-2/+2
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-182-2/+2
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-14/+11
* declare local prototype since we cant use system malloc.hMike Frysinger2006-01-291-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-147-17/+24
* fix path to heap.h as point out by thomas_chou in Bug 617Mike Frysinger2005-12-301-1/+1
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-163-4/+6
* __malloc_consolidate is only libc internal, enable use of __sbrkPeter S. Mazinger2005-12-132-0/+2
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-092-0/+3
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+2
* Use internal versionsPeter S. Mazinger2005-12-081-0/+2
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-8/+2
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+2
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-012-2/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Enable IMAPeter S. Mazinger2005-11-031-2/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-50/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+42