summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-194-50/+130
* Add back symbols to fix Greed for Glory franchise.Christopher Ferris2014-10-091-6/+8
* 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
* Force export symbols on all x86 variants in libc.Christopher Ferris2014-10-063-5/+22
* Reimplement clock(3) using clock_gettime(3)Alex Van Brunt2014-10-031-6/+7
* Explain why clock(3) isn't broken.Elliott Hughes2014-10-031-0/+3
* Re-expose more stdio implementation details for LP32.Elliott Hughes2014-09-242-12/+9
* Fix incorrect parameter types for locale funcs.Dan Albert2014-09-245-8/+8
* Pull input.h from v3.16.1 kernel headers.Christopher Ferris2014-09-141-124/+139
* Expose __swsetup for LP32 binary compatibility.Elliott Hughes2014-09-111-10/+6
* Add pthread_gettid_np and re-expose __get_thread for LP32.Elliott Hughes2014-09-116-8/+46
* Fix mips __fadvise64.S build failure.Elliott Hughes2014-09-112-3/+3
* Merge "Add posix_fadvise(3)." into lmp-devElliott Hughes2014-09-1110-0/+205
|\
| * Add posix_fadvise(3).Elliott Hughes2014-09-1010-0/+205
* | When comparing DNS server configs, also compare number of serversLorenzo Colitti2014-09-111-1/+16
|/
* 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
|\