Age | Commit message (Expand) | Author |
2010-07-27 | malloc-simple: Make calloc() return zeroed memory | Steven J. Magnani |
2009-11-23 | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger |
2009-09-18 | trim Experimentally off and uncommented hidden | 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-10-27 | - pull in prototype for memalign() | 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-06-01 | add missing includes of unistd.h for smallint usage | Denis Vlasenko |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2007-04-11 | POSIX says you can use realloc() to shrink buffers ... make sure we dont trig... | Mike Frysinger |
2007-04-02 | POSIX requires that errno be set whenever 0 is returned by malloc() | Mike Frysinger |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger |
2006-02-13 | Update some copyrights | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-07-07 | update syntax | Mike Frysinger |
2005-07-07 | Yoshinori Sato writes: | Mike Frysinger |
2004-07-15 | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. | Eric Andersen |
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen |
2004-01-14 | Include missing errno.h header (as noted by Alan Hourihane). | Eric Andersen |
2003-12-30 | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen |
2003-12-30 | Update and restore malloc-simple. Slow as molasses, but trivially | Eric Andersen |
2002-07-18 | Miles Bader implemented a new mmap based malloc which is much | Eric Andersen |
2002-07-10 | Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leak | Eric Andersen |
2002-01-17 | Fix simple malloc to work on systems with an MMU | David McCullough |
2001-08-09 | Fix a couple of warnings | David McCullough |
2001-04-27 | Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinko | Eric Andersen |
2001-04-25 | Be more strict with the malloc implementation. Return NULL | Eric Andersen |
2001-03-19 | Fix up breakage resulting from flipping the sense of some defines. Change from | Eric Andersen |
2001-02-13 | Use MAP_FAILED. | Eric Andersen |
2001-01-12 | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen |
2000-10-09 | Bug ugly formatting update | Eric Andersen |