aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2014-10-09Add back symbols to fix Greed for Glory franchise.lollipop-devChristopher Ferris
2014-10-09Re-add dlmalloc for 32 bit.Christopher Ferris
2014-10-07Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes
2014-10-06Force export symbols on all x86 variants in libc.Christopher Ferris
2014-10-03Reimplement clock(3) using clock_gettime(3)Alex Van Brunt
2014-10-03Explain why clock(3) isn't broken.Elliott Hughes
2014-09-24Re-expose more stdio implementation details for LP32.Elliott Hughes
2014-09-24Fix incorrect parameter types for locale funcs.Dan Albert
2014-09-14Pull input.h from v3.16.1 kernel headers.Christopher Ferris
2014-09-11Expose __swsetup for LP32 binary compatibility.Elliott Hughes
2014-09-11Add pthread_gettid_np and re-expose __get_thread for LP32.Elliott Hughes
2014-09-11Fix mips __fadvise64.S build failure.Elliott Hughes
2014-09-11Merge "Add posix_fadvise(3)." into lmp-devElliott Hughes
2014-09-10Add posix_fadvise(3).Elliott Hughes
2014-09-11When comparing DNS server configs, also compare number of serversLorenzo Colitti
2014-09-08Ensure __set_errno is still visible on LP32.Elliott Hughes
2014-09-08Merge "Don't expose non-standard basename_r and dirname_r in LP64." into lmp-devElliott Hughes
2014-09-08Add arc4random_addrandom binary compatibility.Elliott Hughes
2014-09-06Merge "Add dlmalloc_usable_size for 32 bit arches." into lmp-devChristopher Ferris
2014-09-05Add dlmalloc_usable_size for 32 bit arches.Christopher Ferris
2014-09-05Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes
2014-09-04Fix pthread_attr_getstack__main_thread.Elliott Hughes
2014-09-03Add back a dummy arc4random_stir for compatibility.Elliott Hughes
2014-09-02Merge "Upgrade bionic to tzdata2014g." into lmp-devElliott Hughes
2014-09-02Make stdatomic.h work with gcc4.6 host compilerHans Boehm
2014-09-02Upgrade bionic to tzdata2014g.Elliott Hughes
2014-09-02Undefine _Atomic before redefiningHans Boehm
2014-09-02Fix, generalize stdatomic.h; improve test.Hans Boehm
2014-08-29Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc.Elliott Hughes
2014-08-27Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes
2014-08-27Merge "Fix pthread_getattr_np for the main thread." into lmp-devElliott Hughes
2014-08-26Use the default unwind code.Christopher Ferris
2014-08-26Fix pthread_getattr_np for the main thread.Elliott Hughes
2014-08-20Fix some 32-bit-isms in <stdio.h>.Elliott Hughes
2014-08-19Expose android_set_abort_message().Dan Albert
2014-08-18Hide C++ stuff in libc. Put it back in libstdc++.Dan Albert
2014-08-16Merge "Fix leak_realloc, copy entire allocation." into lmp-devChristopher Ferris
2014-08-15Fix leak_realloc, copy entire allocation.Christopher Ferris
2014-08-15Have stdatomic.h punt to C++ atomic when possibleHans Boehm
2014-08-14Merge "Change name of MB_CUR_MAX implementation function." into lmp-devDan Albert
2014-08-14Change name of MB_CUR_MAX implementation function.Dan Albert
2014-08-14Merge "Move mtctxres.c to libc_dns.a." into lmp-devDan Albert
2014-08-14Move mtctxres.c to libc_dns.a.Dan Albert
2014-08-14Merge "malloc_usable_size returns the original size." into lmp-devChristopher Ferris
2014-08-14malloc_usable_size returns the original size.Christopher Ferris
2014-08-13Label pages mapped by linker_allocatorDmitriy Ivanov
2014-08-12Hide __libc_malloc_dispatch.Dan Albert
2014-08-09Fix our x86 PIC_PROLOGUE.Elliott Hughes
2014-08-09Merge "Make __set_errno hidden in asm." into lmp-devDan Albert
2014-08-08Make __set_errno hidden in asm.Dan Albert