summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-214-4/+3
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-213-24/+15
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-212-3/+3
* Create arch specific versions of strcmp.Christopher Ferris2013-03-209-1/+1719
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+2
* Merge "Use the kernel's MAX_ERRNO in the syscall stubs."Elliott Hughes2013-03-13206-621/+1037
|\
| * Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-12206-621/+1037
* | Break bionic implementations into arch versions.Christopher Ferris2013-03-1213-0/+1381
|/
* Add stack unwinding directives to memcpy.Ben Cheng2013-03-011-33/+16
* Adding strcmp tuned for Cortex-A15.Greta Yorsh2013-03-011-0/+787
* Adding memcpy tuned for Cortex-A15.Greta Yorsh2013-03-011-0/+423
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-2/+2
* Add a bunch more missing ENDs to assembler routines.Elliott Hughes2013-02-132-9/+8
* Everyone has CLZ.Elliott Hughes2013-02-131-44/+0
* Really set errno if __pthread_clone fails.Elliott Hughes2013-02-121-2/+2
* Use ENTRY/END in ARM __get_sp.Elliott Hughes2013-02-111-5/+5
* Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-27/+22
* Clean up ARM assembler files to use ENTRY/END.Elliott Hughes2013-02-114-101/+24
* Fix x86 build, remove void* arithmetic.Elliott Hughes2013-02-071-1/+2
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-23/+7
* Upgrade libm.Elliott Hughes2013-02-011-0/+2
* Use the NetBSD <sys/exec_elf.h>.Elliott Hughes2013-01-291-0/+138
* Merge "arm syscall : for eabi call_default don't use stack"Elliott Hughes2013-01-25181-543/+362
|\
| * arm syscall : for eabi call_default don't use stackMatthieu Castet2013-01-16181-543/+362
* | Fix the duplication in the debugging code.Elliott Hughes2013-01-181-3/+2
|/
* Add __aeabi_idiv to the dummy reference list.Ben Cheng2013-01-141-0/+1
* Add signalfd call to bionicRom Lemarchand2013-01-102-0/+15
* Fix <endian.h> and <sys/endian.h>.Elliott Hughes2012-12-111-0/+0
* Remove (near-)duplicate definitions of size_t and ssize_t.Elliott Hughes2012-11-291-11/+0
* Clean up _BYTE_ORDER definitions for better x86 portability.Elliott Hughes2012-11-272-7/+1
* Add optimized version of memset for Cortex A9Henrik Smiding2012-11-091-5/+95
* Add optimized version of memcpy for Cortex A9Henrik Smiding2012-11-081-26/+188
* Merge "Add optimized version of memcmp for Cortex A9"Elliott Hughes2012-11-081-25/+86
|\
| * Add optimized version of memcmp for Cortex A9Henrik Smiding2012-05-191-25/+86
| * Add linker support for PIENick Kralevich2012-05-152-18/+10
| * Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-081-0/+42
* | Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"David 'Digit' Turner2012-10-172-249/+0
* | libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>David 'Digit' Turner2012-10-172-0/+249
* | Merge "Rename __dso_handle_so.c to __dso_handle_so.h"Elliott Hughes2012-09-071-1/+1
|\ \
| * | Rename __dso_handle_so.c to __dso_handle_so.hAndrew Hsieh2012-09-071-1/+1
* | | Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-063-0/+30
|/ /
* | Merge "ARM: warn about atexit() calls from legacy shared libraries"Elliott Hughes2012-09-051-0/+14
|\ \
| * | ARM: warn about atexit() calls from legacy shared librariesArd Biesheuvel2012-08-281-0/+14
* | | Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended"Elliott Hughes2012-09-054-37/+64
|\ \ \ | |/ /
| * | ARM: make CRT_LEGACY_WORKAROUND work as intendedArd Biesheuvel2012-08-284-37/+64
* | | Add getsid system call to bionicIrina Tirdea2012-09-032-0/+15
* | | Merge "ARM: make sure __on_dlclose() actually gets called"Nick Kralevich2012-08-281-1/+1
|\ \ \
| * | | ARM: make sure __on_dlclose() actually gets calledArd Biesheuvel2012-08-211-1/+1
* | | | Merge "ARM: remove dummy entries from .so init_array/fini_array"Nick Kralevich2012-08-281-10/+0
|\ \ \ \
| * | | | ARM: remove dummy entries from .so init_array/fini_arrayArd Biesheuvel2012-08-281-10/+0
| | |/ / | |/| |