OSDN Git Service

sparc: disable cancellable system, as it fails in strange ways right now
[uclinux-h8/uClibc.git] / libc / stdlib / malloc-standard /
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-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2006-12-17 Mike Frysingerrename local "brk" var so it doesnt namespace collide...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-08-25 Mike Frysingerfix from psm: makes use of the malloc debug option...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-03-17 "Steven J. Hill"Fix 'realloc' and revert previous changes to tests...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
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-09 Mike Frysingerjust drop all of the debug code
2006-02-08 Mike FrysingerBernhard Fischer says: get rid of local ret variable
2006-02-01 Peter S. MazingerGo __malloc_lock, go ...
2006-01-31 Mike Frysingerrename local var brk to _brk
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-27 Mike Frysingerfix signed/unsigned warning
2005-12-13 Peter S. Mazinger__malloc_consolidate is only libc internal, enable...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerHide mallinfo
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-29 Peter S. MazingerHiding again
2005-11-21 Peter S. MazingerRemove TOPDIR
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-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-07-06 Mike Frysingeradd support for __MALLOC_GLIBC_COMPAT__ (malloc(0)...
2005-01-25 Mike Frysingermerge parallel build support
2005-01-19 Peter KjellerstedtAvoid compiler warnings.
2004-11-08 Eric AndersenSome requested additional malloc entry points
2004-08-25 Eric AndersenMike Frysinger writes:
2004-07-15 Eric Andersen_SC_PAGESIZE is standard. Some ancient legacy unix...
2004-07-15 Eric AndersenUse MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
2003-12-30 Eric AndersenFix the manditory typo in my last minute untested fix.
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...