| Commit message (Expand) | Author | Age | Files | Lines |
* | bionic: Do not allow LD_SHIM_LIBS for setuid executables | Christopher R. Palmer | 2015-12-12 | 1 | -0/+1 |
* | Merge tag 'android-6.0.0_r26' into cm-13.0 | Ricardo Cerqueira | 2015-11-05 | 1 | -1/+6 |
|\ |
|
| * | Increase alternative signal stack size on 64-bit devices. | Yabin Cui | 2015-09-23 | 1 | -1/+6 |
* | | bionic: Add flag to restore legacy mmap behavior | Flemmard | 2015-10-19 | 1 | -1/+6 |
* | | bionic: Detect userspace memory leak | Maunik Shah | 2015-10-06 | 2 | -2/+151 |
|/ |
|
* | Don't abort when failed to write tracing message. | Yabin Cui | 2015-07-23 | 1 | -38/+47 |
* | Add support for non-zero vaddr in maps. | Christopher Ferris | 2015-07-21 | 2 | -3/+70 |
* | Do not hold hash table lock while backtracing. | Christopher Ferris | 2015-07-13 | 1 | -5/+3 |
* | Improve personality initialization | Dmitriy Ivanov | 2015-06-30 | 1 | -0/+17 |
* | Hide accidentally-exposed __clock_nanosleep. | Elliott Hughes | 2015-06-16 | 1 | -2/+2 |
* | Statically linked executables should honor AT_SECURE. | Elliott Hughes | 2015-06-10 | 3 | -0/+199 |
* | Allow NULL in pthread_mutex_lock/unlock. | Christopher Ferris | 2015-06-09 | 1 | -0/+12 |
* | Export two dlmalloc functions everywhere. | Christopher Ferris | 2015-06-06 | 2 | -6/+31 |
* | Reorder DIR structure due to bad apps. | Christopher Ferris | 2015-06-04 | 1 | -1/+7 |
* | libc: Add O_PATH support for fgetxattr / fsetxattr | Nick Kralevich | 2015-06-02 | 2 | -0/+118 |
* | Cleanup ftruncate negative test. | Dan Albert | 2015-06-01 | 1 | -2/+5 |
* | Fix error handling for negative size in ftruncate. | Dan Albert | 2015-06-01 | 1 | -0/+28 |
* | Hide rt_sigqueueinfo. | Yabin Cui | 2015-05-18 | 1 | -2/+2 |
* | Merge "Add float support to binary event log." into mnc-dev | Jeff Brown | 2015-04-29 | 1 | -0/+1 |
|\ |
|
| * | Add float support to binary event log. | Jeff Brown | 2015-04-28 | 1 | -0/+1 |
* | | bionic: add __system_property_area_serial() | Mark Salyzyn | 2015-04-28 | 1 | -0/+10 |
|/ |
|
* | Merge "add fortified memchr/memrchr implementations" | Nick Kralevich | 2015-04-25 | 2 | -0/+78 |
|\ |
|
| * | add fortified memchr/memrchr implementations | Daniel Micay | 2015-04-17 | 2 | -0/+78 |
* | | Merge "Fix POSIX timer thread naming." | Elliott Hughes | 2015-04-25 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix POSIX timer thread naming. | Elliott Hughes | 2015-04-25 | 1 | -3/+3 |
* | | | Unregister pthread_atfork handlers on dlclose() | Dmitriy Ivanov | 2015-04-24 | 1 | -28/+94 |
|/ / |
|
* | | Merge "Revert "Unregister pthread_atfork handlers on dlclose()"" | Dimitry Ivanov | 2015-04-24 | 1 | -94/+28 |
|\ \ |
|
| * | | Revert "Unregister pthread_atfork handlers on dlclose()" | Dimitry Ivanov | 2015-04-24 | 1 | -94/+28 |
* | | | Merge "Simplify close(2) EINTR handling." | Elliott Hughes | 2015-04-23 | 1 | -0/+56 |
|\ \ \
| |/ /
|/| | |
|
| * | | Simplify close(2) EINTR handling. | Elliott Hughes | 2015-04-23 | 1 | -0/+56 |
* | | | Unregister pthread_atfork handlers on dlclose() | Dmitriy Ivanov | 2015-04-22 | 1 | -28/+94 |
|/ / |
|
* | | Fix bug in app_id_from_name in stubs.cpp. | Yabin Cui | 2015-04-18 | 1 | -0/+1 |
* | | add fortified readlink/readlinkat implementations | Daniel Micay | 2015-04-17 | 3 | -0/+88 |
|/ |
|
* | Fix clang build. | Elliott Hughes | 2015-04-16 | 1 | -0/+2 |
* | add fortified implementations of pread/pread64 | Daniel Micay | 2015-04-16 | 2 | -0/+86 |
* | Merge "Change on handling of SIGEV_THREAD timers." | Yabin Cui | 2015-04-16 | 1 | -22/+20 |
|\ |
|
| * | Change on handling of SIGEV_THREAD timers. | Yabin Cui | 2015-04-15 | 1 | -22/+20 |
* | | Hide emutls* symbols in libc.so | Dmitriy Ivanov | 2015-04-15 | 1 | -1/+1 |
* | | Merge "Prevent using static-allocated pthread keys before creation." | Yabin Cui | 2015-04-14 | 1 | -6/+18 |
|\ \
| |/
|/| |
|
| * | Prevent using static-allocated pthread keys before creation. | Yabin Cui | 2015-04-14 | 1 | -6/+18 |
* | | Provide writer preference option in rwlock. | Yabin Cui | 2015-04-08 | 1 | -149/+308 |
|/ |
|
* | Fix bug for recursive/errorcheck mutex on 32-bit devices. | Yabin Cui | 2015-04-03 | 1 | -1/+25 |
* | Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." | Yabin Cui | 2015-04-02 | 1 | -155/+141 |
|\ |
|
| * | Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. | Yabin Cui | 2015-04-01 | 1 | -155/+141 |
* | | Merge "stubs missing include for string.h" | Mark Salyzyn | 2015-04-01 | 1 | -0/+1 |
|\ \ |
|
| * | | stubs missing include for string.h | Mark Salyzyn | 2015-03-31 | 1 | -0/+1 |
| |/ |
|
* | | Make ThreadLocalBuffer a class rather than a macro. | Elliott Hughes | 2015-03-31 | 6 | -49/+42 |
|/ |
|
* | Revert "Revert "add guard pages to the internal signal stacks"" | Yabin Cui | 2015-03-30 | 3 | -6/+16 |
* | Revert "add guard pages to the internal signal stacks" | Elliott Hughes | 2015-03-31 | 3 | -16/+7 |
* | add guard pages to the internal signal stacks | Daniel Micay | 2015-03-30 | 3 | -7/+16 |