summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()"David Turner2011-05-171-0/+321
|\
| * bionic: Add ARM optimized strcmp()Jim Huang2011-04-201-0/+321
* | Add support for the utimensat(2) syscall to bionic.Ken Sumrall2011-03-242-0/+15
* | Merge changes I8c481c89,I791406f8,I5f09cef8David Turner2011-02-18194-1563/+620
|\ \
| * | libc: ARM: update syscalls with new scriptKenny Root2011-02-17179-1432/+537
| * | Add function marks and size indicationsKenny Root2011-02-1715-131/+83
* | | Amend previous commit with needed includeKenny Root2011-02-171-0/+1
|/ /
* | Use CLZ on ARMv5 and newerKenny Root2011-02-161-5/+5
|/
* libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-164-8/+28
* <sched.h>: Add sched_getcpu() and cpu_set_tDavid 'Digit' Turner2010-12-064-0/+60
* am 24dc9363: resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aospJean-Baptiste Queru2010-11-221-0/+138
|\
| * resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aospJean-Baptiste Queru2010-11-221-0/+138
| |\
| | * bionic: Add ARM optimized strcpy()Jim Huang2010-11-221-0/+138
* | | am d29b8a51: am 5109146f: Merge "Reconcile assembly-only macros in <machine/c...Jean-Baptiste Queru2010-10-211-0/+3
|\ \ \ | |/ /
| * | am 5109146f: Merge "Reconcile assembly-only macros in <machine/cpu-features.h>"Jean-Baptiste Queru2010-10-191-0/+3
| |\ \ | | |/
| | * Reconcile assembly-only macros in <machine/cpu-features.h>Jim Huang2010-10-011-0/+3
* | | Remove duplicate itemYing Wang2010-10-081-1/+0
|/ /
* | resolved conflicts for merge of defd1622 to gingerbread-plus-aosprepo sync2010-09-282-1/+2
|\ \
| * | libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-282-0/+20
* | | am 9973a564: libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-4/+4
|\ \ \ | |/ /
| * | libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-4/+4
* | | am a3ae60d3: libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+20
|\ \ \ | |/ /
| * | libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+20
* | | am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation....David 'Digit' Turner2010-09-282-0/+20
|\ \ \ | |/ /
| * | Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-282-0/+20
| |\ \
| | * | libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-272-0/+20
* | | | am bd8d987b: libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-281-2/+0
|\ \ \ \ | |/ / /
| * | | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-271-2/+0
| |/ /
* | | am 3cf53d1a: Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64.Elliott Hughes2010-09-271-29/+25
|\ \ \ | | |/ | |/|
| * | Fixes for the ARM-specific bswap_16, bswap_32, and bswap_64.Elliott Hughes2010-09-261-29/+25
* | | am 312be567: Merge "Use ARMv6 instruction for handling byte order"Jean-Baptiste Queru2010-09-101-0/+83
|\ \ \ | |/ /
| * | Merge "Use ARMv6 instruction for handling byte order"android-adt-0.9.9Jean-Baptiste Queru2010-09-101-0/+83
| |\ \
| | * | Use ARMv6 instruction for handling byte orderJim Huang2010-08-311-0/+83
* | | | am 3a1bbee3: Add eventfd system call supportKeith Deacon2010-09-082-0/+20
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add eventfd system call supportKeith Deacon2010-08-312-0/+20
| |/
| * bionic: Rename _ARM_HAVE_LDREX_STREX to __ARM_HAVE_LDREX_STREX for consistencyJim Huang2010-08-092-3/+3
| * Allow dlclose() to properly call static C++ destructors.David 'Digit' Turner2010-07-015-15/+218
* | Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-294-40/+4
* | libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-082-4/+4
* | Allow static C++ destructors to be properly called on dlclose().David 'Digit' Turner2010-06-185-15/+218
* | Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGEDavid 'Digit' Turner2010-06-094-125/+142
* | Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-092-0/+20
* | Atomic/SMP update, part 3.Andy McFadden2010-05-281-56/+77
* | Atomic/SMP update.Andy McFadden2010-05-202-6/+20
|/
* merge from open-source masterThe Android Open Source Project2010-05-134-4/+40
|\
| * Set SA_RESTORER in sigaction()Matt Fischer2010-05-124-4/+40
| * am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% impr...Mathias Agopian2009-10-291-25/+16
| |\
| * \ am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profilingMathias Agopian2009-10-191-2/+2
| |\ \
* | | | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-5/+32
* | | | Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-48/+0