summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Elfxx_Ver* types"Dmitriy Ivanov2015-04-091-0/+65
|\
| * Add Elfxx_Ver* typesDmitriy Ivanov2015-04-091-0/+65
* | Merge "Use assembly memmove for all arm32 processors."Christopher Ferris2015-04-093-9/+15
|\ \
| * | Use assembly memmove for all arm32 processors.Christopher Ferris2015-04-083-9/+15
| |/
* | Merge "Provide writer preference option in rwlock."Yabin Cui2015-04-093-150/+390
|\ \
| * | Provide writer preference option in rwlock.Yabin Cui2015-04-083-150/+390
* | | Upgrade timezone data to 2015bNeil Fuller2015-04-091-0/+0
* | | Merge "Update update-tzdata.py tool to generate ICU4J data jars"Neil Fuller2015-04-091-7/+24
|\ \ \ | |_|/ |/| |
| * | Update update-tzdata.py tool to generate ICU4J data jarsNeil Fuller2015-04-091-7/+24
* | | Merge "Stop libc from cross-referencing unwind symbols"Dmitriy Ivanov2015-04-072-0/+94
|\ \ \ | |/ / |/| |
| * | Stop libc from cross-referencing unwind symbolsDmitriy Ivanov2015-04-072-0/+94
* | | Merge "Changes to re-enable overrides for tz data"Neil Fuller2015-04-071-5/+8
|\ \ \ | |_|/ |/| |
| * | Changes to re-enable overrides for tz dataNeil Fuller2015-03-251-5/+8
* | | Merge "Fix bug for recursive/errorcheck mutex on 32-bit devices."Yabin Cui2015-04-041-1/+25
|\ \ \ | |_|/ |/| |
| * | Fix bug for recursive/errorcheck mutex on 32-bit devices.Yabin Cui2015-04-031-1/+25
* | | Try again to fix clang build.Elliott Hughes2015-04-031-1/+1
* | | Fix clang build.Elliott Hughes2015-04-031-0/+4
* | | Merge "Add ANDROID_DLEXT_FORCE_LOAD flag"Dmitriy Ivanov2015-04-031-2/+14
|\ \ \
| * | | Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-2/+14
* | | | Fix volantis boot.Elliott Hughes2015-04-034-1/+20
| |/ / |/| |
* | | Merge "Remove _memset16 and _memset32 from mips/mips64 bionic."Elliott Hughes2015-04-022-160/+0
|\ \ \
| * | | Remove _memset16 and _memset32 from mips/mips64 bionic.Elliott Hughes2015-04-022-160/+0
* | | | Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices."Yabin Cui2015-04-021-155/+141
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices.Yabin Cui2015-04-011-155/+141
* | | | Don't export new/delete from libc shared libraries.Dan Albert2015-04-012-6/+33
| |/ / |/| |
* | | Merge "stubs missing include for string.h"Mark Salyzyn2015-04-011-0/+1
|\ \ \
| * | | stubs missing include for string.hMark Salyzyn2015-03-311-0/+1
* | | | Merge "Make ThreadLocalBuffer a class rather than a macro."Elliott Hughes2015-04-019-90/+87
|\ \ \ \ | |/ / / |/| | |
| * | | Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-319-90/+87
| |/ /
* | | Upgrade kernel headers to 3.18.10.Christopher Ferris2015-03-315-45/+50
|/ /
* | Revert "Revert "add guard pages to the internal signal stacks""Yabin Cui2015-03-303-6/+16
* | Revert "add guard pages to the internal signal stacks"Elliott Hughes2015-03-313-16/+7
* | add guard pages to the internal signal stacksDaniel Micay2015-03-303-7/+16
* | Fix libstdc++.so hash-style.Dmitriy Ivanov2015-03-271-1/+1
* | Merge "Revert "Cause Fatal error when invalid pthread_id is detected.""Yabin Cui2015-03-261-8/+4
|\ \
| * | Revert "Cause Fatal error when invalid pthread_id is detected."Yabin Cui2015-03-261-8/+4
* | | Merge "Initial implementation of __cxa_thread_atexit_impl"Dmitriy Ivanov2015-03-263-1/+75
|\ \ \
| * | | Initial implementation of __cxa_thread_atexit_implDmitriy Ivanov2015-03-253-1/+75
* | | | Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITI...Yabin Cui2015-03-251-4/+0
* | | | Hide internal of pthread_mutex_t.Yabin Cui2015-03-253-143/+142
* | | | Merge "Fix in error handling in pthread_create.cpp."Yabin Cui2015-03-261-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix in error handling in pthread_create.cpp.Yabin Cui2015-03-251-0/+1
| |/ /
* | | Cause Fatal error when invalid pthread_id is detected.Yabin Cui2015-03-251-4/+8
|/ /
* | Merge "Add O_APPEND flag for __libc_write_stderr."Yabin Cui2015-03-251-1/+1
|\ \
| * | Add O_APPEND flag for __libc_write_stderr.Yabin Cui2015-03-251-1/+1
* | | Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-255-25/+10
* | | Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2450-105/+50
|/ /
* | Merge "Let g_thread_list_lock only protect g_thread_list."Yabin Cui2015-03-2414-167/+96
|\ \
| * | Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-2314-167/+96
* | | Merge "RTLD_LAZY is not supported, use RTLD_NOW instead."Dmitriy Ivanov2015-03-242-2/+2
|\ \ \