aboutsummaryrefslogtreecommitdiff
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Resolve interface flags using SIOCGIFFLAGS ioctlBram Bonné2020-07-231-2/+30
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Move set_cached_pid() to __clone_for_fork()Lev Rumyantsev2020-06-091-6/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Remove WEAK_FOR_NATIVE_BRIDGE for forkLev Rumyantsev2020-06-091-1/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Narrow native bridge to clone_for_forkLev Rumyantsev2020-06-091-9/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Handle the alternate signal stack correctly in android_unsafe_frame_pointer_c...Peter Collingbourne2020-06-031-0/+6
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Ignore SCUDO_OPTIONS across a security boundary.Christopher Ferris2020-05-261-31/+32
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Fix deadlock/timeout in thread unwinding.Christopher Ferris2020-05-214-2/+98
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Merge "Speed up seccomp with priority list." into rvc-devBram Bonné2020-05-183-12/+80
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Speed up seccomp with priority list.Bram Bonné2020-05-153-12/+80
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Set min_sdk_version for mainline dependenciesJooyung Han2020-05-131-1/+9
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | fdtrack: don't do anything while vforked.Josh Gao2020-05-121-2/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | fdsan: don't do anything when vforked.Josh Gao2020-05-121-0/+12
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Track whether a thread is currently vforked.Josh Gao2020-05-125-13/+54
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Add goldfish-opengl to use bionic_libc_platform_headersRoman Kiryanov2020-05-071-0/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge "Set apex_available property" into rvc-devJiyong Park2020-05-061-0/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Set apex_available propertyJiyong Park2020-04-281-0/+7
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes I8b25accf,I59013f0c,I6c881e5d,I66826f31,I552692ae, ... into rvc...Josh Gao2020-04-307-12/+88
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | fdtrack: add wrapper for socketpair.Josh Gao2020-04-293-2/+46
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | fdtrack: add wrapper for eventfd.Josh Gao2020-04-294-6/+14
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | fdtrack: add wrappers for epoll_create, epoll_create1.Josh Gao2020-04-292-2/+8
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | fdtrack: add wrappers for pipe, pipe2.Josh Gao2020-04-292-2/+20
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Block all signals in ScopedSignalBlocker.Elliott Hughes2020-04-241-3/+9
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from topic "apex_available" into rvc-devJiyong Park2020-04-212-0/+30
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | libc_header is available to any apex but only visible to certain placesJiyong Park2020-04-201-3/+9
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Set apex_available propertyJiyong Park2020-04-201-0/+14
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Set apex_available propertyJiyong Park2020-04-201-0/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Set the top bit for tagged pointers.Mitch Phillips2020-04-201-4/+5
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge "libc: Add stubs.versions=R" into rvc-devJooyung Han2020-04-051-0/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | libc: Add stubs.versions=RJooyung Han2020-04-021-0/+1
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| | | * / / / / / / / / / / / / / / / / / / / / / / / / / icmp6.h - add captive portal and pref64 nd optsMaciej Żenczykowski2020-04-031-0/+15
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | | | | | | | | dynamic libc: ignore ART profiling signal by default.Florian Mayer2020-03-302-0/+10