aboutsummaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* ASCII fastpath for towupper and towlower.Balaram Makam2019-12-111-0/+10
* bionic: Squash of pre-P mutex behavior restorationnx1112019-12-111-8/+14
* libc: Mark libstdc++ as vendor availableRashed Abdel-Tawab2019-12-111-0/+1
* bionic: Sort and cache hosts file data for fast lookupTom Marshall2019-12-114-0/+564
* Add inaddr.h header fileRoopesh Rajashekharaiah Nataraja2019-12-113-2/+38
* Do not check tcache clear when doing a purge.Christopher Ferris2019-07-081-3/+2
* Merge "Add removed platform functions used by apps." into qt-devChristopher Ferris2019-05-082-0/+39
|\
| * Add removed platform functions used by apps.Christopher Ferris2019-05-082-0/+39
* | Avoid using malloc debug code after exit.Christopher Ferris2019-05-082-10/+109
* | Match maximum command line size for startup tracing.Florian Mayer2019-05-081-10/+11
* | Revert fwalk/sfp locking to fix concurrent readsRyan Prichard2019-05-064-7/+16
|/
* Fix malloc_info missing large allocs.Christopher Ferris2019-05-031-8/+8
* Make purging clear the current thread cache too.Christopher Ferris2019-05-011-0/+8
* Merge "__cxa_finalize: skip fflush call on dlclose" into qt-devRyan Prichard2019-04-301-1/+4
|\
| * __cxa_finalize: skip fflush call on dlcloseRyan Prichard2019-04-261-1/+4
* | Make pthread_get/setschedparam weak for native bridgedimitry2019-04-262-0/+5
* | Merge "Implement __gnu_[u]ldivmod_helper methods in libc" into qt-devYi Kong2019-04-242-2/+46
|\ \
| * | Implement __gnu_[u]ldivmod_helper methods in libcYi Kong2019-04-232-2/+46
| |/
* | Merge "PIMutexUnlock: load owner_tid in non-common case" into qt-devRyan Prichard2019-04-231-0/+2
|\ \
| * | PIMutexUnlock: load owner_tid in non-common caseRyan Prichard2019-04-231-0/+2
| |/
* / Reland ifuncs for strcmp and strlen.Elliott Hughes2019-04-223-51/+5
|/
* Workaround ASan not knowing about reallocarray.Elliott Hughes2019-04-221-1/+1
* Move all leak info functions to android_mallopt.Christopher Ferris2019-04-195-50/+84
* Merge "Remove gMallocLeakZygoteChild." into qt-devChristopher Ferris2019-04-1711-33/+44
|\
| * Remove gMallocLeakZygoteChild.Christopher Ferris2019-04-1611-33/+44
* | clean_header: Run outside of $ANDROID_BUILD_TOPDaniel Mentz2019-04-161-2/+11
* | clean_header: Fix error handling for no-such-file caseDaniel Mentz2019-04-161-2/+2
|/
* Don't load libc_malloc_* libs from runtime ns for libc_scudoJiyong Park2019-04-101-0/+8
* Load libc_malloc_* libraries from the runtime APEXJiyong Park2019-04-062-1/+31
* Workaround potential access to unmapped stackAdrian-CJ Hung2019-04-041-1/+2
* Merge "Disable info messages by default for malloc debug."Christopher Ferris2019-04-0210-80/+124
|\
| * Disable info messages by default for malloc debug.Christopher Ferris2019-04-0210-80/+124
* | Merge "libc: Update symbol_ordering file"Treehugger Robot2019-04-021-131/+140
|\ \
| * | libc: Update symbol_ordering fileVic Yang2019-04-011-131/+140
| |/
* / Create a lib that uses scudo instead of jemalloc.Christopher Ferris2019-04-018-0/+433
|/
* clean_header: Don't print extraneous newline charDaniel Mentz2019-03-291-1/+6
* clean_header: Write to correct dst_fileDaniel Mentz2019-03-291-2/+2
* Merge "Reserve realtime signal for libprofile-extras"Pirama Arumuga Nainar2019-03-292-2/+4
|\
| * Reserve realtime signal for libprofile-extrasPirama Arumuga Nainar2019-03-252-2/+4
* | Fix double initialization call.Christopher Ferris2019-03-281-7/+0
* | Merge "Use PR_SET_VMA_ANON_NAME to name the abort message mapping."Peter Collingbourne2019-03-281-0/+5
|\ \
| * | Use PR_SET_VMA_ANON_NAME to name the abort message mapping.Peter Collingbourne2019-03-271-0/+5
* | | Merge "param.h: whitespace cleanup"Nick Kralevich2019-03-271-5/+7
|\ \ \ | |/ / |/| |
| * | param.h: whitespace cleanupNick Kralevich2019-03-271-5/+7
* | | Move x86 and x86_64 libc to use libcrtYi Kong2019-03-271-8/+0
|/ /
* | strptime: support everything that strftime supports.Elliott Hughes2019-03-261-0/+40
* | Increase the allocation limit again.Christopher Ferris2019-03-261-1/+1
* | Merge "Typo fix in comment. O_CLOEXEC is e, not x."Treehugger Robot2019-03-261-1/+1
|\ \
| * | Typo fix in comment. O_CLOEXEC is e, not x.Dan Albert2019-03-261-1/+1
* | | Merge "Fix internal uses of _PATH_BSHELL."Treehugger Robot2019-03-265-5/+40
|\ \ \