summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Add prlimit to LP32.Elliott Hughes2016-03-091-0/+19
* bionic: Do not allow LD_SHIM_LIBS for setuid executablesChristopher R. Palmer2015-12-121-0/+1
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-1/+6
|\
| * Increase alternative signal stack size on 64-bit devices.Yabin Cui2015-09-231-1/+6
* | bionic: Add flag to restore legacy mmap behaviorFlemmard2015-10-191-1/+6
* | bionic: Detect userspace memory leakMaunik Shah2015-10-062-2/+151
|/
* Don't abort when failed to write tracing message.Yabin Cui2015-07-231-38/+47
* Add support for non-zero vaddr in maps.Christopher Ferris2015-07-212-3/+70
* Do not hold hash table lock while backtracing.Christopher Ferris2015-07-131-5/+3
* Improve personality initializationDmitriy Ivanov2015-06-301-0/+17
* Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-2/+2
* Statically linked executables should honor AT_SECURE.Elliott Hughes2015-06-103-0/+199
* Allow NULL in pthread_mutex_lock/unlock.Christopher Ferris2015-06-091-0/+12
* Export two dlmalloc functions everywhere.Christopher Ferris2015-06-062-6/+31
* Reorder DIR structure due to bad apps.Christopher Ferris2015-06-041-1/+7
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-0/+118
* Cleanup ftruncate negative test.Dan Albert2015-06-011-2/+5
* 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