summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make pthread join_state not protected by g_thread_list_lock.Yabin Cui2015-03-126-43/+60
* Merge "Remove PTHREAD_ATTR_FLAG_MAIN_THREAD."Yabin Cui2015-03-063-8/+7
|\
| * Remove PTHREAD_ATTR_FLAG_MAIN_THREAD.Yabin Cui2015-03-063-8/+7
|/
* Merge "Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp."Yabin Cui2015-03-062-1/+1
|\
| * Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp.Yabin Cui2015-03-052-1/+1
* | Merge "Use pthread_once for g_uselocale_key creation."Yabin Cui2015-03-062-15/+20
|\ \
| * | Use pthread_once for g_uselocale_key creation.Yabin Cui2015-03-052-15/+20
* | | Merge "libm: arm: add arm specific sqrt and sqrtf"Christopher Ferris2015-03-053-4/+94
|\ \ \ | |/ / |/| |
| * | libm: arm: add arm specific sqrt and sqrtfShu Zhang2015-03-043-4/+94
* | | Merge "Better control of pthread keys used in bionic."Yabin Cui2015-03-054-18/+13
|\ \ \ | |_|/ |/| |
| * | Better control of pthread keys used in bionic.Yabin Cui2015-03-044-18/+13
* | | Merge "Fix fortify compilation test in x86_64."Yabin Cui2015-03-051-2/+2
|\ \ \
| * | | Fix fortify compilation test in x86_64.Yabin Cui2015-03-051-2/+2
* | | | Merge "Fix fortify compilation test on x86."Yabin Cui2015-03-051-2/+2
|\ \ \ \ | |/ / /
| * | | Fix fortify compilation test on x86.Yabin Cui2015-03-041-2/+2
|/ / /
* | | Merge "Fix fortify compilation test on mips."Yabin Cui2015-03-051-5/+5
|\ \ \
| * | | Fix fortify compilation test on mips.Yabin Cui2015-03-041-5/+5
|/ / /
* | | Merge "Switch pthread_rwlock_t to stdatomic."Yabin Cui2015-03-053-90/+227
|\ \ \ | |/ / |/| |
| * | Switch pthread_rwlock_t to stdatomic.Yabin Cui2015-03-043-90/+227
* | | Merge "Add fortify compile test."Yabin Cui2015-03-041-6/+181
|\ \ \ | |_|/ |/| |
| * | Add fortify compile test.Yabin Cui2015-03-041-6/+181
* | | Merge "Add aarch64 instructions wherever possible"Christopher Ferris2015-03-048-22/+285
|\ \ \ | |/ / |/| |
| * | Add aarch64 instructions wherever possibleAmaury Le Leyzour2015-03-048-22/+285
* | | Merge "Refactor pthread_key.cpp to be lock-free."Yabin Cui2015-03-044-191/+125
|\ \ \ | |/ / |/| |
| * | Refactor pthread_key.cpp to be lock-free.Yabin Cui2015-03-034-191/+125
* | | Merge "Lose bionic_atomic stuff."Yabin Cui2015-03-036-386/+0
|\ \ \
| * | | Lose bionic_atomic stuff.Yabin Cui2015-02-266-386/+0
* | | | Merge "bionic: deprecate _PATH_MEM"Mark Salyzyn2015-03-021-1/+0
|\ \ \ \
| * | | | bionic: deprecate _PATH_MEMMark Salyzyn2015-03-021-1/+0
|/ / / /
* | | | Merge "Fix fread returning bad data."Christopher Ferris2015-02-282-0/+44
|\ \ \ \
| * | | | Fix fread returning bad data.Christopher Ferris2015-02-272-0/+44
|/ / / /
* | | | Merge "libm: arm: Add arm specific floor() optimization"Christopher Ferris2015-02-272-1/+164
|\ \ \ \
| * | | | libm: arm: Add arm specific floor() optimizationShu Zhang2015-02-122-1/+164
* | | | | Merge "Make bionic gtest main be compatible with gtest output format for cts ...Yabin Cui2015-02-272-4/+49
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make bionic gtest main be compatible with gtest output format for cts test.Yabin Cui2015-02-262-4/+49
|/ / / /
* | | | Merge "Allow wildcards to match arg values."Christopher Ferris2015-02-263-31/+51
|\ \ \ \
| * | | | Allow wildcards to match arg values.Christopher Ferris2015-02-253-31/+51
* | | | | Merge "Make getgrent deprecated."Yabin Cui2015-02-261-3/+3
|\ \ \ \ \
| * | | | | Make getgrent deprecated.Yabin Cui2015-02-251-3/+3
|/ / / / /
* | | | | Merge "Move endpwent to ndk_cruft.cpp."Yabin Cui2015-02-263-16/+3
|\ \ \ \ \
| * | | | | Move endpwent to ndk_cruft.cpp.Yabin Cui2015-02-253-16/+3
* | | | | | Merge "Make tempnam/mktemp deprecated."Yabin Cui2015-02-262-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make tempnam/mktemp deprecated.Yabin Cui2015-02-252-4/+4
* | | | | | Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic."Yabin Cui2015-02-251-64/+76
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Switch system_properties.cpp from bionic atomic operations to stdatomic.Yabin Cui2015-02-241-64/+76
| | |_|_|/ | |/| | |
* | | | | Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."Yabin Cui2015-02-253-20/+18
|\ \ \ \ \
| * | | | | Move getusershell/endusershell/setusershell to ndk_cruft.cpp.Yabin Cui2015-02-243-20/+18
* | | | | | Merge "Make all output of child test go to parent process in gtest_main."Yabin Cui2015-02-241-34/+17
|\ \ \ \ \ \
| * | | | | | Make all output of child test go to parent process in gtest_main.Yabin Cui2015-02-241-34/+17
|/ / / / / /
* | | | | | Merge "Fix "faccessat ignores flags""Nick Kralevich2015-02-2410-22/+122
|\ \ \ \ \ \