summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081177-3506/+1194
* Merge "Don't expose non-standard basename_r and dirname_r in LP64." into lmp-devElliott Hughes2014-09-082-34/+25
|\
| * Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes2014-09-052-34/+25
* | Add arc4random_addrandom binary compatibility.Elliott Hughes2014-09-081-0/+5
* | Merge "Add dlmalloc_usable_size for 32 bit arches." into lmp-devChristopher Ferris2014-09-062-0/+14
|\ \ | |/ |/|
| * Add dlmalloc_usable_size for 32 bit arches.Christopher Ferris2014-09-052-0/+14
* | Fix pthread_attr_getstack__main_thread.Elliott Hughes2014-09-041-0/+53
|/
* Add back a dummy arc4random_stir for compatibility.Elliott Hughes2014-09-031-0/+5
* Merge "Upgrade bionic to tzdata2014g." into lmp-devElliott Hughes2014-09-021-0/+0
|\
| * Upgrade bionic to tzdata2014g.Elliott Hughes2014-09-021-0/+0
* | Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-09-021-11/+58
* | Undefine _Atomic before redefiningHans Boehm2014-09-021-0/+7
* | Fix, generalize stdatomic.h; improve test.Hans Boehm2014-09-021-4/+10
|/
* Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.Elliott Hughes2014-08-292-20/+20
* Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-11/+12
* Merge "Fix pthread_getattr_np for the main thread." into lmp-devElliott Hughes2014-08-2714-233/+82
|\
| * Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-2614-233/+82
* | Use the default unwind code.Christopher Ferris2014-08-261-2/+3
|/
* 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
* Hide C++ stuff in libc. Put it back in libstdc++.Dan Albert2014-08-181-3/+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
* | 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-132-5/+27
|/
* 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-061-0/+6
|\
| * Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-0/+6
* | 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-062-14/+31
|\ \ \
| * | | Proper MB_CUR_MAX.Dan Albert2014-08-062-14/+31
| |/ /
* | | Merge "Fix mbsrtowcs(3) src param for finished string." into lmp-devDan Albert2014-08-061-1/+4
|\ \ \
| * | | Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-08-061-1/+4
| |/ /
* | | Fixes build.Dan Albert2014-08-061-1/+0
* | | Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-0612-7/+258
|/ /
* | Merge "Workaround b/16818336 which fails build under aggressive inlining." in...Elliott Hughes2014-08-061-33/+0
|\ \