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-standard
/
malloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
malloc: simplify MAP_UNINITIALIZE ifdef logic
Mike Frysinger
2010-07-27
1
-7
/
+4
*
nommu: use MAP_UNINITIALIZE for mallocs
Mike Frysinger
2009-11-23
1
-1
/
+1
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
1
-4
/
+0
*
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
-2
/
+2
*
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-18
1
-1
/
+1
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
1
-1
/
+1
*
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-12-07
1
-6
/
+5
*
fix from psm: makes use of the malloc debug option in malloc-standard as well
Mike Frysinger
2006-08-25
1
-2
/
+2
*
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...
Peter S. Mazinger
2006-03-10
1
-1
/
+0
*
tweak the idea between having a MMU and actually using it
Mike Frysinger
2006-02-18
1
-1
/
+1
*
Go __malloc_lock, go ...
Peter S. Mazinger
2006-02-01
1
-0
/
+1
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-4
/
+5
*
__malloc_consolidate is only libc internal, enable use of __sbrk
Peter S. Mazinger
2005-12-13
1
-1
/
+2
*
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-12-08
1
-0
/
+1
*
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-06
1
-6
/
+3
*
Hiding again
Peter S. Mazinger
2005-11-29
1
-0
/
+2
*
Mike Frysinger writes:
Eric Andersen
2004-08-25
1
-0
/
+3
*
_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE
Eric Andersen
2004-07-15
1
-1
/
+1
*
Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
Eric Andersen
2004-07-15
1
-2
/
+11
*
Rework malloc. The new default implementation is based on dlmalloc from Doug
Eric Andersen
2003-12-30
1
-0
/
+953