OSDN Git Service

libc: allow to backtrace out of abort call
[uclinux-h8/uClibc.git] / libc / stdlib / malloc-simple /
2010-07-27 Steven J. Magnanimalloc-simple: Make calloc() return zeroed memory
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-27 Bernhard Reutner... - pull in prototype for memalign()
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-04-11 Mike FrysingerPOSIX says you can use realloc() to shrink buffers...
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. MazingerUpdate some copyrights
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-01 Peter S. MazingerOnly because of multi sources I had to touch up these...
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-07-07 Mike Frysingerupdate syntax
2005-07-07 Mike FrysingerYoshinori Sato writes:
2005-01-25 Mike Frysingermerge parallel build support
2004-07-15 Eric AndersenUse MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2004-01-14 Eric AndersenInclude missing errno.h header (as noted by Alan Hourih...
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...
2003-12-30 Eric AndersenUpdate and restore malloc-simple. Slow as molasses...
2002-07-18 Eric AndersenMiles Bader implemented a new mmap based malloc which...
2002-07-16 Eric AndersenDisable debug stuff by default
2002-07-10 Eric AndersenPatch from Ronald Wahl <rwa@peppercon.com> to fix a...
2002-01-17 David McCulloughFix simple malloc to work on systems with an MMU
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-08-09 David McCulloughFix a couple of warnings
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-04-27 Eric AndersenPatch from Tom Walsh <tom@cyberiansoftware.com> to...
2001-04-25 Eric AndersenBe more strict with the malloc implementation. Return...
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-02-13 Eric AndersenUse MAP_FAILED.
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenScrewed up non-mmu support. #define was backwards.
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update