summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* am 64e9e71c: Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
|\
| * Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
| * Fixes to the update-tzdata.py toolNeil Fuller2015-02-021-2/+9
* | Merge "add a fortified implementation of realpath"Nick Kralevich2015-04-261-0/+21
|\ \
| * | add a fortified implementation of realpathDaniel Micay2015-04-201-0/+21
* | | Merge "add fortified memchr/memrchr implementations"Nick Kralevich2015-04-254-0/+129
|\ \ \
| * | | add fortified memchr/memrchr implementationsDaniel Micay2015-04-174-0/+129
* | | | Include pthread_atfork.h to mips64 crtbeginDmitriy Ivanov2015-04-251-0/+1
* | | | Merge "Fix POSIX timer thread naming."Elliott Hughes2015-04-251-3/+3
|\ \ \ \
| * | | | Fix POSIX timer thread naming.Elliott Hughes2015-04-251-3/+3
* | | | | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-249-38/+150
|/ / / /
* | | | Merge "Revert "Unregister pthread_atfork handlers on dlclose()""Dimitry Ivanov2015-04-249-141/+32
|\ \ \ \
| * | | | Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-249-141/+32
* | | | | Merge "Remove jemalloc.a from libc_nomalloc.a"Dmitriy Ivanov2015-04-231-4/+10
|\ \ \ \ \
| * | | | | Remove jemalloc.a from libc_nomalloc.aDmitriy Ivanov2015-04-231-4/+10
| |/ / / /
* | | | | Merge "Simplify close(2) EINTR handling."Elliott Hughes2015-04-239-13/+76
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Simplify close(2) EINTR handling.Elliott Hughes2015-04-239-13/+76
* | | | | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-229-32/+141
|/ / / /
* | | | Update the search path for libclang.soTao Bao2015-04-221-1/+4
* | | | Merge "Allow building libc long double code with clang/llvm."Chih-Hung Hsieh2015-04-211-18/+3
|\ \ \ \
| * | | | Allow building libc long double code with clang/llvm.Chih-Hung Hsieh2015-04-211-18/+3
* | | | | Fix bug in app_id_from_name in stubs.cpp.Yabin Cui2015-04-181-0/+1
| |_|/ / |/| | |
* | | | add fortified readlink/readlinkat implementationsDaniel Micay2015-04-175-0/+150
| |/ / |/| |
* | | Merge "Support symbol versioning"Dmitriy Ivanov2015-04-171-0/+6
|\ \ \
| * | | Support symbol versioningDmitriy Ivanov2015-04-161-0/+6
* | | | Fix clang build.Elliott Hughes2015-04-161-0/+2
* | | | Merge "add fortified implementations of pread/pread64"Elliott Hughes2015-04-174-0/+155
|\ \ \ \
| * | | | add fortified implementations of pread/pread64Daniel Micay2015-04-164-0/+155
* | | | | Merge "Remove PROP_PATH_SYSTEM_DEFAULT."Elliott Hughes2015-04-161-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove PROP_PATH_SYSTEM_DEFAULT.Elliott Hughes2015-04-151-1/+0
* | | | | Merge "Call __cxa_thread_finalize for the main thread."Dmitriy Ivanov2015-04-162-3/+10
|\ \ \ \ \
| * | | | | Call __cxa_thread_finalize for the main thread.Dmitriy Ivanov2015-04-152-3/+10
* | | | | | Merge "Update the number of jemalloc reserved keys."Christopher Ferris2015-04-161-8/+2
|\ \ \ \ \ \
| * | | | | | Update the number of jemalloc reserved keys.Christopher Ferris2015-04-151-8/+2
| | |/ / / / | |/| | | |
* | | | | | Merge "Change on handling of SIGEV_THREAD timers."Yabin Cui2015-04-161-22/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Change on handling of SIGEV_THREAD timers.Yabin Cui2015-04-151-22/+20
* | | | | | Hide emutls* symbols in libc.soDmitriy Ivanov2015-04-152-2/+2
| |/ / / / |/| | | |
* | | | | Fix addition of extra arg to cfi_restore.Christopher Ferris2015-04-141-4/+4
* | | | | Merge "Add missing cfi directives for x86 assembler."Christopher Ferris2015-04-143-0/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add missing cfi directives for x86 assembler.Christopher Ferris2015-04-143-0/+30
| |/ / /
* | | | Merge "Prevent using static-allocated pthread keys before creation."Yabin Cui2015-04-141-6/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent using static-allocated pthread keys before creation.Yabin Cui2015-04-141-6/+18
* | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |