summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
Commit message (Expand)AuthorAgeFilesLines
...
| | * | bionic: allow the board to customize MALLOC_ALIGNMENTJack Ren2012-05-091-0/+7
| | * | Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-081-0/+1
| * | | am 08b51e2c: Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-091-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-081-0/+1
* | | | Merge "Implement the "abort" stub in assembly for ARM."Ben Cheng2012-05-081-0/+1
|\ \ \ \
| * | | | Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-081-0/+1
* | | | | am e636e1f2: am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line s...Elliott Hughes2012-05-081-0/+8
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size"Elliott Hughes2012-05-071-0/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Adjust memcpy for ARM Cortex A9 cache line sizeHenrik Smiding2012-05-071-0/+8
* | | libc: stop using the custom linker scriptNick Kralevich2012-05-071-6/+0
|/ /
* | libc: continue to use Android's custom linker scriptNick Kralevich2012-04-261-0/+6
* | __on_dlclose should be alignedKenny Root2012-04-101-1/+2
* | New additions/bug fixes required/found when porting perf.Ben Cheng2012-03-201-0/+4
* | Merge c4cb87f3Jean-Baptiste Queru2012-02-011-37/+0
|\ \ | |/
| * remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-37/+0
* | Merge "implement pthread mutex deadlock detection"Mathias Agopian2012-01-051-2/+9
|\ \
| * | implement pthread mutex deadlock detectionMathias Agopian2011-12-091-2/+9
* | | libc: x86: Use SSE2 or SSSE3 optimized routines when possible.David 'Digit' Turner2011-12-141-1/+6
* | | am f3087c6e: am af96d4da: x86: libc may use the gcc flags from TARGET_linux-x...Bruce Beare2011-12-121-5/+2
|\ \ \ | |/ / |/| / | |/
| * x86: libc may use the gcc flags from TARGET_linux-x86.mkBruce Beare2011-12-091-5/+2
* | Merge "libc: provide atomic operations will full barriers for NDK apps."David 'Digit' Turner2011-11-221-2/+3
|\ \
| * | libc: provide atomic operations will full barriers for NDK apps.David 'Digit' Turner2011-11-161-2/+3
| |/
* | Add tgkill syscall.Jeff Brown2011-11-181-0/+1
|/
* am 6b6ebeca: am 3a131026: resolved conflicts for merge of 50a83255 to gingerb...David 'Digit' Turner2011-07-131-1/+7
|\
| * am 3a131026: resolved conflicts for merge of 50a83255 to gingerbread-plus-aospDavid 'Digit' Turner2011-07-111-4/+16
| |\
| | * resolved conflicts for merge of 50a83255 to gingerbread-plus-aospDavid 'Digit' Turner2011-07-111-4/+16
| | |\
| | | * Enable functional DSO object destructionBruce Beare2011-07-071-0/+7
| | | * x86: Enable -fstack-protectorBruce Beare2011-07-071-3/+9
| | | * Update ATOM string routines to latestBruce Beare2011-07-071-1/+1
| | | * Fix undefined reference to dl_iterate_phdr for x86Bruce Beare2011-07-071-0/+1
* | | | Merge b3773e9cJean-Baptiste Queru2011-07-061-1/+2
|\ \ \ \ | |/ / /
| * | | am 9c95cbf7: Merge "Really fix the build."David 'Digit' Turner2011-07-061-1/+2
| |\ \ \ | | |/ /
| | * | Really fix the build.David 'Digit' Turner2011-07-061-1/+2
* | | | x86: fix full_x86-eng buildDavid 'Digit' Turner2011-06-251-3/+9
* | | | resolved conflicts for merge of b4896660 to masterDavid 'Digit' Turner2011-06-241-0/+7
|\ \ \ \ | |/ / /
| * | | am 1c0a0381: Merge "Enable functional DSO object destruction"David Turner2011-06-231-0/+7
| |\ \ \ | | |/ /
| | * | Enable functional DSO object destructionBruce Beare2011-06-201-0/+7
* | | | Revert "x86: Enable -fstack-protector"Martijn Coenen2011-06-071-1/+1
* | | | am 204d1f65: am b2c7e0c1: Merge "x86: Enable -fstack-protector"David Turner2011-06-061-1/+1
|\ \ \ \ | |/ / /
| * | | am b2c7e0c1: Merge "x86: Enable -fstack-protector"David Turner2011-06-061-1/+1
| |\ \ \ | | |/ /
| | * | x86: Enable -fstack-protectorBruce Beare2011-05-241-1/+1
* | | | am a9e409a0: am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()"David Turner2011-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()"David Turner2011-05-171-1/+1
| |\ \ \ | | |/ /
| | * | bionic: Add ARM optimized strcmp()Jim Huang2011-04-201-1/+1
* | | | bionic: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-4/+2
|/ / /
* | | Added _memmove_wordsAndy McFadden2011-02-041-0/+1
|/ /
* | am 3d302be4: Merge "android-x86: add sigsetjmp.S"Jean-Baptiste Queru2010-12-291-0/+1
|\ \
| * | android-x86: add sigsetjmp.SChih-Wei Huang2010-12-261-0/+1
* | | libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-161-2/+0
* | | <sched.h>: Add sched_getcpu() and cpu_set_tDavid 'Digit' Turner2010-12-061-0/+4