summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-standard
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-185-10/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* Synch with trunk @ 24165Carmelo Amoroso2008-11-274-6/+6
* Synch with trunk @ 24087Carmelo Amoroso2008-11-182-2/+2
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-1/+0
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-0/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-098-99/+124
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-202-4/+5
* More merging from trunk."Steven J. Hill"2007-01-211-5/+0
* Merge from trunk."Steven J. Hill"2006-08-225-5/+3
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-258-40/+38
* Big fricking merge from trunk."Steven J. Hill"2006-01-073-3/+4
* Merge from trunk."Steven J. Hill"2005-12-103-2/+6
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-062-6/+5
* Merge from trunk."Steven J. Hill"2005-12-024-55/+14
* Massive merge from trunk."Steven J. Hill"2005-11-171-1/+0
* Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ..."Steven J. Hill"2005-11-162-63/+0
* Copy from trunk."Steven J. Hill"2005-10-301-0/+33
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-041-2/+8
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-1/+1
* Compile cleanups for NPTL support."Steven J. Hill"2005-08-092-4/+14
* Disable compilation of 'thread-freeres.c' until we sort out the start"Steven J. Hill"2005-07-311-4/+4
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-0/+4
* Add support for '__libc_thread_freeres' to free resources stored in"Steven J. Hill"2005-06-032-0/+53
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Avoid compiler warnings.Peter Kjellerstedt2005-01-192-43/+43
* Some requested additional malloc entry pointsEric Andersen2004-11-082-0/+56
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+3
* _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen2004-07-151-1/+1
* Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen2004-07-152-4/+13
* Fix the manditory typo in my last minute untested fix.Eric Andersen2003-12-301-1/+1
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-309-0/+3147