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-simple
Age
Commit message (
Expand
)
Author
2005-07-07
update syntax
Mike Frysinger
2005-07-07
Yoshinori Sato writes:
Mike Frysinger
2005-01-25
merge parallel build support
Mike Frysinger
2004-07-15
Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
Eric Andersen
2004-01-16
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
Eric Andersen
2004-01-14
Include missing errno.h header (as noted by Alan Hourihane).
Eric Andersen
2003-12-30
Rework malloc. The new default implementation is based on dlmalloc from Doug
Eric Andersen
2003-12-30
Update and restore malloc-simple. Slow as molasses, but trivially
Eric Andersen
2002-07-18
Miles Bader implemented a new mmap based malloc which is much
Eric Andersen
2002-07-16
Disable debug stuff by default
Eric Andersen
2002-07-10
Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leak
Eric Andersen
2002-01-17
Fix simple malloc to work on systems with an MMU
David McCullough
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-08-09
Fix a couple of warnings
David McCullough
2001-05-12
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-04-27
Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinko
Eric Andersen
2001-04-25
Be more strict with the malloc implementation. Return NULL
Eric Andersen
2001-03-19
Fix up breakage resulting from flipping the sense of some defines. Change from
Eric Andersen
2001-02-13
Use MAP_FAILED.
Eric Andersen
2001-01-12
Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.
Eric Andersen
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2000-11-04
Fix doc blunder.
Eric Andersen
2000-11-04
Make spelling of uClibc be consistant.
Eric Andersen
2000-10-20
Strip all object files of all non global symbols and .note and
Eric Andersen
2000-10-12
Screwed up non-mmu support. #define was backwards.
Eric Andersen
2000-10-11
Finish reorganizing things. At least I think I've finished.
Eric Andersen
2000-10-09
Bug ugly formatting update
Eric Andersen