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
/
heap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix malloc alignment
Bernd Schmidt
2011-04-11
1
-2
/
+4
*
nptl: fix malloc library locking
Timo Teräs
2010-04-22
1
-4
/
+3
*
Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...
Rob Landley
2008-10-28
1
-15
/
+15
*
This should fix malloc with debug and without threads. (Chase N Douglas)
Bernhard Reutner-Fischer
2008-10-16
1
-0
/
+5
*
Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.
Khem Raj
2008-10-11
1
-40
/
+16
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
1
-5
/
+5
*
fix up malloc debug building
Mike Frysinger
2007-04-13
1
-1
/
+1
*
Richard Sandiford writes:
Mike Frysinger
2007-01-29
1
-1
/
+1
*
mostly revert the locking changes for 'malloc', as the implementation
Eric Andersen
2006-12-11
1
-4
/
+5
*
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-12-07
1
-4
/
+4
*
merge fix from blackfin cvs:
Mike Frysinger
2006-08-05
1
-1
/
+1
*
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-06
1
-8
/
+2
*
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-12-27
1
-2
/
+2
*
More fiddling with static free-areas: make sure both their size _and_
Miles Bader
2003-09-22
1
-5
/
+5
*
Make sure we don't allocate too little space for static free-areas
Miles Bader
2003-09-19
1
-1
/
+3
*
Make sure static heaps are aligned correctly.
Miles Bader
2003-09-17
1
-9
/
+11
*
'extern inline' doesn't work... Use 'static inline'
Eric Andersen
2003-09-06
1
-5
/
+5
*
Fix malloc so it compiles and works when using pthreads
Eric Andersen
2002-10-17
1
-1
/
+1
*
* Add support for uClinux's broken munmap, contingent on
Miles Bader
2002-10-09
1
-1
/
+45
*
Update debugging hooks.
Miles Bader
2002-09-06
1
-28
/
+11
*
(__heap_delete): Renamed from `__heap_unlink_free_area'.
Miles Bader
2002-09-04
1
-3
/
+6
*
(likely, unlikely): New macros.
Miles Bader
2002-08-30
1
-0
/
+12
*
(HEAP_MIN_SIZE): New macro.
Miles Bader
2002-08-01
1
-6
/
+15
*
Redo the locking, so that it may actually work. Now locking is done at
Miles Bader
2002-07-25
1
-18
/
+1
*
Factor out some common code sequences into inline functions.
Miles Bader
2002-07-24
1
-6
/
+60
*
* Automatically try to unmap heap free-areas when they get very big.
Miles Bader
2002-07-23
1
-28
/
+42
*
Rename mutex stuff to use heap-specific names.
Miles Bader
2002-07-19
1
-12
/
+14
*
Miles Bader implemented a new mmap based malloc which is much
Eric Andersen
2002-07-18
1
-0
/
+146