summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-07196-587/+196
* Clean up the 32-bit kernel support, fix LP64 fcntl declaration.Elliott Hughes2013-11-062-17/+0
* Fix the exit syscall stub's name.Elliott Hughes2013-10-242-3/+3
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-242-42/+0
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-248-70/+25
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-235-29/+12
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-2216-205/+21
* AArch64: Fix uses of stack size for 32/64bit libc buildsSerban Constantinescu2013-10-221-1/+1
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-172-3/+3
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-16208-388/+595
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-162-5/+5
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-152-5/+5
* 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-1514-14/+14
* Merge "Modify prefetch for krait memcpy."Christopher Ferris2013-10-151-1/+1
|\
| * Modify prefetch for krait memcpy.Christopher Ferris2013-10-151-1/+1
* | Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-152-16/+0
|/
* Clean up the cpuacct cruft.Elliott Hughes2013-10-094-9/+9
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-0915-15/+16
* pthread_exit should call __NR_exit with status 0.Elliott Hughes2013-10-081-1/+1
* Add arch-x86_64/include/machine.Elliott Hughes2013-10-041-10/+0
* Make error messages even better!Nick Kralevich2013-10-0414-14/+14
* 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