summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-standard
Commit message (Expand)AuthorAgeFilesLines
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-145-16/+18
* fix signed/unsigned warningMike Frysinger2005-12-271-1/+1
* __malloc_consolidate is only libc internal, enable use of __sbrkPeter S. Mazinger2005-12-132-2/+3
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-082-0/+3
* Hide mallinfoPeter S. Mazinger2005-12-081-2/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-012-4/+4
* Hiding againPeter S. Mazinger2005-11-291-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-47/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+33
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-13/+11
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-041-0/+6
* add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...Mike Frysinger2005-07-061-0/+4
* 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