summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-182-4/+4
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-182-4/+10
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-125-56/+116
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-199/+0
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-3/+0
* Kill <machine/_types.h>.Elliott Hughes2014-02-041-110/+0
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-032-0/+23
* Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c.Ben Cheng2014-01-241-2/+6
* Re-export libgcc's __aeabi_uidivmod and __popcount_tabBernhard Rosenkränzer2014-01-241-0/+2
* Fix <sys/resource.h>.Elliott Hughes2014-01-092-0/+15
* Regenerate the NOTICE files.Elliott Hughes2014-01-071-1/+1
* Clean up <sched.h>.Elliott Hughes2014-01-022-0/+15
* Remove the bogus exit status from _exit_with_stack_teardown.Elliott Hughes2013-12-211-11/+9
* Fix aarch64 futex assembly routines.Elliott Hughes2013-12-201-6/+5
* Add __popcountsi2 to the function compat list.Ben Cheng2013-12-191-0/+1
* Remove <machine/kernel.h>.Elliott Hughes2013-12-181-42/+0
* Move bionic over to GCC's 'warning' attribute.Elliott Hughes2013-12-171-19/+0
* Clean up some ARMv4/ARMv5 cruft.Elliott Hughes2013-12-139-176/+46
* Add cfi directives to all arm assembly.Christopher Ferris2013-12-0236-175/+215
* Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEADThe Android Open Source Project2013-11-222-3/+5
|\
| * am 4346bd9f: am bffe261a: Merge "Sort the syscalls.mk files, give all generat...Elliott Hughes2013-10-16208-388/+595
| |\
| * \ am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending."Elliott Hughes2013-10-162-5/+5
| |\ \
| * \ \ am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all p...Elliott Hughes2013-10-152-5/+5
| |\ \ \
| * \ \ \ am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log...Elliott Hughes2013-10-1514-14/+14
| |\ \ \ \
| * \ \ \ \ am ac6bc319: Remove new aligned memcpy path for cortex-a15.Christopher Ferris2013-10-151-2/+4
| |\ \ \ \ \
| | * | | | | Remove new aligned memcpy path for cortex-a15.Christopher Ferris2013-10-151-2/+4
| * | | | | | am 76d78dc0: am dc9d8d05: Merge "Modify prefetch for krait memcpy."Christopher Ferris2013-10-151-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask imp...Elliott Hughes2013-10-152-16/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 21d70d5f: am 39385aa7: Merge "Clean up the cpuacct cruft."Elliott Hughes2013-10-094-9/+9
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libr...Elliott Hughes2013-10-0915-15/+16
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 58b8f225: am 5cf1f229: Merge "pthread_exit should call __NR_exit with stat...Elliott Hughes2013-10-081-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am b7d77a9e: am 56777421: Merge "Add arch-x86_64/include/machine."Elliott Hughes2013-10-041-10/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am 9da8b682: am c417d0a5: Merge "Make error messages even better!"Nick Kralevich2013-10-0414-14/+14
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ am 6d923d49: am 14102932: Merge "Move common arch-* code to arch-common direc...Elliott Hughes2013-10-045-217/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 270c52da: am 1fe477fc: Merge "Add dependencies on included makefiles."Christopher Ferris2013-10-031-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am dc7f8ddc: am 6088047a: Merge "Remove dead files."Christopher Ferris2013-10-033-1393/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 0292c1c8: am 3901b1bd: Merge "Remove the __ARM_FEATURE_DSP check."Christopher Ferris2013-10-023-33/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am b6201932: am 2c701a1b: Merge "libc: don\'t export unnecessary symbols"Nick Kralevich2013-10-0213-15/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 88f29444: am 7b538021: Merge "Make it easier to add syscalls for another a...Elliott Hughes2013-09-261-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 48a909c9: am aad3c52e: Merge "Ensure we have the off64_t variant of every ...Elliott Hughes2013-09-193-0/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ resolved conflicts for merge of 883ef249 to klp-dev-plus-aospChristopher Ferris2013-09-109-9/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | __memcpy_chk: Fix signed cmp of unsigned values.Christopher Ferris2013-09-109-9/+9
| * | | | | | | | | | | | | | | | | | | | am 1a88ca08: am 98c726ec: Merge "Add the dl_iterate_phdr function to libdl fo...Christopher Ferris2013-09-061-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 49c0d471: Merge "Fix all debug directives." into klp-devChristopher Ferris2013-08-2916-232/+350
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Fix all debug directives.Christopher Ferris2013-08-2816-232/+350
| * | | | | | | | | | | | | | | | | | | | | am 1278ae38: am 22f5ef6b: Merge "Delete CAVEATS / fix spelling."Nick Kralevich2013-08-271-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Update all debug directives.Christopher Ferris2013-08-2016-2/+104
| * | | | | | | | | | | | | | | | | | | | | Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-1420-555/+1952
| * | | | | | | | | | | | | | | | | | | | | Optimize __memset_chk, __memcpy_chk.Christopher Ferris2013-08-069-4/+206
| * | | | | | | | | | | | | | | | | | | | | Fix strcpy.c that should have been strcpy.S.Christopher Ferris2013-08-051-1/+1