aboutsummaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Add in_port_t and move it and in_addr_t to the correct header file.Elliott Hughes2014-08-192-2/+5
* Merge "Move the meat of <features.h> into <sys/cdefs.h>."Elliott Hughes2014-08-195-12/+19
|\
| * Move the meat of <features.h> into <sys/cdefs.h>.Elliott Hughes2014-08-195-12/+19
* | Missing #include <sys/cdefs.h>.Dan Albert2014-08-191-0/+2
|/
* Merge "Remove unused defines from <features.h>."Elliott Hughes2014-08-191-17/+0
|\
| * Remove unused defines from <features.h>.Elliott Hughes2014-08-191-17/+0
* | Merge "Expose android_set_abort_message()."Dan Albert2014-08-163-4/+41
|\ \ | |/ |/|
| * Expose android_set_abort_message().Dan Albert2014-08-183-4/+41
* | Fix _BSD_SOURCE/__USE_BSD.Elliott Hughes2014-08-194-6/+8
* | Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).Elliott Hughes2014-08-184-13/+14
* | Merge "Improve <sys/cdefs.h>."Elliott Hughes2014-08-1811-281/+39
|\ \ | |/ |/|
| * Improve <sys/cdefs.h>.Elliott Hughes2014-08-1811-281/+39
* | Merge "Fix leak_realloc, copy entire allocation."Christopher Ferris2014-08-161-33/+31
|\ \
| * | Fix leak_realloc, copy entire allocation.Christopher Ferris2014-08-181-33/+31
* | | Merge "malloc_usable_size returns the original size."Christopher Ferris2014-08-161-0/+4
|\| |
| * | malloc_usable_size returns the original size.Christopher Ferris2014-08-181-0/+4
| |/
* / Hide C++ stuff in libc. Put it back in libstdc++.Dan Albert2014-08-182-23/+58
|/
* Merge "Have stdatomic.h punt to C++ atomic when possible"Hans Boehm2014-08-151-0/+93
|\
| * Have stdatomic.h punt to C++ atomic when possibleHans Boehm2014-08-151-0/+93
* | Move mtctxres.c to libc_dns.a.Dan Albert2014-08-141-1/+1
* | Merge "Change name of MB_CUR_MAX implementation function."Dan Albert2014-08-142-3/+3
|\ \
| * | Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-142-3/+3
* | | Merge "Add more functionality to glibc symbol checker."Dan Albert2014-08-141-11/+78
|\ \ \ | |_|/ |/| |
| * | Add more functionality to glibc symbol checker.Dan Albert2014-08-141-11/+78
| |/
* | Merge "Add memory ordering constraint, convert to C11 atomics"Hans Boehm2014-08-121-21/+63
|\ \
| * | Add memory ordering constraint, convert to C11 atomicsHans Boehm2014-08-081-21/+63
* | | Merge "Added test for ifunc support in dynamic linker."Dmitriy Ivanov2014-08-121-8/+11
|\ \ \ | |_|/ |/| |
| * | Added test for ifunc support in dynamic linker.Brigid Smith2014-08-081-8/+11
* | | Merge "Hide __libc_init_vdso()."Dan Albert2014-08-121-1/+1
|\ \ \
| * | | Hide __libc_init_vdso().Dan Albert2014-08-131-1/+1
* | | | Hide ScopedTrace.Dan Albert2014-08-131-1/+1
|/ / /
* | | Hide __libc_malloc_dispatch.Dan Albert2014-08-121-2/+1
* | | Merge "Label pages mapped by linker_allocator"Dmitriy Ivanov2014-08-092-5/+27
|\ \ \
| * | | Label pages mapped by linker_allocatorDmitriy Ivanov2014-08-112-5/+27
* | | | Fix our x86 PIC_PROLOGUE.Elliott Hughes2014-08-091-3/+3
|/ / /
* | | Make __set_errno hidden in asm.Dan Albert2014-08-081159-0/+2318
* | | Revert "Fix incorrect relocations for x86."Dan Albert2014-08-08389-390/+390
| |/ |/|
* | Add a way to disable backtracing in malloc debug.Christopher Ferris2014-08-083-36/+99
|/
* Merge "Remove misleading arm/arm64 PIC_SYM."Elliott Hughes2014-08-069-32/+20
|\
| * Remove misleading arm/arm64 PIC_SYM.Elliott Hughes2014-08-079-32/+20
* | Merge "Create a distinct temp directory for each run."Christopher Ferris2014-08-071-27/+34
|\ \
| * | Create a distinct temp directory for each run.Christopher Ferris2014-08-071-27/+34
* | | Fix incorrect relocations for x86.Dan Albert2014-08-07389-390/+390
| |/ |/|
* | Merge "Android is all-PIC/PIE."Elliott Hughes2014-08-077-50/+2
|\ \
| * | Android is all-PIC/PIE.Elliott Hughes2014-08-077-50/+2
| |/
* | Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-0/+6
* | Upgrade bionic to tzdata2014f.Elliott Hughes2014-08-061-0/+0
* | Fix the tzdata update tools.Elliott Hughes2014-08-063-77/+19
* | Revert "Add a hack to <stdlib.h> until we can fix libvpx."Elliott Hughes2014-08-061-6/+0
* | Workaround b/16818336 which fails build under aggressive inlining.Dehao Chen2014-08-061-33/+0