summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-09-022-12/+62
* Undefine _Atomic before redefiningHans Boehm2014-09-021-0/+7
* Fix, generalize stdatomic.h; improve test.Hans Boehm2014-09-023-11/+94
* Merge "Look into ld_preloads before current library" into lmp-devDmitriy Ivanov2014-09-011-9/+27
|\
| * Look into ld_preloads before current libraryDmitriy Ivanov2014-08-291-9/+27
* | Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.Elliott Hughes2014-08-293-22/+22
|/
* Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-272-30/+24
* Merge "Fix pthread_getattr_np for the main thread." into lmp-devElliott Hughes2014-08-2716-236/+169
|\
| * Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-2616-236/+169
* | Merge "Replace snprintf calls in linker." into lmp-devChristopher Ferris2014-08-272-3/+17
|\ \
| * | Replace snprintf calls in linker.Christopher Ferris2014-08-272-3/+17
* | | Merge "call uselocale() before freelocale() to make sure that g_local_key has...Elliott Hughes2014-08-272-2/+4
|\ \ \ | |/ / |/| |
| * | call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-272-2/+4
| |/
* | Use the default unwind code.Christopher Ferris2014-08-261-2/+3
|/
* Fix unistd.getpid_caching_and_clone.Elliott Hughes2014-08-211-0/+4
* Fix some 32-bit-isms in <stdio.h>.Elliott Hughes2014-08-201-0/+12
* Expose android_set_abort_message().Dan Albert2014-08-193-4/+43
* Merge "Revert "Add support for protected local symbol lookup."" into lmp-devDmitriy Ivanov2014-08-188-163/+31
|\
| * Revert "Add support for protected local symbol lookup."Dmitriy Ivanov2014-08-188-163/+31
* | Hide C++ stuff in libc. Put it back in libstdc++.Dan Albert2014-08-183-19/+58
* | Merge "Fix leak_realloc, copy entire allocation." into lmp-devChristopher Ferris2014-08-161-33/+31
|\ \ | |/ |/|
| * Fix leak_realloc, copy entire allocation.Christopher Ferris2014-08-151-33/+31
* | Merge "Keep symbols for linker" into lmp-devDmitriy Ivanov2014-08-151-0/+4
|\ \
| * | Keep symbols for linkerDmitriy Ivanov2014-08-151-0/+4
| |/
* | Have stdatomic.h punt to C++ atomic when possibleHans Boehm2014-08-151-0/+93
|/
* Merge "Change name of MB_CUR_MAX implementation function." into lmp-devDan Albert2014-08-142-3/+3
|\
| * Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-142-3/+3
* | Merge "Move mtctxres.c to libc_dns.a." into lmp-devDan Albert2014-08-141-1/+1
|\ \
| * | Move mtctxres.c to libc_dns.a.Dan Albert2014-08-141-1/+1
| |/
* | Merge "malloc_usable_size returns the original size." into lmp-devChristopher Ferris2014-08-141-0/+4
|\ \ | |/ |/|
| * malloc_usable_size returns the original size.Christopher Ferris2014-08-141-0/+4
* | Label pages mapped by linker_allocatorDmitriy Ivanov2014-08-133-5/+32
|/
* Optimize symbol lookupDmitriy Ivanov2014-08-132-0/+17
* Hide __libc_malloc_dispatch.Dan Albert2014-08-121-2/+1
* Fix our x86 PIC_PROLOGUE.Elliott Hughes2014-08-091-3/+3
* Merge "Make __set_errno hidden in asm." into lmp-devDan Albert2014-08-091159-0/+2318
|\
| * Make __set_errno hidden in asm.Dan Albert2014-08-081159-0/+2318
* | Add a way to disable backtracing in malloc debug.Christopher Ferris2014-08-083-36/+99
|/
* Android is all-PIC/PIE.Elliott Hughes2014-08-077-50/+2
* Merge "Do a second key cleanup in pthread_exit." into lmp-devChristopher Ferris2014-08-062-18/+33
|\
| * Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-062-18/+33
* | Merge "Upgrade bionic to tzdata2014f." into lmp-devElliott Hughes2014-08-061-0/+0
|\ \
| * | Upgrade bionic to tzdata2014f.Elliott Hughes2014-08-061-0/+0
* | | Merge "Fix the tzdata update tools." into lmp-devElliott Hughes2014-08-063-77/+19
|\ \ \ | |/ / |/| |
| * | Fix the tzdata update tools.Elliott Hughes2014-08-063-77/+19
* | | Merge "Proper MB_CUR_MAX." into lmp-devDan Albert2014-08-064-16/+55
|\ \ \
| * | | Proper MB_CUR_MAX.Dan Albert2014-08-064-16/+55
| |/ /
* | | Merge "Fix mbsrtowcs(3) src param for finished string." into lmp-devDan Albert2014-08-062-2/+5
|\ \ \
| * | | Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-08-062-2/+5
| |/ /
* | | Fixes build.Dan Albert2014-08-061-1/+0