summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64
Commit message (Expand)AuthorAgeFilesLines
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-4/+6
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-3/+3
* Use unified syntax to compile with both llvm and gcc.Chih-Hung Hsieh2015-05-152-6/+6
* Revert "Fix volantis boot."Dan Albert2015-05-082-13/+0
* Revert "Fix clang build."Dan Albert2015-05-081-4/+0
* Revert "Try again to fix clang build."Dan Albert2015-05-081-1/+1
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-0/+1
* Merge "Revert "Unregister pthread_atfork handlers on dlclose()""Dimitry Ivanov2015-04-241-1/+0
|\
| * Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-1/+0
* | Merge "Simplify close(2) EINTR handling."Elliott Hughes2015-04-231-2/+3
|\ \ | |/ |/|
| * Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-2/+3
* | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-0/+1
|/
* 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