OSDN Git Service

fix static linking of pthread apps
[uclinux-h8/uclibc-ng.git] / libc / stdlib / malloc-simple / alloc.c
2015-01-26 Waldemar Brodkorbmerge upstream changes
2015-01-22 Bernhard Reutner... libc: Avoid redundant setting of ENOMEM
2013-04-03 Bernhard Reutner... stdlib: avoid relocation
2013-02-05 Bernhard Reutner... mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED
2012-06-15 Peter S. Mazingermalloc-simple: make _aligned_blocks static and __libc_f...
2010-07-27 Steven J. Magnanimalloc-simple: Make calloc() return zeroed memory
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
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
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-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. MazingerUpdate some copyrights
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-07-07 Mike Frysingerupdate syntax
2005-07-07 Mike FrysingerYoshinori Sato writes:
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-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-08-09 David McCulloughFix a couple of warnings
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...
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update