index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Merge memory checking functionality from sandbox"
Vladimir Chtchetkine
2010-02-17
4
-54
/
+1067
|
\
|
*
Merge memory checking functionality from sandbox
Vladimir Chtchetkine
2010-02-16
4
-54
/
+1067
*
|
Fix sem_post() behaviour to wake up multiple waiting threads.
David 'Digit' Turner
2010-02-12
1
-1
/
+1
*
|
Fix sem_trywait() implementation + update changelog.
David 'Digit' Turner
2010-02-12
1
-1
/
+2
*
|
Fix android_id_from_name to accept "app_0" as a valid ID.
David 'Digit' Turner
2010-02-12
1
-1
/
+1
|
/
*
Implement clone() C library function properly.
David 'Digit' Turner
2010-01-25
1
-0
/
+81
*
Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell
Colin Cross
2010-01-15
3
-0
/
+120
*
Add fts, err, and sys/queue for grep
Colin Cross
2010-01-15
2
-0
/
+1167
*
Fix libc logging implementation.
Andy McFadden
2009-11-30
1
-1
/
+2
*
am 362b2aab: Merge change Ib4550a04 into eclair-mr2
Vladimir Chtchetkine
2009-11-19
8
-351
/
+647
|
\
|
*
Split libc_debug.so into two .so modules loaded on demand from libc.so
Vladimir Chtchetkine
2009-11-18
8
-351
/
+647
*
|
am bc10cd29: Fix a typo that resulted in a crash in the boot sequence
David 'Digit' Turner
2009-09-23
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a typo that resulted in a crash in the boot sequence
David 'Digit' Turner
2009-09-23
1
-1
/
+1
*
|
am d154954f: Merge change 26419 into eclair
David 'Digit' Turner
2009-09-23
1
-10
/
+131
|
\
\
|
|
/
|
*
Add pthread_mutex_lock_timeout_np
David 'Digit' Turner
2009-09-22
1
-10
/
+131
*
|
merge from open-source master
Jean-Baptiste Queru
2009-09-16
1
-11
/
+1
|
\
\
|
*
|
Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_time...
Matthieu CASTET
2009-09-14
1
-11
/
+1
*
|
|
merge from open-source master
Jean-Baptiste Queru
2009-09-01
1
-32
/
+50
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Changed logging functions in bionic/logd_write.c.
Alexey Tarasov
2009-08-25
1
-32
/
+50
*
|
merge from open-source master
Jean-Baptiste Queru
2009-08-07
2
-0
/
+88
|
\
\
|
|
/
|
*
Merge change 10057
Android Code Review
2009-08-07
2
-0
/
+88
|
|
\
|
|
*
Add mspace_merge_objects
Barry Hayes
2009-06-02
2
-0
/
+88
*
|
|
am 39f3745c: Restore malloc debug.
Andy McFadden
2009-07-21
4
-16
/
+21
|
\
\
\
|
|
/
/
|
*
|
Restore malloc debug.
Andy McFadden
2009-07-21
4
-16
/
+21
*
|
|
am b56b5659: Fix the C library runtime initialization order.
David 'Digit' Turner
2009-07-20
4
-100
/
+115
|
\
\
\
|
|
/
/
|
*
|
Fix the C library runtime initialization order.
David 'Digit' Turner
2009-07-18
4
-100
/
+115
*
|
|
allow pthread_mutexattr_setpshared to accept SHARED mutexes, since our curren...
Mathias Agopian
2009-07-13
1
-1
/
+12
*
|
|
added pthread_cond_timedwait_relative_np()
Mathias Agopian
2009-07-13
1
-0
/
+15
|
/
/
*
|
Prevent a crash in the memory leak checker (which happened in chk_free())
David 'Digit' Turner
2009-07-10
2
-63
/
+85
*
|
Revert "Fix the C library initialization to avoid calling static C++ construc...
David 'Digit' Turner
2009-06-03
4
-82
/
+168
*
|
Fix the C library initialization to avoid calling static C++ constructors twice.
David 'Digit' Turner
2009-06-02
4
-168
/
+82
*
|
Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __...
David 'Digit' Turner
2009-05-20
1
-2
/
+9
*
|
revert to previous implementation of __aeabi_atexit() since the new one seems...
David 'Digit' Turner
2009-05-15
1
-1
/
+2
*
|
Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by...
David 'Digit' Turner
2009-05-14
1
-2
/
+3
|
/
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
46
-0
/
+13935
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
46
-13932
/
+0
*
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-03
1
-11
/
+8
*
auto import from //depot/cupcake/@137055
The Android Open Source Project
2009-03-02
1
-8
/
+11
*
auto import from //branches/cupcake/...@132276
The Android Open Source Project
2009-02-19
3
-55
/
+26
*
auto import from //branches/cupcake/...@131421
The Android Open Source Project
2009-02-13
1
-1
/
+1
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
5
-53
/
+1007
*
auto import from //branches/cupcake/...@127101
The Android Open Source Project
2009-01-20
2
-6
/
+74
*
auto import from //branches/cupcake/...@126645
The Android Open Source Project
2009-01-15
4
-4
/
+4
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
6
-42
/
+851
*
Initial Contribution
android-1.0
The Android Open Source Project
2008-10-21
42
-0
/
+12130