OSDN Git Service

buildsys: switch libc to kbuild-style
[uclinux-h8/uClibc.git] / libc / stdlib / malloc /
2013-02-05 Bernhard Reutner... buildsys: switch libc to kbuild-style
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingermalloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesize
2012-06-15 Peter S. Mazingermalloc: use uClibc_mutex.h provided macros consequently
2012-06-15 Peter S. Mazingermemalign.c: does not use MAX, do not include param.h
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-11 Bernd SchmidtFix malloc alignment
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-16 Bernhard Reutner... memalign: include sys/param.h for MAX
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsnptl: fix malloc library locking
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-19 Freeman Wangmalloc: fix race condition and other bugs in the no...
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-10-15 Mike Frysingermalloc: handle size overflows in realloc()
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-25 Bernhard Reutner... - remove some bloat that was added in r23660 and subseq...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-29 Bernhard Reutner... - fix another fallout from r23660
2008-10-28 Rob LandleyFinally fix the MALLOC=y and MALLOC_SIMPLE=y breakage...
2008-10-16 Bernhard Reutner... This should fix malloc with debug and without threads...
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-07-23 Bernhard Reutner... - fix inline keyword
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-04-24 Mike Frysingerfix from Bernd Schmidt for realloc shrinkage bug
2007-04-13 Mike Frysingerfix up malloc debug building
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2007-01-29 Mike FrysingerRichard Sandiford writes:
2006-12-11 Eric Andersenmostly revert the locking changes for 'malloc', as...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-08-05 Mike Frysingermerge fix from blackfin cvs:
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-22 Mike Frysingercheck for a 0 size first, then check for a NULL pointer
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-01-29 Mike Frysingerdeclare local prototype since we cant use system malloc.h
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-30 Mike Frysingerfix path to heap.h as point out by thomas_chou in Bug 617
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-12-13 Peter S. Mazinger__malloc_consolidate is only libc internal, enable...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerUse internal versions
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-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-03 Peter S. MazingerEnable IMA
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-01-25 Mike Frysingermerge parallel build support
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
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
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-16 Miles BaderCode formatting cleanup.
2003-10-16 Miles BaderDon't set errno if for zero SIZE returns.
2003-09-22 Miles BaderMore fiddling with static free-areas: make sure both...
2003-09-19 Miles BaderMake sure we don't allocate too little space for static...
2003-09-19 Miles BaderAdd dependencies on header files.
2003-09-17 Miles BaderMake sure static heaps are aligned correctly.
2003-09-06 Eric Andersen'extern inline' doesn't work... Use 'static inline'
2003-09-06 Eric Andersenadd missing prototype
2003-09-06 Eric AndersenFix errno values. Fix MALLOC_GLIBC_COMPAT handling...
2003-08-08 Eric AndersenAdd in a MALLOC_GLIBC_COMPAT option to let people decid...
2003-04-02 Miles Bader(free_to_heap): Unlock the heap before returning in the
2003-01-23 Eric AndersenUpdate malloc behavior on malloc(0) to be consistant...
2002-11-21 Miles BaderDebugging tweaks.
2002-11-21 Miles BaderImprove malloc debugging support.
2002-10-18 Miles BaderDon't infinitely recurse when trying to grow __malloc_m...
2002-10-17 Eric AndersenFix malloc so it compiles and works when using pthreads
2002-10-15 Miles BaderUse __heap_[un]lock instead of __malloc_[un]lock.
2002-10-15 Miles BaderGet rid of old malloc lock stuff.
2002-10-15 Miles BaderFix locking to not deadlock when __UCLIBC_UCLINUX_BROKE...
2002-10-09 Miles Bader* Add support for uClinux's broken munmap, contingent on
2002-09-13 Miles Bader(__heap_check_failure): New function.
2002-09-09 Miles Bader(realloc): Record the correct size in the malloc header...
2002-09-06 Miles BaderInitial checkin.
2002-09-06 Miles BaderUpdate debugging hooks.
2002-09-04 Miles Bader(free):
2002-09-04 Miles Bader(__heap_delete): Renamed from `__heap_unlink_free_area'.
2002-08-30 Miles BaderDoc fix.
2002-08-30 Miles Bader(__heap_free): Tighten up the inner loop, and make...
2002-08-30 Miles BaderUse `likely' & `unlikely' instead of the `__malloc_...
next