summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Use assembly memmove for all arm32 processors.Christopher Ferris2015-04-083-9/+15
* Stop libc from cross-referencing unwind symbolsDmitriy Ivanov2015-04-072-0/+94
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-4/+2
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-243-6/+3
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-2/+3
* Fix memchr overflow.Elliott Hughes2015-02-141-2/+2
* Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680Colin Cross2015-02-051-18/+0
|\
| * Share LP32 makefile settings between archesColin Cross2015-02-041-18/+0
* | Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-032-4/+6
* | Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-022-4/+4
|/
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-265-5/+12
* Add ARM_IRELATIVE relocationDmitriy Ivanov2015-01-081-0/+2
* Move the generic arm memcmp.S into the generic directory.Elliott Hughes2014-12-157-1/+5
* Remove arm assembler not referenced from any makefile.Elliott Hughes2014-12-143-1617/+0
* Fix arm64 clone stack handling.Elliott Hughes2014-12-101-2/+5
* Use the stmdb instead of str to save the fn/argJiangli Yuan2014-12-101-4/+2
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+14
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+14
* | Simplify our endian.h implementation.Elliott Hughes2014-12-081-75/+0
* | Switch arm and arm64 over to the x86 style of jmpbuf.Elliott Hughes2014-12-081-20/+10
* | Fix signal mask save/restore for arm64.Elliott Hughes2014-12-061-1/+0
* | Clean up arm setjmp family.Elliott Hughes2014-12-055-314/+146
* | Clean up the arm64 setjmp.Elliott Hughes2014-12-052-17/+4
* | Code using neon uses ARCH_ARM_HAVE_NEON.Elliott Hughes2014-12-031-16/+0
* | Remove __ARM_HAVE_VFP.Elliott Hughes2014-12-033-18/+0
* | Remove __ARM_HAVE_HALFWORD_MULTIPLY.Elliott Hughes2014-12-021-5/+0
* | Remove __ARM_HAVE_LDREXD.Elliott Hughes2014-12-031-8/+0
* | Kill <machine/exec.h>.Elliott Hughes2014-12-021-50/+0
* | Specify .cpu cortex-a15Bernhard Rosenkränzer2014-11-301-0/+1
|/
* Bring our <machine/endian.h> files back in sync.Elliott Hughes2014-11-211-4/+0
* Add sethostname(2).Elliott Hughes2014-11-071-0/+14
* Fix generic __memcpy_chk implementation.Christopher Ferris2014-10-171-34/+40
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+2
* Add stpcpy assembler version.Christopher Ferris2014-09-3012-869/+1124
* Cleanup arm assembly.Christopher Ferris2014-09-2923-253/+210
* Make __aeabi_*() symbols weak.Dan Albert2014-09-261-13/+16
* Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-21/+25
* No arm source refers to SOFTFLOAT.Elliott Hughes2014-09-161-2/+0
* Fix 32-bit arm unwinding through signal frames.Elliott Hughes2014-09-163-37/+27
* Fix signal trampolines.Elliott Hughes2014-09-153-0/+72
* Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+22
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08199-593/+199
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-35/+0
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-202-5/+1
* Make __set_errno hidden in asm.Dan Albert2014-08-08197-0/+394
* Remove misleading arm/arm64 PIC_SYM.Elliott Hughes2014-08-075-17/+11
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-051-0/+14
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+28
* Enable building libc with clang.Elliott Hughes2014-07-112-8/+14
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+50