summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Merge "Move common arch-* code to arch-common directory"Elliott Hughes2013-10-035-217/+0
|\
| * Move common arch-* code to arch-common directoryPavel Chupin2013-10-035-217/+0
* | Add dependencies on included makefiles.Christopher Ferris2013-10-031-1/+3
* | Remove dead files.Christopher Ferris2013-10-033-1393/+0
|/
* Remove the __ARM_FEATURE_DSP check.Christopher Ferris2013-10-023-33/+0
* libc: don't export unnecessary symbolsNick Kralevich2013-10-0213-15/+15
* Make it easier to add syscalls for another architecture.Elliott Hughes2013-09-261-2/+2
* __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-209-9/+9
* Fix all debug directives.Christopher Ferris2013-09-2016-232/+350
* Update all debug directives.Christopher Ferris2013-09-2016-2/+104
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-193-0/+32
* Add the dl_iterate_phdr function to libdl for arm.Christopher Ferris2013-09-061-2/+3
* Delete CAVEATS / fix spelling.Nick Kralevich2013-08-271-1/+1
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-1520-574/+1952
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-149-4/+206
* Fix strcpy.c that should have been strcpy.S. DO NOT MERGEChristopher Ferris2013-08-081-1/+1
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-0812-37/+2247
* Update the comments to reflect the current status.Ben Cheng2013-08-021-6/+14
* libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and highersynergydev2013-07-291-1/+2
* am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c."Christopher Ferris2013-07-161-4/+13
|\
| * Fix assembler errors in generic arm strlen.c.Christopher Ferris2013-07-161-4/+13
* | am 6f4fed74: Merge "Add new optimized strlen for arm."Christopher Ferris2013-07-167-1/+157
|\ \ | |/
| * Add new optimized strlen for arm.Christopher Ferris2013-07-167-1/+157
* | am f152e386: Merge "EABI syscall cleanup."Elliott Hughes2013-07-162-18/+15
|\ \ | |/
| * EABI syscall cleanup.Elliott Hughes2013-07-162-18/+15
* | am ebc8ce1d: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-stri...Elliott Hughes2013-07-031-0/+3
|\ \ | |/
| * libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.Will Newton2013-07-031-0/+3
* | am 7c14d67b: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-stri...Christopher Ferris2013-07-011-0/+611
|\ \ | |/
| * libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.Will Newton2013-07-011-0/+611
* | am 995f17e6: Merge "libc: add swapon and swapoff syscalls"Rom Lemarchand2013-06-253-0/+32
|\ \ | |/
| * libc: add swapon and swapoff syscallsRom Lemarchand2013-06-253-0/+32
* | am fc104f89: Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV."Ben Cheng2013-06-101-0/+1
|\ \ | |/
| * Fix abort(3) to raise SIGABRT rather than causing SIGSEGV.Ben Cheng2013-06-101-0/+1
* | am 404d491e: Merge "Use bl instead of blx to support interworking properly."Ben Cheng2013-06-011-1/+1
|\ \ | |/
| * Use bl instead of blx to support interworking properly.Ben Cheng2013-05-311-1/+1
* | am 2e317075: Merge "libc/arm: add cortex-a8 cpu variant"Erik Gilling2013-05-162-1/+2
|\ \ | |/
| * libc/arm: add cortex-a8 cpu variantRom Lemarchand2013-05-152-1/+2
* | am f0f4fa3f: Merge "libc: add timerfd calls"Elliott Hughes2013-05-144-0/+48
|\ \ | |/
| * libc: add timerfd callsTodd Poynor2013-05-144-0/+48
* | am f7153fd1: Merge "Remove redundant space within square brackets"Andrew Hsieh2013-04-251-10/+10
|\ \ | |/
| * Remove redundant space within square bracketsAndrew Hsieh2013-04-251-10/+10
* | am 516a8970: Merge "Rewrite memset for cortexa15 to use strd."Christopher Ferris2013-04-121-51/+109
|\ \ | |/
| * Rewrite memset for cortexa15 to use strd.Christopher Ferris2013-04-121-51/+109
* | am fc76c7d3: Merge "Add missing branch in memcpy.S dst aligned case."Christopher Ferris2013-04-101-3/+2
|\ \ | |/
| * Add missing branch in memcpy.S dst aligned case.Christopher Ferris2013-04-101-3/+2
* | am 68fd78ef: Merge "Update to latest cortexa15 memcpy code."Christopher Ferris2013-04-101-67/+246
|\ \ | |/
| * Update to latest cortexa15 memcpy code.Christopher Ferris2013-04-081-67/+246
* | Merge "libc/arm: add cortex-a7 cpu variant" into jb-mr2-devDima Zavin2013-03-251-0/+1
|\ \ | |/ |/|
| * libc/arm: add cortex-a7 cpu variantDima Zavin2013-03-231-0/+1
* | Use the correct names for the __ARM_NR_* syscalls.Elliott Hughes2013-03-22201-203/+203
|/