summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-simple
Commit message (Expand)AuthorAgeFilesLines
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-1/+1
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-4/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - pull in prototype for memalign()Bernhard Reutner-Fischer2008-10-271-0/+1
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-235-5/+5
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-1/+0
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* POSIX says you can use realloc() to shrink buffers ... make sure we dont trig...Mike Frysinger2007-04-111-1/+2
* POSIX requires that errno be set whenever 0 is returned by malloc()Mike Frysinger2007-04-021-1/+2
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-14/+13
* 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-20/+9
* Update some copyrightsPeter S. Mazinger2006-02-131-2/+4
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-135-0/+40
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-5/+6
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
* 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-011-2/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* 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-36/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+31
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-7/+8
* update syntaxMike Frysinger2005-07-071-87/+83
* Yoshinori Sato writes:Mike Frysinger2005-07-071-22/+7
* merge parallel build supportMike Frysinger2005-01-251-7/+5
* Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen2004-07-151-2/+2
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-4/+4
* Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen2004-01-141-3/+5
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-301-7/+22
* Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen2003-12-302-0/+233
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-183-223/+0
* Disable debug stuff by defaultEric Andersen2002-07-161-1/+1
* Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leakEric Andersen2002-07-101-1/+1
* Fix simple malloc to work on systems with an MMUDavid McCullough2002-01-171-9/+31
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Fix a couple of warningsDavid McCullough2001-08-091-2/+2
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen2001-04-271-1/+2
* Be more strict with the malloc implementation. Return NULLEric Andersen2001-04-251-5/+10
* Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen2001-03-191-3/+4
* Use MAP_FAILED.Eric Andersen2001-02-131-1/+1
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-2/+4