index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
private
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement scandir(3).
Elliott Hughes
2013-02-25
1
-0
/
+50
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-3
/
+0
*
Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.
Elliott Hughes
2013-02-14
1
-0
/
+3
*
Everyone has a TLS register.
Elliott Hughes
2013-02-12
1
-42
/
+12
*
Revert "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
4
-11
/
+71
*
Revert "More pthreads cleanup."
Elliott Hughes
2013-02-12
4
-69
/
+11
*
More pthreads cleanup.
Elliott Hughes
2013-02-11
4
-11
/
+69
*
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
Elliott Hughes
2013-02-11
1
-14
/
+12
*
Revert "Pull the pthread_key_t functions out of pthread.c."
Elliott Hughes
2013-02-11
1
-12
/
+14
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
1
-14
/
+12
*
Switch to using AT_RANDOM for the stack guards.
Elliott Hughes
2013-02-08
2
-39
/
+7
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
2
-1
/
+77
*
bionic_auxv.h: fix #define conflict
Nick Kralevich
2013-01-22
1
-3
/
+3
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-0
/
+55
*
Revert "stack protector: use AT_RANDOM"
Nick Kralevich
2013-01-16
2
-8
/
+23
*
stack protector: use AT_RANDOM
Nick Kralevich
2013-01-16
2
-23
/
+8
*
Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t exte...
Elliott Hughes
2013-01-15
1
-1
/
+6
*
libc: add getauxval()
Nick Kralevich
2013-01-11
1
-0
/
+39
*
Only have one copy of the kernel_sigset_t hack, and add more tests.
Elliott Hughes
2013-01-10
1
-0
/
+52
*
clean up FORTIFY_SOURCE handling.
Nick Kralevich
2012-12-04
1
-0
/
+2
*
FORTIFY_SOURCE: fortify strchr
Nick Kralevich
2012-11-30
1
-0
/
+1
*
am 7b68e3f7: Merge "Per-thread -fstack-protector guards for x86."
Elliott Hughes
2012-10-25
2
-10
/
+81
|
\
|
*
Per-thread -fstack-protector guards for x86.
Elliott Hughes
2012-10-25
2
-10
/
+81
*
|
am d0f2b7e7: Merge "More upstream NetBSD upgrades."
Elliott Hughes
2012-10-23
6
-724
/
+0
|
\
\
|
|
/
|
*
More upstream NetBSD upgrades.
Elliott Hughes
2012-10-23
6
-724
/
+0
*
|
am a2f596b6: Merge "Make dlerror(3) thread-safe."
Elliott Hughes
2012-10-17
2
-14
/
+67
|
\
\
|
|
/
|
*
Make dlerror(3) thread-safe.
Elliott Hughes
2012-10-16
2
-14
/
+67
*
|
am db4fdf1a: Merge "Fix dlerror(3)."
Elliott Hughes
2012-10-12
1
-0
/
+40
|
\
\
|
|
/
|
*
Fix dlerror(3).
Elliott Hughes
2012-10-11
1
-0
/
+40
*
|
am b650111a: am cd195eba: Merge "Upgrade to the current NetBSD rand implement...
Elliott Hughes
2012-10-01
1
-4
/
+6
|
\
\
|
|
/
|
*
Upgrade to the current NetBSD rand implementation.
Elliott Hughes
2012-10-01
1
-4
/
+6
*
|
DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions t...
Elliott Hughes
2012-09-24
1
-6
/
+1
|
/
*
Add the libcutils localtime_tz and mktime_t extensions to bionic.
Elliott Hughes
2012-09-11
1
-1
/
+6
*
Rename __dso_handle_so.c to __dso_handle_so.h
Andrew Hsieh
2012-09-07
1
-0
/
+0
*
ARM: make CRT_LEGACY_WORKAROUND work as intended
Ard Biesheuvel
2012-08-28
1
-1
/
+1
*
Clean up the linker a bit, remove prelinking support.
Elliott Hughes
2012-08-07
1
-0
/
+8
*
[MIPS] Support for TLS register
Raghu Gandham
2012-08-02
1
-2
/
+13
*
Report errors to the log, not just stderr.
Elliott Hughes
2012-07-27
1
-4
/
+4
*
Fix implementation of generic atomic operations
Chris Dearman
2012-07-24
1
-6
/
+5
*
[MIPS] Add atomic routines
Raghu Gandham
2012-07-24
2
-0
/
+104
*
am c5cab345: am 028ccf5d: Merge "Avoid multiple dns lookups for the same query"
Robert Greenwalt
2012-06-12
1
-0
/
+6
|
\
|
*
am 028ccf5d: Merge "Avoid multiple dns lookups for the same query"
Robert Greenwalt
2012-06-12
1
-0
/
+6
|
|
\
|
|
*
Avoid multiple dns lookups for the same query
Mattias Falk
2012-05-07
1
-0
/
+6
*
|
|
Added actual event logging calls to the FORTIFY_SOURCE methods.
Geremy Condra
2012-06-11
1
-0
/
+15
*
|
|
Adding event logging to libc.
Geremy Condra
2012-06-08
1
-0
/
+3
*
|
|
arm: rewrite crtbegin* as C files.
Nick Kralevich
2012-06-01
2
-23
/
+9
|
/
/
*
|
Initialize TLS before any application code is run.
Evgeniy Stepanov
2012-04-13
1
-0
/
+3
*
|
Handle pthread-related changes (mutex/atfork)
Jean-Baptiste Queru
2012-03-26
1
-0
/
+1
*
|
Revert "am be741d47: am 2f460fbe: am 73b5cad9: Merge "bionic: Fix wrong kerne...
Guang Zhu
2012-03-12
1
-1
/
+0
*
|
am be741d47: am 2f460fbe: am 73b5cad9: Merge "bionic: Fix wrong kernel_id in ...
Elliott Hughes
2012-03-12
1
-0
/
+1
|
\
\
|
|
/
[next]