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-930716
/
malloc.c
Age
Commit message (
Expand
)
Author
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-10-17
Doh!!!
Eric Andersen
2003-10-16
Do not set errno when they asked for size 0
Eric Andersen
2003-09-06
Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c,
Eric Andersen
2003-08-08
Add in a MALLOC_GLIBC_COMPAT option to let people decide if they
Eric Andersen
2003-01-23
Kill the needless '#if 1'
Eric Andersen
2002-09-05
split-out memalign and realloc
Eric Andersen
2002-09-04
Make sjhill happy, and revive memalign
Eric Andersen
2002-07-16
__morecore need not be a function pointer
Eric Andersen
2002-07-16
Odd. Got a copy of junk in here.
Eric Andersen
2002-07-01
This patch, from Ronald Wahl <rwa@peppercon.com>, fixes the
Eric Andersen
2002-06-18
Rework, reduce the size, add proper locking
Eric Andersen
2001-04-25
Be more strict with the glibc style malloc implementation. Return NULL
Eric Andersen
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen