aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2018-11-28Merge "Replace android_open_proxy with dns_open_proxy"Luke Huang
2018-11-27Merge "Cleanup: __libc_init_AT_SECURE, auxv, sysinfo"Ryan Prichard
2018-11-27Merge "Fix minor bug in dispatch table initialization order."Treehugger Robot
2018-11-27Fix minor bug in dispatch table initialization order.Florian Mayer
2018-11-27Disable XOM in linker, libc, and libm.Ivan Lozano
2018-11-26Cleanup: __libc_init_AT_SECURE, auxv, sysinfoRyan Prichard
2018-11-26Arm32 dynamic function dispatchHaibo Huang
2018-11-26Revert "Add Android Runtime APEX directories to Bionic search paths."Andreas Gampe
2018-11-20Add Android Runtime APEX directories to Bionic search paths.Roland Levillain
2018-11-19Merge "System property for heapprofd at process startup."Florian Mayer
2018-11-19Merge "Allocate a small guard region around the shadow call stack."Peter Collingbourne
2018-11-19Revert "Arm32 dynamic function dispatch"Izabela Orlowska
2018-11-19Replace android_open_proxy with dns_open_proxyLuke Huang
2018-11-16Allocate a small guard region around the shadow call stack.Peter Collingbourne
2018-11-16Arm32 dynamic function dispatchHaibo Huang
2018-11-15Fix a comment in <android/api-level.h>.Elliott Hughes
2018-11-15Make android_get_application_target_sdk_version available to the NDK.Elliott Hughes
2018-11-14Merge "Move API levels from `uint32_t` to `int`."Elliott Hughes
2018-11-13Move API levels from `uint32_t` to `int`.Elliott Hughes
2018-11-13Change memcpy ifunc to return memmove for x86Haibo Huang
2018-11-13Use ifunc to dynamically dispatch libc routines for x86Haibo Huang
2018-11-13Merge "Move to jemalloc5."Christopher Ferris
2018-11-13Move to jemalloc5.Christopher Ferris
2018-11-12bionic: Allocate a shadow call stack for each thread.Peter Collingbourne
2018-11-12bionic: Add shadow call stack guard region field to pthread_internal_t.Peter Collingbourne
2018-11-12Separate libc_common to two targetsHaibo Huang
2018-11-09Add lp32 and lp64 shorthands to SYSCALLS.TXT.Elliott Hughes
2018-11-09System property for heapprofd at process startup.Florian Mayer
2018-11-09Merge "Free memory when it is no more used"Ken Chen
2018-11-08Free memory when it is no more usedKen Chen
2018-11-08Merge "Increase the size of the signal stack on 64-bit."Josh Gao
2018-11-08Increase the size of the signal stack on 64-bit.Josh Gao
2018-11-08Merge "Remove obsolete workaround."Elliott Hughes
2018-11-08Merge "Finalize the name of the apex package"Neil Fuller
2018-11-08Merge "Revert "Disable lld, libc_malloc_debug failed to boot.""Chih-hung Hsieh
2018-11-07Revert "Disable lld, libc_malloc_debug failed to boot."Chih-hung Hsieh
2018-11-07Finalize the name of the apex packageNeil Fuller
2018-11-06Remove obsolete workaround.Elliott Hughes
2018-11-06ART isn't using the ART-specific linker features any more.Elliott Hughes
2018-11-05Merge "Add bionic/libc/include to exported_include_dirs"Logan Chien
2018-11-02Merge "Changes to support loading tz data from APEX"Neil Fuller
2018-11-02Add bionic/libc/include to exported_include_dirsLogan Chien
2018-11-01getnameinfo: Don't add flag NI_NUMERICHOST for well-known prefix addressnuccachen
2018-11-01Merge "Revert "bionic: Allocate a shadow call stack for each thread.""Josh Gao
2018-10-30Merge "Reverse two pthread_internal_t fields"Treehugger Robot
2018-10-30Changes to support loading tz data from APEXNeil Fuller
2018-10-30Reverse two pthread_internal_t fieldsRyan Prichard
2018-10-30Update to v4.19 kernel headers.Christopher Ferris
2018-10-30Merge "Allow to re-initialize heapprofd."Florian Mayer
2018-10-29Revert "bionic: Allocate a shadow call stack for each thread."Peter Collingbourne