summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling for negative size in ftruncate.Dan Albert2015-06-011-0/+28
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-2/+2
* Merge "Add float support to binary event log." into mnc-devJeff Brown2015-04-291-0/+1
|\
| * Add float support to binary event log.Jeff Brown2015-04-281-0/+1
* | bionic: add __system_property_area_serial()Mark Salyzyn2015-04-281-0/+10
|/
* Merge "add fortified memchr/memrchr implementations"Nick Kralevich2015-04-252-0/+78
|\
| * add fortified memchr/memrchr implementationsDaniel Micay2015-04-172-0/+78
* | 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-241-28/+94
|/ /
* | Merge "Revert "Unregister pthread_atfork handlers on dlclose()""Dimitry Ivanov2015-04-241-94/+28
|\ \
| * | Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-94/+28
* | | Merge "Simplify close(2) EINTR handling."Elliott Hughes2015-04-231-0/+56
|\ \ \ | |/ / |/| |
| * | Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-0/+56
* | | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-28/+94
|/ /
* | Fix bug in app_id_from_name in stubs.cpp.Yabin Cui2015-04-181-0/+1
* | add fortified readlink/readlinkat implementationsDaniel Micay2015-04-173-0/+88
|/
* Fix clang build.Elliott Hughes2015-04-161-0/+2
* add fortified implementations of pread/pread64Daniel Micay2015-04-162-0/+86
* 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-151-1/+1
* | 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
* | Provide writer preference option in rwlock.Yabin Cui2015-04-081-149/+308
|/
* Fix bug for recursive/errorcheck mutex on 32-bit devices.Yabin Cui2015-04-031-1/+25
* 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
* | Merge "stubs missing include for string.h"Mark Salyzyn2015-04-011-0/+1
|\ \
| * | stubs missing include for string.hMark Salyzyn2015-03-311-0/+1
| |/
* | Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-316-49/+42
|/
* 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
* 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-262-1/+53
|\ \
| * | Initial implementation of __cxa_thread_atexit_implDmitriy Ivanov2015-03-252-1/+53
* | | Hide internal of pthread_mutex_t.Yabin Cui2015-03-251-113/+116
* | | 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
|/
* Add O_APPEND flag for __libc_write_stderr.Yabin Cui2015-03-251-1/+1
* Merge "Let g_thread_list_lock only protect g_thread_list."Yabin Cui2015-03-2413-166/+95
|\
| * Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-2313-166/+95
* | Merge "RTLD_LAZY is not supported, use RTLD_NOW instead."Dmitriy Ivanov2015-03-242-2/+2
|\ \
| * | RTLD_LAZY is not supported, use RTLD_NOW instead.Dmitriy Ivanov2015-03-232-2/+2
* | | Merge "Add test for pthread types alignment check."Yabin Cui2015-03-232-4/+16
|\ \ \ | |/ / |/| |
| * | Add test for pthread types alignment check.Yabin Cui2015-03-202-4/+16
| |/
* | Fix alignment error for pthread_internal_t/pthread stack.Yabin Cui2015-03-202-6/+7
|/