OSDN Git Service

- revert 24148:24151
[uclinux-h8/uClibc.git] / libc / stdlib / malloc / malloc.c
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 Vlasenkonext portion of libc_hidden_proto removal
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-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2007-04-13 Mike Frysingerfix up malloc debug building
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-13 Peter S. Mazinger__malloc_consolidate is only libc internal, enable...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2004-07-15 Eric AndersenUse MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
2003-10-16 Miles BaderDon't set errno if for zero SIZE returns.
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-01-23 Eric AndersenUpdate malloc behavior on malloc(0) to be consistant...
2002-11-21 Miles BaderImprove malloc debugging support.
2002-10-18 Miles BaderDon't infinitely recurse when trying to grow __malloc_m...
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-06 Miles BaderUpdate debugging hooks.
2002-08-30 Miles BaderUse `likely' & `unlikely' instead of the `__malloc_...
2002-08-19 Miles Bader(malloc): Use MALLOC_SETUP.
2002-08-14 Miles BaderAdd flow-control hints with __malloc_likely and __mallo...
2002-07-31 Miles BaderUpdate debugging printfs.
2002-07-31 Miles BaderUse MALLOC_HEADER_SIZE.
2002-07-30 Miles BaderMALLOC_SET_SIZE now takes the user-address rather than...
2002-07-30 Miles BaderUse new malloc header macros.
2002-07-25 Miles BaderSize tweaks.
2002-07-25 Miles BaderMiscellaneous tidying-up.
2002-07-25 Miles BaderRedo the locking, so that it may actually work. Now...
2002-07-24 Miles BaderMisc small cleanups.
2002-07-23 Miles Bader* Automatically try to unmap heap free-areas when they...
2002-07-19 Miles BaderDoc fix.
2002-07-18 Eric AndersenMiles Bader implemented a new mmap based malloc which...
2001-09-29 Eric AndersenMinor cleanup
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-02-21 Eric AndersenUpdate to "malloc" so it will work on CPUs not supporti...
2001-01-15 Eric AndersenReduce dependancies -- don't use sysconf() internal...
2001-01-12 Eric Andersen"I will always compile before I commit."
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-12 Eric AndersenManuel Novoa III modified malloc.c and avlmacro.h to...
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
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-08 Eric AndersenNew malloc routines.