summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64
Commit message (Expand)AuthorAgeFilesLines
* Try again to fix clang build.Elliott Hughes2015-04-031-1/+1
* Fix clang build.Elliott Hughes2015-04-031-0/+4
* Fix volantis boot.Elliott Hughes2015-04-032-0/+13
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-4/+2
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2414-28/+14
* Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-10/+6
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-2/+3
* Fix memchr overflow.Elliott Hughes2015-02-141-1/+1
* Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680Colin Cross2015-02-051-1/+1
|\
| * Fix typo in cpu variant makefile depenendency for arm64Colin Cross2015-02-041-1/+1
* | Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-032-6/+6
* | Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-022-4/+6
|/
* [Arm64] Fix overlapping fp fields in jmp_bufDuane Sand2015-01-261-2/+2
* Fix arm64 clone stack handling.Elliott Hughes2014-12-101-8/+8
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+15
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+15
* | Simplify our endian.h implementation.Elliott Hughes2014-12-081-48/+0
* | Use 64-bit units in the aarch64 setjmp implementation.Elliott Hughes2014-12-081-50/+39
* | Switch arm and arm64 over to the x86 style of jmpbuf.Elliott Hughes2014-12-081-25/+15
* | Fix signal mask save/restore for arm64.Elliott Hughes2014-12-061-24/+20
* | Clean up the arm64 setjmp.Elliott Hughes2014-12-055-297/+144
* | Switch aarch64 to __builtin_bswap16.Elliott Hughes2014-12-021-6/+1
* | Kill <machine/exec.h>.Elliott Hughes2014-12-021-50/+0
|/
* Bring our <machine/endian.h> files back in sync.Elliott Hughes2014-11-211-7/+2
* Add sethostname(2).Elliott Hughes2014-11-071-0/+14
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+3
* Add __memcpy_chk assembly for 64 bit.Christopher Ferris2014-09-265-370/+484
* Remove the unnecessary generic-neon code.Christopher Ferris2014-09-233-193/+1
* Merge "Use the kernel's sa_restorer for aarch64."Elliott Hughes2014-09-172-36/+0
|\
| * Use the kernel's sa_restorer for aarch64.Elliott Hughes2014-09-162-36/+0
* | Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-11/+18
|/
* Fix signal trampolines.Elliott Hughes2014-09-152-5/+6
* Merge "Add IFUNC support for arm64 and IRELATIVE reloc"Dmitriy Ivanov2014-09-121-0/+1
|\
| * Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-09-111-0/+1
* | Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+15
|/
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08192-570/+192
* Revert "Fix arm64 build"Dmitriy Ivanov2014-09-041-0/+5
* Fix arm64 buildDmitriy Ivanov2014-09-031-5/+0
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-35/+0
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-3/+1
* Make __set_errno hidden in asm.Dan Albert2014-08-08189-0/+378
* Remove misleading arm/arm64 PIC_SYM.Elliott Hughes2014-08-074-15/+9
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-052-0/+49
* Merge "Fix memchr with a zero length."Christopher Ferris2014-07-301-0/+5
|\
| * Fix memchr with a zero length.Christopher Ferris2014-07-301-0/+5
* | Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+28
|/
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-4/+6
* Add optimized memchr implementation from newlibBernhard Rosenkränzer2014-07-115-1/+163
* Regenerate the bionic NOTICE files.Elliott Hughes2014-07-072-2/+5
* Add optimized stpcpy.Christopher Ferris2014-06-307-167/+277