summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-032-10/+17
* Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-311-0/+1
* Fix unused DT entry warnings.Dmitriy Ivanov2014-10-311-0/+29
* Fix a couple more cases of missing CLOEXEC.Elliott Hughes2014-10-311-2/+2
* Only use <atomic> for C++11 and newer.Dan Albert2014-10-301-1/+1
* Merge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe into lmp-mr1-devElliott Hughes2014-10-295-13/+19
|\
| * Fix the type of u_ar0 in <sys/user.h>.Elliott Hughes2014-10-291-3/+3
| * Add greg_t for arm64.Elliott Hughes2014-10-291-0/+4
| * POSIX says <signal.h> gets you ucontext_t.Elliott Hughes2014-10-292-8/+7
| * Add in_port_t and move it and in_addr_t to the correct header file.Elliott Hughes2014-10-292-2/+5
* | Add stpcpy assembler version.Christopher Ferris2014-10-2912-869/+1124
|/
* Cleanup arm assembly.Christopher Ferris2014-10-2823-253/+210
* Add __memcpy_chk assembly for 64 bit.Christopher Ferris2014-10-285-370/+484
* Clean up the architecture-specific makefiles.Elliott Hughes2014-10-287-108/+154
* No arm source refers to SOFTFLOAT.Elliott Hughes2014-10-281-2/+0
* Remove the unnecessary generic-neon code.Christopher Ferris2014-10-283-193/+1
* Merge "Don't mask out SA_RESTORER from sa_flags." into lmp-mr1-devElliott Hughes2014-10-281-4/+0
|\
| * Don't mask out SA_RESTORER from sa_flags.Elliott Hughes2014-10-281-4/+0
* | Merge "Disable tzdata in $ANDROID_DATA." into lmp-mr1-devElliott Hughes2014-10-281-8/+5
|\ \ | |/ |/|
| * Disable tzdata in $ANDROID_DATA.Elliott Hughes2014-10-271-8/+5
* | [x86,x86_64] Fix libgcc unwinding through signalPavel Chupin2014-10-274-43/+211
* | Use the kernel's sa_restorer for aarch64.Elliott Hughes2014-10-273-48/+22
* | Fix 32-bit arm unwinding through signal frames.Elliott Hughes2014-10-273-37/+27
* | Fix signal trampolines.Elliott Hughes2014-10-2712-12/+183
|/
* Use mxcr_mask instead of mxcsr_mask to match glibc.Elliott Hughes2014-10-241-1/+1
* Update bionic to tzdata2014i.Elliott Hughes2014-10-221-0/+0
* Merge "Fix generic __memcpy_chk implementation." into lmp-mr1-devChristopher Ferris2014-10-221-34/+40
|\
| * Fix generic __memcpy_chk implementation.Christopher Ferris2014-10-221-34/+40
* | Merge "Fix race condition in timer disarm/delete." into lmp-mr1-devChristopher Ferris2014-10-221-2/+18
|\ \ | |/ |/|
| * Fix race condition in timer disarm/delete.Christopher Ferris2014-10-211-2/+18
* | Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-221-4/+4
* | Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-211-1/+9
|/
* Make memory_order_acquire visible in global namespaceHans Boehm2014-10-201-0/+1
* Merge "Return total footprint, not high water mark." into lmp-mr1-devChristopher Ferris2014-10-131-1/+3
|\
| * Return total footprint, not high water mark.Christopher Ferris2014-10-131-1/+3
* | am c891e240: Add back symbols to fix Greed for Glory franchise.Christopher Ferris2014-10-101-6/+8
|\ \
| * | Add back symbols to fix Greed for Glory franchise.Christopher Ferris2014-10-091-6/+8
* | | Fix pthread_attr_getstack under valgrind.Elliott Hughes2014-10-101-3/+8
| |/ |/|
* | am c9734d24: Re-add dlmalloc for 32 bit.Christopher Ferris2014-10-092-3/+12
|\ \ | |/
| * Re-add dlmalloc for 32 bit.Christopher Ferris2014-10-092-3/+12
| * Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes2014-10-072-2/+14
* | Inline helpers need to be exported unmangled.Dan Albert2014-10-079-44/+32
* | cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich2014-10-071-0/+7
* | Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes2014-10-072-2/+14
* | Improve <sys/cdefs.h>.Elliott Hughes2014-10-0711-281/+39
* | Merge "further cleanup memcpy fortify implementation" into lmp-mr1-devElliott Hughes2014-10-071-5/+1
|\ \
| * | further cleanup memcpy fortify implementationNick Kralevich2014-10-061-5/+1
* | | am d11eac34: Force export symbols on all x86 variants in libc.Christopher Ferris2014-10-073-5/+22
|\ \ \ | |/ / |/| / | |/
| * Force export symbols on all x86 variants in libc.Christopher Ferris2014-10-063-5/+22
* | string.h: remove unused variableNick Kralevich2014-10-061-1/+0