index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
malloc
/
free.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
malloc: fix race condition and other bugs in the no-mmu malloc
Freeman Wang
2009-12-19
1
-3
/
+3
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
1
-2
/
+0
*
- revert 24148:24151
Bernhard Reutner-Fischer
2008-11-26
1
-1
/
+1
*
- remove some bloat that was added in r23660 and subsequent r23698.
Bernhard Reutner-Fischer
2008-11-25
1
-1
/
+1
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
1
-1
/
+1
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
1
-1
/
+1
*
Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...
Rob Landley
2008-10-28
1
-22
/
+19
*
This should fix malloc with debug and without threads. (Chase N Douglas)
Bernhard Reutner-Fischer
2008-10-16
1
-8
/
+21
*
Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.
Khem Raj
2008-10-11
1
-11
/
+11
*
fix up malloc debug building
Mike Frysinger
2007-04-13
1
-1
/
+1
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-4
/
+3
*
__malloc_consolidate is only libc internal, enable use of __sbrk
Peter S. Mazinger
2005-12-13
1
-0
/
+1
*
More hiding, 300 left
Peter S. Mazinger
2005-12-04
1
-0
/
+2
*
(free_to_heap): Unlock the heap before returning in the
Miles Bader
2003-04-02
1
-2
/
+5
*
Improve malloc debugging support.
Miles Bader
2002-11-21
1
-8
/
+17
*
Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined.
Miles Bader
2002-10-15
1
-5
/
+10
*
* Add support for uClinux's broken munmap, contingent on
Miles Bader
2002-10-09
1
-10
/
+110
*
(free):
Miles Bader
2002-09-04
1
-5
/
+5
*
Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions.
Miles Bader
2002-08-30
1
-1
/
+1
*
Use __malloc_unlikely instead of `likely'.
Miles Bader
2002-08-14
1
-1
/
+4
*
Use `return' for null pointers, to avoid a giant block holding the rest
Miles Bader
2002-08-13
1
-95
/
+95
*
Update debugging printfs.
Miles Bader
2002-07-31
1
-2
/
+2
*
Use new malloc header macros.
Miles Bader
2002-07-30
1
-2
/
+2
*
Size tweaks.
Miles Bader
2002-07-25
1
-5
/
+6
*
Miscellaneous tidying-up.
Miles Bader
2002-07-25
1
-12
/
+9
*
Redo the locking, so that it may actually work. Now locking is done at
Miles Bader
2002-07-25
1
-90
/
+103
*
Misc small cleanups.
Miles Bader
2002-07-24
1
-1
/
+2
*
* Automatically try to unmap heap free-areas when they get very big.
Miles Bader
2002-07-23
1
-9
/
+104
*
Doc fix.
Miles Bader
2002-07-19
1
-1
/
+1
*
Miles Bader implemented a new mmap based malloc which is much
Eric Andersen
2002-07-18
1
-0
/
+35