summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+48
* | | | Only use NEON memcpy if __ARM_NEON__ is definedColin Cross2010-03-091-1/+1
* | | | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-024-12/+12
* | | | add sigaltstack syscallAndrei Popescu2010-03-022-0/+20
* | | | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-233-0/+40
* | | | Implement clone() C library function properly.David 'Digit' Turner2010-01-253-34/+90
* | | | Add missing symbol type directives.Doug Kwan2009-12-033-0/+8
* | | | am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 Mi...Mathias Agopian2009-10-291-25/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)Mathias Agopian2009-10-281-25/+16
| | |/ | |/|
* | | am 76ef331c: am 7e7d6c48: use local symbols in memset so it doesn\'t screw up...Mathias Agopian2009-10-191-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * use local symbols in memset so it doesn't screw up profilingMathias Agopian2009-10-191-2/+2