aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix potential race condition on CTS TC pthread_gettid_npstable/cm-13.0-ZNH0EJunjie Hu2016-05-121-0/+7
* libc: ARM64: kryo: use generic memmove routineScott Mertz2015-12-212-1/+330
* bionic: Do not allow LD_SHIM_LIBS for setuid executablesChristopher R. Palmer2015-12-121-0/+1
* Make shim lib load failure non-fatal.Danny Baumann2015-12-121-10/+12
* libc: ARM64: denver64: optimized memmove breaks denverAndré Pinela2015-12-102-1/+330
* bionic: Notify userspace about packets with CHECKSUM_UNNECESSARYSubash Abhinov Kasiviswanathan2015-12-071-28/+30
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/bio...Steve Kondik2015-12-077-53/+145
|\
| * resolve merge conflicts of 216bff9ff3 to mnc-dr-dev.Andreas Gampe2015-10-221-1/+1
| |\
| | * resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev.Christopher Ferris2015-10-224-50/+130
| | |\
| | | * resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev.Christopher Ferris2015-10-214-50/+130
| | | |\
| | | | * Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-214-50/+130
| | | | |\
| | | | | * Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-194-50/+130
| * | | | | am 1a61896b: am 98384649: am 75316283: am 2d23418e: am 18442e02: (-s ours) am...Elliott Hughes2015-10-190-0/+0
| |\| | | |
| | * | | | am 98384649: am 75316283: am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sy...Elliott Hughes2015-10-190-0/+0
| | |\| | |
| | | * | | am 75316283: am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sync with upstr...Elliott Hughes2015-10-190-0/+0
| | | |\| |
| | | | * | am 2d23418e: am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD li...Elliott Hughes2015-10-190-0/+0
| | | | |\|
| | | | | * am 18442e02: (-s ours) am beb6e08a: Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-190-0/+0
| | | | | |\
| | | | | | * am beb6e08a: Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-194-50/+130
| | | | | | |\
| | | | | | | * Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-164-50/+130
| * | | | | | | Merge "Update timezone data to 2015g" into mnc-dr-devNeil Fuller2015-10-151-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Update timezone data to 2015gNeil Fuller2015-10-141-0/+0
| * | | | | | | | Merge "Ensure that readlink has access to /proc/self/fd" into mnc-dr-devDimitry Ivanov2015-10-151-0/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Ensure that readlink has access to /proc/self/fdDmitriy Ivanov2015-10-141-0/+8
| | |/ / / / / / /
| * | | | | | | | Merge "Sync with upstream NetBSD lib/libc/regex." into mnc-dr-devChristopher Ferris2015-10-154-50/+130
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-144-50/+130
| * | | | | | | | Log dlopen failures caused by text relocationsDmitriy Ivanov2015-10-131-0/+1
| |/ / / / / / /
| * | | | | | | linker: don't pass dlextinfo to dependent loads.Torne (Richard Coles)2015-10-082-3/+6
* | | | | | | | Revert "Revert "linker: Reset the active shim libs each time we do a dlopen""Christopher R. Palmer2015-12-011-2/+8
* | | | | | | | linker: Don't try to walk the g_active_shim_libs when doing dlsymChristopher R. Palmer2015-12-011-3/+4
* | | | | | | | kernel-header : add alarm type and clock type for power off alarmMao Jinlong2015-12-012-6/+10
* | | | | | | | Revert "linker: Reset the active shim libs each time we do a dlopen"Ethan Chen2015-11-301-8/+2
* | | | | | | | linker: Reset the active shim libs each time we do a dlopenChristopher R. Palmer2015-11-291-2/+8
* | | | | | | | libc: Add memchr to a53+a57 targetSteve Kondik2015-11-241-0/+1
* | | | | | | | libc: AArch64: Tune memcpyWilco Dijkstra2015-11-191-24/+33
* | | | | | | | libc: include strrchr for kryo and denver64HashBang2015-11-182-0/+2
* | | | | | | | linker: Fix the fact that shim libs do not properly call constructorsChristopher R. Palmer2015-11-151-0/+1
* | | | | | | | Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64.Elliott Hughes2015-11-072-2/+13
* | | | | | | | libc: ARM64: add assembly strrchrRichard Earnshaw2015-11-073-1/+172
* | | | | | | | libc: ARM64: improve performance in strlenWilco Dijkstra2015-11-071-71/+172
* | | | | | | | libc: ARM64: optimize memset.Wilco Dijkstra2015-11-071-190/+186
* | | | | | | | libc: ARM64: Optimize memcpy.Wilco Dijkstra2015-11-071-133/+162
* | | | | | | | libc: ARM64: optimize memmoveWilco Dijkstra2015-11-071-281/+105
* | | | | | | | libc: ARM64: remove bcopy from memsetJake Weinstein2015-11-071-15/+0
* | | | | | | | libc: remove bcopy from memmove on 64-bit architecturesJake Weinstein2015-11-072-17/+2
* | | | | | | | Fix arm64 fenv warnings, and make warnings errors.Christopher Ferris2015-11-072-4/+16
* | | | | | | | Sync with upstream FreeBSD libm.Elliott Hughes2015-11-0731-377/+406
* | | | | | | | Revert "Revert "Use compiler builtins for fabs.""Elliott Hughes2015-11-077-68/+86
* | | | | | | | Use __builtin_* in <math.h>.Elliott Hughes2015-11-072-97/+169
* | | | | | | | linker: Add support for dynamic "shim" libsChristopher R. Palmer2015-11-071-0/+63
* | | | | | | | libc: arm: Add optimised memchr to scorpionMichael Bestas2015-11-051-0/+1