summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: arm: Add optimised memchr to scorpionMichael Bestas2015-11-051-0/+1
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-1/+6
|\
| * Increase alternative signal stack size on 64-bit devices.Yabin Cui2015-09-231-1/+6
* | bionic: Let popen fall back to /sbin/shTom Marshall2015-11-032-0/+3
* | libc: arm: add optimized memchr implementationYingshiuan Pan2015-10-319-1/+162
* | libc: Add Scorpion-optimized variantSteve Kondik2015-10-292-1/+18
* | Fix over read in strcpy/stpcpy/strcat.Christopher Ferris2015-10-294-148/+176
* | Make all labels local.Christopher Ferris2015-10-292-176/+176
* | Add optimized cortex-a7/cortex-a53 memset/memcpy.Christopher Ferris2015-10-2914-430/+986
* | [AOSP Master] libc: krait: Use performance version of memcpyBrent DeGraaf2015-10-294-104/+71
* | Remove pushes from memsets (krait/cortex-a9).Christopher Ferris2015-10-292-28/+19
* | Replace bx lr with update of pc from the stack.Christopher Ferris2015-10-295-16/+8
* | Add cortex-a53.a57 target for 32 bit big/little.Christopher Ferris2015-10-291-0/+21
* | bionic: Allow devices to add device specfic static libsChristopher R. Palmer2015-10-291-0/+3
* | bionic: Add flag to restore legacy mmap behaviorFlemmard2015-10-192-1/+10
* | libc: kryo specific memory routineBrent DeGraaf2015-10-063-0/+323
* | bionic: Detect userspace memory leakMaunik Shah2015-10-062-2/+151
* | Performance: krait: Implement optimized versions of memmoveXin Qi2015-10-062-2/+221
* | Performance: krait: Re-factor high-performance memcpy for thumb2Brent DeGraaf2015-10-062-118/+219
|/
* Update timezone data to 2015fNeil Fuller2015-08-251-0/+0
* Don't abort when failed to write tracing message.Yabin Cui2015-07-231-38/+47
* Merge "Revert "Stop libc from cross-referencing unwind symbols"" into mnc-devDan Albert2015-07-212-94/+0
|\
| * Revert "Stop libc from cross-referencing unwind symbols"Dan Albert2015-07-202-94/+0
* | Add support for non-zero vaddr in maps.Christopher Ferris2015-07-212-3/+70
|/
* Merge "Do not hold hash table lock while backtracing." into mnc-devChristopher Ferris2015-07-131-5/+3
|\
| * Do not hold hash table lock while backtracing.Christopher Ferris2015-07-131-5/+3
* | Merge "Update timezone data to 2015e" into mnc-devNeil Fuller2015-07-101-0/+0
|\ \ | |/ |/|
| * Update timezone data to 2015eNeil Fuller2015-06-301-0/+0
* | Fix alignment after variable-length data.Elliott Hughes2015-07-061-0/+6
* | Improve personality initializationDmitriy Ivanov2015-06-302-1/+18
|/
* Pass around struct android_net_context for better behaviourErik Kline2015-06-303-48/+73
* Fix bad merge of 64e9e71cdb7d88397e510e1986d494b797ed3b45.Elliott Hughes2015-06-231-3/+0
* Merge "Add flag that makes linker honor min(p_vaddr)" into mnc-devDavid Srbecky2015-06-191-1/+9
|\
| * Add flag that makes linker honor min(p_vaddr)Dmitriy Ivanov2015-06-181-1/+9
* | [MIPS] Add optimized string functionsNikola Veljkovic2015-06-1711-1733/+1442
* | Fixes for building gdbserver (and gdb) out of the box.Elliott Hughes2015-06-163-2/+28
|/
* Merge "Add support for cortex-a53 in bionic." into mnc-devTim Murray2015-06-162-0/+2
|\
| * Add support for cortex-a53 in bionic.Tim Murray2015-06-162-0/+2
* | Add version to libc.so symbolsDmitriy Ivanov2015-06-162-2/+1457
* | Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-168-18/+21
* | Avoid name collision with user_fpsimd_state in <asm/ptrace.h>.Elliott Hughes2015-06-151-2/+2
* | Add a sys/procfs.h.Dan Albert2015-06-152-0/+55
* | Fix two accidentally leaked mips64 symbols.Elliott Hughes2015-06-151-39/+25
|/
* am 00cef820: am 64e9e71c: Define nonportable pthread mutex macros with the _N...Sharvil Nanavati2015-06-151-0/+3
|\
| * am 64e9e71c: Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
| |\
| | * Define nonportable pthread mutex macros with the _NP suffix.Sharvil Nanavati2015-06-121-0/+3
| | * Fixes to the update-tzdata.py toolNeil Fuller2015-02-021-2/+9
* | | Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-1014-2/+294
* | | Statically linked executables should honor AT_SECURE.Elliott Hughes2015-06-103-0/+199
* | | Allow NULL in pthread_mutex_lock/unlock.Christopher Ferris2015-06-092-0/+20