summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-standard
AgeCommit message (Expand)Author
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2015-12-09Make malloc_stats() GNU libc compatibleWaldemar Brodkorb
2015-03-18malloc-standard: Add locking to malloc_trimBernhard Reutner-Fischer
2015-03-18malloc: checked_request2size failure deadlocksZhiqiang Zhang
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-06-15malloc.h: hide internal functions (mainly debug related)Peter S. Mazinger
2010-07-27malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2007-04-02POSIX requires that errno be set whenever 0 is returned by malloc()Mike Frysinger
2006-12-17rename local "brk" var so it doesnt namespace collide with the brk() functionMike Frysinger
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-08-25fix from psm: makes use of the malloc debug option in malloc-standard as wellMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-17Fix 'realloc' and revert previous changes to tests. malloc tests all pass reg..."Steven J. Hill"
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-09just drop all of the debug codeMike Frysinger
2006-02-08Bernhard Fischer says: get rid of local ret variableMike Frysinger
2006-02-01Go __malloc_lock, go ...Peter S. Mazinger
2006-01-31rename local var brk to _brkMike Frysinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-27fix signed/unsigned warningMike Frysinger
2005-12-13__malloc_consolidate is only libc internal, enable use of __sbrkPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Hide mallinfoPeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger