aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel1-162/+0
2020-07-13hurd: Fix build-many-glibcs.pyAdhemerval Zanella3-0/+3
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu63-732/+854
2020-07-11x86: Remove __ASSEMBLER__ check in init-arch.hH.J. Lu1-5/+1
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu5-24/+5
2020-07-10ARC: Build InfrastructureVineet Gupta14-0/+366
2020-07-10ARC: ABI listsVineet Gupta18-0/+4671
2020-07-10ARC: Linux Startup and Dynamic LoadingVineet Gupta2-0/+116
2020-07-10ARC: Linux ABIVineet Gupta13-0/+600
2020-07-10ARC: Linux Syscall InterfaceVineet Gupta15-0/+941
2020-07-10ARC: hardware floating point supportVineet Gupta20-0/+711
2020-07-10ARC: math soft float supportVineet Gupta5-0/+203
2020-07-10ARC: Atomics and Locking primitivesVineet Gupta1-0/+69
2020-07-10ARC: Thread Local Storage supportVineet Gupta5-0/+240
2020-07-10ARC: startup and dynamic linking codeVineet Gupta7-0/+591
2020-07-10ARC: ABI ImplementationVineet Gupta17-0/+547
2020-07-10powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho6-4/+49
2020-07-09Update i686 libm-test-ulpsPatsy Franklin1-21/+21
2020-07-09linux: Fix syscall list generation instructionsMaciej W. Rozycki1-1/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella14-49/+330
2020-07-09sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella12-172/+198
2020-07-09sysvipc: Split out linux struct shmid_dsAdhemerval Zanella3-33/+59
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella14-52/+349
2020-07-09sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella11-157/+210
2020-07-09sysvipc: Split out linux struct semid_dsAdhemerval Zanella3-33/+58
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella16-64/+372
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-0/+3
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy1-2/+3
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy1-0/+8
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel2-4/+0
2020-07-08aarch64: redefine RETURN_ADDRESS to strip PACSzabolcs Nagy1-0/+7
2020-07-08aarch64: fix pac-ret support in _mcountSzabolcs Nagy2-1/+13
2020-07-08aarch64: Add pac-ret support to assembly filesSzabolcs Nagy5-1/+47
2020-07-08aarch64: configure check for pac-ret code generationSzabolcs Nagy2-0/+60
2020-07-08aarch64: ensure objects are BTI compatibleSzabolcs Nagy3-0/+11
2020-07-08aarch64: enable BTI at runtimeSudakshina Das8-0/+161
2020-07-08aarch64: fix RTLD_START for BTISzabolcs Nagy1-1/+4
2020-07-08aarch64: fix swapcontext for BTISzabolcs Nagy1-2/+12
2020-07-08aarch64: Add BTI support to assembly filesSudakshina Das10-1/+50
2020-07-08aarch64: Rename place holder .S files to .cSzabolcs Nagy3-0/+0
2020-07-08aarch64: configure test for BTI supportSzabolcs Nagy2-0/+61
2020-07-08Rewrite abi-note.S in C.Szabolcs Nagy1-8/+0
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy3-52/+22
2020-07-08arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov1-11/+11
2020-07-08arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2-28/+20
2020-07-07hurd: Fix strerror not setting errnoSamuel Thibault1-5/+11
2020-07-07hurd: Evaluate fd before entering the critical sectionSamuel Thibault1-1/+2
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella32-0/+66
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella31-0/+62
2020-07-07string: Simplify strerror_rAdhemerval Zanella1-62/+5