aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2014-10-31Add RTLD_NODELETE flag supportDmitriy Ivanov
2014-10-31Fix unused DT entry warnings.Dmitriy Ivanov
2014-10-31Fix a couple more cases of missing CLOEXEC.Elliott Hughes
2014-10-30Only use <atomic> for C++11 and newer.Dan Albert
2014-10-29Merge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe into lmp-mr1-devElliott Hughes
2014-10-29Fix the type of u_ar0 in <sys/user.h>.Elliott Hughes
2014-10-29Add greg_t for arm64.Elliott Hughes
2014-10-29POSIX says <signal.h> gets you ucontext_t.Elliott Hughes
2014-10-29Add in_port_t and move it and in_addr_t to the correct header file.Elliott Hughes
2014-10-29Add stpcpy assembler version.Christopher Ferris
2014-10-28Cleanup arm assembly.Christopher Ferris
2014-10-28Add __memcpy_chk assembly for 64 bit.Christopher Ferris
2014-10-28Clean up the architecture-specific makefiles.Elliott Hughes
2014-10-28No arm source refers to SOFTFLOAT.Elliott Hughes
2014-10-28Remove the unnecessary generic-neon code.Christopher Ferris
2014-10-28Merge "Don't mask out SA_RESTORER from sa_flags." into lmp-mr1-devElliott Hughes
2014-10-28Merge "Disable tzdata in $ANDROID_DATA." into lmp-mr1-devElliott Hughes
2014-10-28Don't mask out SA_RESTORER from sa_flags.Elliott Hughes
2014-10-27[x86,x86_64] Fix libgcc unwinding through signalPavel Chupin
2014-10-27Use the kernel's sa_restorer for aarch64.Elliott Hughes
2014-10-27Fix 32-bit arm unwinding through signal frames.Elliott Hughes
2014-10-27Fix signal trampolines.Elliott Hughes
2014-10-27Disable tzdata in $ANDROID_DATA.Elliott Hughes
2014-10-24Use mxcr_mask instead of mxcsr_mask to match glibc.Elliott Hughes
2014-10-22Update bionic to tzdata2014i.Elliott Hughes
2014-10-22Merge "Fix generic __memcpy_chk implementation." into lmp-mr1-devChristopher Ferris
2014-10-22Merge "Fix race condition in timer disarm/delete." into lmp-mr1-devChristopher Ferris
2014-10-22Fix generic __memcpy_chk implementation.Christopher Ferris
2014-10-22Rename library_offset to library_fd_offsetDmitriy Ivanov
2014-10-21Fix race condition in timer disarm/delete.Christopher Ferris
2014-10-21Add file_offset parameter to android_extinfoDmitriy Ivanov
2014-10-20Make memory_order_acquire visible in global namespaceHans Boehm
2014-10-13Merge "Return total footprint, not high water mark." into lmp-mr1-devChristopher Ferris
2014-10-13Return total footprint, not high water mark.Christopher Ferris
2014-10-10am c891e240: Add back symbols to fix Greed for Glory franchise.Christopher Ferris
2014-10-10Fix pthread_attr_getstack under valgrind.Elliott Hughes
2014-10-09Add back symbols to fix Greed for Glory franchise.lollipop-devChristopher Ferris
2014-10-09am c9734d24: Re-add dlmalloc for 32 bit.Christopher Ferris
2014-10-09Re-add dlmalloc for 32 bit.Christopher Ferris
2014-10-07Inline helpers need to be exported unmangled.Dan Albert
2014-10-07cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich
2014-10-07Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes
2014-10-07Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes
2014-10-07Improve <sys/cdefs.h>.Elliott Hughes
2014-10-07Merge "further cleanup memcpy fortify implementation" into lmp-mr1-devElliott Hughes
2014-10-07am d11eac34: Force export symbols on all x86 variants in libc.Christopher Ferris
2014-10-06further cleanup memcpy fortify implementationNick Kralevich
2014-10-06Force export symbols on all x86 variants in libc.Christopher Ferris
2014-10-06string.h: remove unused variableNick Kralevich
2014-10-04am a5087148: Reimplement clock(3) using clock_gettime(3)Alex Van Brunt