index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
malloc-standard
Age
Commit message (
Expand
)
Author
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-27
fix signed/unsigned warning
Mike Frysinger
2005-12-13
__malloc_consolidate is only libc internal, enable use of __sbrk
Peter S. Mazinger
2005-12-08
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-12-08
Hide mallinfo
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-29
Hiding again
Peter S. Mazinger
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-01
Remove last unused references to libc-a-pic-, we use only the lists in libc-a...
Peter S. Mazinger
2005-10-29
Replace all Makefiles for new build infrastucture
Peter S. Mazinger
2005-10-25
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...
Peter S. Mazinger
2005-10-12
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...
Peter S. Mazinger
2005-10-04
Clean up pthread include mess. Some of these will be needed to support NPTL, ...
"Steven J. Hill"
2005-07-06
add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...
Mike Frysinger
2005-01-25
merge parallel build support
Mike Frysinger
2005-01-19
Avoid compiler warnings.
Peter Kjellerstedt
2004-11-08
Some requested additional malloc entry points
Eric Andersen
2004-08-25
Mike Frysinger writes:
Eric Andersen
2004-07-15
_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE
Eric Andersen
2004-07-15
Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
Eric Andersen
2003-12-30
Fix the manditory typo in my last minute untested fix.
Eric Andersen
2003-12-30
Rework malloc. The new default implementation is based on dlmalloc from Doug
Eric Andersen