index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix return value.
rich cannings
2010-08-31
1
-10
/
+1
*
|
Merge "Make timezones available to the host build." into gingerbread
Jesse Wilson
2010-08-31
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Make timezones available to the host build.
Jesse Wilson
2010-08-31
1
-0
/
+12
*
|
Fix __get_tls() in static C library to use kernel helpers.
David 'Digit' Turner
2010-08-27
3
-15
/
+74
|
/
*
Apply https://android-git.corp.google.com/g/60855 to dalvik-dev.
Brian Carlstrom
2010-08-18
1
-0
/
+5
*
linker: fix overwriting the real linker error string
Dima Zavin
2010-08-17
1
-1
/
+1
*
Bulletproof leak dump against null hash entries
Christopher Tate
2010-08-09
1
-20
/
+29
*
Revert "Set SA_RESTORER in sigaction()"
Dima Zavin
2010-07-29
8
-50
/
+6
*
bionic: update processed kernel header msm_camera.h
Wu-cheng Li
2010-07-27
1
-0
/
+1
*
Update time zone data to the new version 2010k.
Eric Fischer
2010-07-26
3
-1
/
+1
*
linker: Support dlopen(NULL, ...) properly.
David 'Digit' Turner
2010-07-23
2
-1
/
+14
*
bionic: update processed kernel header msm_camera.h
Wu-cheng Li
2010-07-19
1
-4
/
+51
*
add meta-files about 3rd party projects
The Android Open Source Project
2010-07-16
1
-0
/
+10
*
libc: update alarm() implementation to return 0 on error.
David 'Digit' Turner
2010-07-08
2
-0
/
+9
*
libc: fix fstatfs() implementation.
David 'Digit' Turner
2010-07-08
11
-14
/
+52
*
Add missing SMP barriers to libstdc++
David 'Digit' Turner
2010-07-07
2
-7
/
+27
*
libc: Fix sem_post() implementation to wake up all waiting threads.
David 'Digit' Turner
2010-07-02
3
-48
/
+180
*
libc: add sanity checks to pthread_mutex_destroy()
David 'Digit' Turner
2010-06-28
2
-3
/
+10
*
libstdc++: use extern "C++" in all our C++ system headers.
David 'Digit' Turner
2010-06-25
11
-0
/
+43
*
Merge "Add clean headers for 7x30 video codec." into gingerbread
Nick Pelly
2010-06-23
2
-0
/
+862
|
\
|
*
Add clean headers for 7x30 video codec.
Nick Pelly
2010-06-23
2
-0
/
+862
*
|
Remove compiler warnings when building Bionic.
David 'Digit' Turner
2010-06-22
33
-57
/
+269
|
/
*
Allow static C++ destructors to be properly called on dlclose().
David 'Digit' Turner
2010-06-18
12
-38
/
+186
*
Merge "wchar.h: improve wchar_t support in Bionic" into kraken
David 'Digit' Turner
2010-06-15
35
-127
/
+1683
|
\
|
*
wchar.h: improve wchar_t support in Bionic
David 'Digit' Turner
2010-06-15
35
-127
/
+1683
*
|
Merge "linker: remove libcutils dependency by re-implementing simpler socket_...
David 'Digit' Turner
2010-06-15
2
-4
/
+44
|
\
\
|
|
/
|
/
|
|
*
linker: remove libcutils dependency by re-implementing simpler socket_local_c...
David 'Digit' Turner
2010-06-10
2
-4
/
+44
*
|
libc: add missing truncate() declaration
David 'Digit' Turner
2010-06-11
2
-0
/
+4
*
|
libc: Add missing <termio.h> header
David 'Digit' Turner
2010-06-11
2
-0
/
+34
*
|
libc: remove cutils dependencies
David 'Digit' Turner
2010-06-11
4
-4
/
+116
|
/
*
sysconf(): Fix line parser for /proc files.
David 'Digit' Turner
2010-06-09
2
-1
/
+4
*
Add missing termios defns to bring on par with ARM - DO NOT MERGE
Bruce Beare
2010-06-09
1
-0
/
+17
*
DO NOT MERGE - add sincos.c to libm compilation
David 'Digit' Turner
2010-06-09
1
-0
/
+1
*
Update libthread_db for gdb-7.0 - DO NOT MERGE
David 'Digit' Turner
2010-06-09
2
-11
/
+73
*
Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGE
David 'Digit' Turner
2010-06-09
3
-0
/
+55
*
Remove a gcc-4.5 compilation warning:
Jing Yu
2010-06-09
1
-1
/
+1
*
Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE
David 'Digit' Turner
2010-06-09
5
-125
/
+144
*
Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...
David 'Digit' Turner
2010-06-09
10
-0
/
+83
*
Use private futexes for semaphores, unless they are initialized with pshared ...
David 'Digit' Turner
2010-06-08
4
-56
/
+147
*
resolved conflicts for merge of 7b6e6fa5 to kraken
Jean-Baptiste Queru
2010-06-03
2
-0
/
+56
|
\
|
*
merge from open-source master
The Android Open Source Project
2010-06-03
2
-0
/
+56
|
|
\
|
|
*
Merge "pthread: introduce pthread_setname_np() as a mean to give names to thr...
David Turner
2010-06-03
3
-0
/
+62
|
|
|
\
|
|
|
*
pthread: introduce pthread_setname_np() as a mean to give names to threads
André Goddard Rosa
2010-05-19
3
-0
/
+62
*
|
|
|
Atomic/SMP update, part 3.
Andy McFadden
2010-05-28
4
-61
/
+109
*
|
|
|
Atomic/SMP update.
Andy McFadden
2010-05-20
2
-6
/
+20
*
|
|
|
Add pthread_rwlock_t implementation to the C library (DO NOT MERGE)
David 'Digit' Turner
2010-05-19
4
-1
/
+391
|
/
/
/
*
|
|
merge from open-source master
The Android Open Source Project
2010-05-17
15
-57
/
+56
|
\
\
\
|
|
/
/
|
*
|
improve readability of stdio: fix indentation and remove trailing spaces
André Goddard Rosa
2010-05-17
15
-57
/
+56
|
|
/
*
|
merge from open-source master
The Android Open Source Project
2010-05-14
1
-0
/
+1
|
\
\
|
|
/
|
*
Merge "Add declaration for sys_signame[] forgotten in change 12489"
David Turner
2010-05-14
1
-0
/
+1
|
|
\
[prev]
[next]