about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Linux: Remove rseq supportFlorian Weimer2020-07-1648-1092/+5
* arm: remove string/tst-memmove-overflow XFAILAurelien Jarno2020-07-161-5/+0
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-07-153-4/+8
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-07-155-4/+255
* AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-07-151-1/+1
* Remove --enable-obsolete-rpc configure flagPetr Vorel2020-07-131-162/+0
* hurd: Fix build-many-glibcs.pyAdhemerval Zanella2020-07-133-0/+3
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-1363-732/+854
* x86: Remove __ASSEMBLER__ check in init-arch.hH.J. Lu2020-07-111-5/+1
* x86: Remove the unused __x86_prefetchwH.J. Lu2020-07-115-24/+5
* ARC: Build InfrastructureVineet Gupta2020-07-1014-0/+366
* ARC: ABI listsVineet Gupta2020-07-1018-0/+4671
* ARC: Linux Startup and Dynamic LoadingVineet Gupta2020-07-102-0/+116
* ARC: Linux ABIVineet Gupta2020-07-1013-0/+600
* ARC: Linux Syscall InterfaceVineet Gupta2020-07-1015-0/+941
* ARC: hardware floating point supportVineet Gupta2020-07-1020-0/+711
* ARC: math soft float supportVineet Gupta2020-07-105-0/+203
* ARC: Atomics and Locking primitivesVineet Gupta2020-07-101-0/+69
* ARC: Thread Local Storage supportVineet Gupta2020-07-105-0/+240
* ARC: startup and dynamic linking codeVineet Gupta2020-07-107-0/+591
* ARC: ABI ImplementationVineet Gupta2020-07-1017-0/+547
* powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho2020-07-106-4/+49
* Update i686 libm-test-ulpsPatsy Franklin2020-07-091-21/+21
* linux: Fix syscall list generation instructionsMaciej W. Rozycki2020-07-091-1/+1
* sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella2020-07-0914-49/+330
* sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella2020-07-0912-172/+198
* sysvipc: Split out linux struct shmid_dsAdhemerval Zanella2020-07-093-33/+59
* sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella2020-07-0914-52/+349
* sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella2020-07-0911-157/+210
* sysvipc: Split out linux struct semid_dsAdhemerval Zanella2020-07-093-33/+58
* sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2020-07-0916-64/+372
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-0/+3
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-081-2/+3
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-081-0/+8
* Remove --enable-obsolete-nsl configure flagPetr Vorel2020-07-082-4/+0
* aarch64: redefine RETURN_ADDRESS to strip PACSzabolcs Nagy2020-07-081-0/+7
* aarch64: fix pac-ret support in _mcountSzabolcs Nagy2020-07-082-1/+13
* aarch64: Add pac-ret support to assembly filesSzabolcs Nagy2020-07-085-1/+47
* aarch64: configure check for pac-ret code generationSzabolcs Nagy2020-07-082-0/+60
* aarch64: ensure objects are BTI compatibleSzabolcs Nagy2020-07-083-0/+11
* aarch64: enable BTI at runtimeSudakshina Das2020-07-088-0/+161
* aarch64: fix RTLD_START for BTISzabolcs Nagy2020-07-081-1/+4
* aarch64: fix swapcontext for BTISzabolcs Nagy2020-07-081-2/+12
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-0810-1/+50
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-083-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-082-0/+61
* Rewrite abi-note.S in C.Szabolcs Nagy2020-07-081-8/+0
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-083-52/+22
* arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov2020-07-081-11/+11
* arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2020-07-082-28/+20