about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/aarch64
Commit message (Expand)AuthorAgeFilesLines
...
* Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.Szabolcs Nagy2017-07-171-0/+3
* Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2017-07-011-1/+1
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-301-6/+41
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-263-4/+4
* Call exit directly in clone (BZ #21512)Adhemerval Zanella2017-06-261-7/+2
* aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar2017-06-091-3/+3
* aarch64: Add hwcap string routinesSiddhesh Poyarekar2017-06-072-8/+65
* aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2017-06-072-4/+50
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+4
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-311-18/+5
* Add reallocarray functionDennis Wölfing2017-05-301-0/+2
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-231-8/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Split up bits/sigstack.h.Joseph Myers2017-05-192-27/+3
* Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers2017-05-111-1/+3
* Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.Joseph Myers2017-05-031-0/+1
* Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella2017-04-121-34/+0
* Add ifunc support for aarch64.Steve Ellcey2017-03-155-0/+186
* Consolidate Linux send implementationAdhemerval Zanella2017-03-091-0/+4
* aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella2017-02-081-1/+1
* Add Linux PTRACE_EVENT_STOPKir Kolyshkin2017-02-081-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0140-40/+40
* Add fromfp functions.Joseph Myers2016-12-311-0/+12
* Refactor Linux ipc_priv headerAdhemerval Zanella2016-12-281-0/+21
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+3
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-0/+6
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+2
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-121-0/+2
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-0/+3
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-302-5/+3
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-0/+3
* Partial ILP32 support for aarch64.Steve Ellcey2016-11-2810-11/+49
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+3
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-242-27/+0
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-191-0/+3
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-261-0/+3
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-251-0/+3
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+3
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+3
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-0/+3
* Add iseqsig.Joseph Myers2016-10-061-0/+3
* Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2016-09-232-13/+21
* Add femode_t functions.Joseph Myers2016-09-071-0/+2
* Add fetestexceptflag.Joseph Myers2016-08-291-0/+1
* Add fesetexcept.Joseph Myers2016-08-161-0/+2
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-031-0/+1
* [AArch64] Add bits/hwcap.h for aarch64 linuxSzabolcs Nagy2016-07-111-0/+34
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+7
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-102-8/+0
* Bug 20198: quick_exit should not call destructors.Carlos O'Donell2016-06-061-0/+1