Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make pthread join_state not protected by g_thread_list_lock. | Yabin Cui | 2015-03-12 | 6 | -43/+60 |
* | Merge "Remove PTHREAD_ATTR_FLAG_MAIN_THREAD." | Yabin Cui | 2015-03-06 | 3 | -8/+7 |
|\ | |||||
| * | Remove PTHREAD_ATTR_FLAG_MAIN_THREAD. | Yabin Cui | 2015-03-06 | 3 | -8/+7 |
|/ | |||||
* | Merge "Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp." | Yabin Cui | 2015-03-06 | 2 | -1/+1 |
|\ | |||||
| * | Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. | Yabin Cui | 2015-03-05 | 2 | -1/+1 |
* | | Merge "Use pthread_once for g_uselocale_key creation." | Yabin Cui | 2015-03-06 | 2 | -15/+20 |
|\ \ | |||||
| * | | Use pthread_once for g_uselocale_key creation. | Yabin Cui | 2015-03-05 | 2 | -15/+20 |
* | | | Merge "libm: arm: add arm specific sqrt and sqrtf" | Christopher Ferris | 2015-03-05 | 3 | -4/+94 |
|\ \ \ | |/ / |/| | | |||||
| * | | libm: arm: add arm specific sqrt and sqrtf | Shu Zhang | 2015-03-04 | 3 | -4/+94 |
* | | | Merge "Better control of pthread keys used in bionic." | Yabin Cui | 2015-03-05 | 4 | -18/+13 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Better control of pthread keys used in bionic. | Yabin Cui | 2015-03-04 | 4 | -18/+13 |
* | | | Merge "Fix fortify compilation test in x86_64." | Yabin Cui | 2015-03-05 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Fix fortify compilation test in x86_64. | Yabin Cui | 2015-03-05 | 1 | -2/+2 |
* | | | | Merge "Fix fortify compilation test on x86." | Yabin Cui | 2015-03-05 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix fortify compilation test on x86. | Yabin Cui | 2015-03-04 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge "Fix fortify compilation test on mips." | Yabin Cui | 2015-03-05 | 1 | -5/+5 |
|\ \ \ | |||||
| * | | | Fix fortify compilation test on mips. | Yabin Cui | 2015-03-04 | 1 | -5/+5 |
|/ / / | |||||
* | | | Merge "Switch pthread_rwlock_t to stdatomic." | Yabin Cui | 2015-03-05 | 3 | -90/+227 |
|\ \ \ | |/ / |/| | | |||||
| * | | Switch pthread_rwlock_t to stdatomic. | Yabin Cui | 2015-03-04 | 3 | -90/+227 |
* | | | Merge "Add fortify compile test." | Yabin Cui | 2015-03-04 | 1 | -6/+181 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add fortify compile test. | Yabin Cui | 2015-03-04 | 1 | -6/+181 |
* | | | Merge "Add aarch64 instructions wherever possible" | Christopher Ferris | 2015-03-04 | 8 | -22/+285 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add aarch64 instructions wherever possible | Amaury Le Leyzour | 2015-03-04 | 8 | -22/+285 |
* | | | Merge "Refactor pthread_key.cpp to be lock-free." | Yabin Cui | 2015-03-04 | 4 | -191/+125 |
|\ \ \ | |/ / |/| | | |||||
| * | | Refactor pthread_key.cpp to be lock-free. | Yabin Cui | 2015-03-03 | 4 | -191/+125 |
* | | | Merge "Lose bionic_atomic stuff." | Yabin Cui | 2015-03-03 | 6 | -386/+0 |
|\ \ \ | |||||
| * | | | Lose bionic_atomic stuff. | Yabin Cui | 2015-02-26 | 6 | -386/+0 |
* | | | | Merge "bionic: deprecate _PATH_MEM" | Mark Salyzyn | 2015-03-02 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | bionic: deprecate _PATH_MEM | Mark Salyzyn | 2015-03-02 | 1 | -1/+0 |
|/ / / / | |||||
* | | | | Merge "Fix fread returning bad data." | Christopher Ferris | 2015-02-28 | 2 | -0/+44 |
|\ \ \ \ | |||||
| * | | | | Fix fread returning bad data. | Christopher Ferris | 2015-02-27 | 2 | -0/+44 |
|/ / / / | |||||
* | | | | Merge "libm: arm: Add arm specific floor() optimization" | Christopher Ferris | 2015-02-27 | 2 | -1/+164 |
|\ \ \ \ | |||||
| * | | | | libm: arm: Add arm specific floor() optimization | Shu Zhang | 2015-02-12 | 2 | -1/+164 |
* | | | | | Merge "Make bionic gtest main be compatible with gtest output format for cts ... | Yabin Cui | 2015-02-27 | 2 | -4/+49 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Make bionic gtest main be compatible with gtest output format for cts test. | Yabin Cui | 2015-02-26 | 2 | -4/+49 |
|/ / / / | |||||
* | | | | Merge "Allow wildcards to match arg values." | Christopher Ferris | 2015-02-26 | 3 | -31/+51 |
|\ \ \ \ | |||||
| * | | | | Allow wildcards to match arg values. | Christopher Ferris | 2015-02-25 | 3 | -31/+51 |
* | | | | | Merge "Make getgrent deprecated." | Yabin Cui | 2015-02-26 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Make getgrent deprecated. | Yabin Cui | 2015-02-25 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge "Move endpwent to ndk_cruft.cpp." | Yabin Cui | 2015-02-26 | 3 | -16/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Move endpwent to ndk_cruft.cpp. | Yabin Cui | 2015-02-25 | 3 | -16/+3 |
* | | | | | | Merge "Make tempnam/mktemp deprecated." | Yabin Cui | 2015-02-26 | 2 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Make tempnam/mktemp deprecated. | Yabin Cui | 2015-02-25 | 2 | -4/+4 |
* | | | | | | Merge "Switch system_properties.cpp from bionic atomic operations to stdatomic." | Yabin Cui | 2015-02-25 | 1 | -64/+76 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Switch system_properties.cpp from bionic atomic operations to stdatomic. | Yabin Cui | 2015-02-24 | 1 | -64/+76 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." | Yabin Cui | 2015-02-25 | 3 | -20/+18 |
|\ \ \ \ \ | |||||
| * | | | | | Move getusershell/endusershell/setusershell to ndk_cruft.cpp. | Yabin Cui | 2015-02-24 | 3 | -20/+18 |
* | | | | | | Merge "Make all output of child test go to parent process in gtest_main." | Yabin Cui | 2015-02-24 | 1 | -34/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make all output of child test go to parent process in gtest_main. | Yabin Cui | 2015-02-24 | 1 | -34/+17 |
|/ / / / / / | |||||
* | | | | | | Merge "Fix "faccessat ignores flags"" | Nick Kralevich | 2015-02-24 | 10 | -22/+122 |
|\ \ \ \ \ \ |