summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-standard
Commit message (Expand)AuthorAgeFilesLines
* malloc-standard: synchronize on forkTimo Teräs2011-12-231-0/+17
* malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger2010-07-271-7/+4
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-1/+1
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-185-10/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-204-4/+4
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-192-2/+2
* POSIX requires that errno be set whenever 0 is returned by malloc()Mike Frysinger2007-04-021-1/+4
* rename local "brk" var so it doesnt namespace collide with the brk() functionMike Frysinger2006-12-171-18/+18
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-078-73/+98
* fix from psm: makes use of the malloc debug option in malloc-standard as wellMike Frysinger2006-08-253-12/+7
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Fix 'realloc' and revert previous changes to tests. malloc tests all pass reg..."Steven J. Hill"2006-03-171-1/+1
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-103-3/+0
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-12/+9
* just drop all of the debug codeMike Frysinger2006-02-091-2/+1
* Bernhard Fischer says: get rid of local ret variableMike Frysinger2006-02-081-3/+1
* Go __malloc_lock, go ...Peter S. Mazinger2006-02-012-0/+2
* rename local var brk to _brkMike Frysinger2006-01-311-6/+6
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-145-16/+18
* fix signed/unsigned warningMike Frysinger2005-12-271-1/+1
* __malloc_consolidate is only libc internal, enable use of __sbrkPeter S. Mazinger2005-12-132-2/+3
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-082-0/+3
* Hide mallinfoPeter S. Mazinger2005-12-081-2/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-012-4/+4
* Hiding againPeter S. Mazinger2005-11-291-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+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-47/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+33
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-13/+11
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-041-0/+6
* add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...Mike Frysinger2005-07-061-0/+4
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Avoid compiler warnings.Peter Kjellerstedt2005-01-192-43/+43
* Some requested additional malloc entry pointsEric Andersen2004-11-082-0/+56
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+3
* _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen2004-07-151-1/+1