aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers1-0/+1
2020-07-16Linux: Remove rseq supportFlorian Weimer2-44/+0
2020-07-15AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra1-2/+2
2020-07-08aarch64: enable BTI at runtimeSudakshina Das4-0/+37
2020-07-08aarch64: fix swapcontext for BTISzabolcs Nagy1-2/+12
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+2
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella1-0/+2
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2-0/+44
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+1
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+2
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer2-1/+2
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer2-1/+2
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2-1/+2
2020-05-12aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer1-0/+3
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2-1/+2
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers1-0/+2
2020-04-03aarch64: update bits/hwcap.hSzabolcs Nagy1-0/+18
2020-03-05linux: Remove aarch64 ipc_priv.hAdhemerval Zanella1-21/+0
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2-10/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-7/+7
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-22/+0
2020-02-07Update syscall lists for Linux 5.5.Joseph Myers1-0/+1
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella1-1/+1
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella1-1/+1
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-1/+0
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella1-36/+2
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella1-4/+0
2020-01-02Linux: Add tables with system call numbersFlorian Weimer1-0/+291
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-12-27aarch64: ifunc rename for kunpengXuelei Zhang2-2/+2
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang2-0/+4
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella1-1/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella1-2/+0
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella1-2/+0
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+1
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg1-2/+2
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella1-17/+17
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers1-1/+5
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella1-54/+0