aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-14intl: Emit no lines in bison generated filesKhem Raj1-1/+1
2021-12-14hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault2-11/+0
2021-12-13NEWS: Move LD_PREFER_MAP_32BIT_EXECH.J. Lu1-4/+4
2021-12-14mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.aSamuel Thibault1-0/+1
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu1-0/+8
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda1-5/+5
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella36-16/+132
2021-12-13math: Use fmin/fmax on hypotWilco Dijkstra1-2/+3
2021-12-13aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella6-112/+8
2021-12-13math: Add math-use-builtinds-fmin.hAdhemerval Zanella3-0/+10
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella7-0/+14
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella9-327/+1
2021-12-13i386: Move hypot implementation to CAdhemerval Zanella3-139/+48
2021-12-13math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella1-130/+96
2021-12-13math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella1-133/+98
2021-12-13math: Improve hypot performance with FMAWilco Dijkstra1-1/+16
2021-12-13math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra1-143/+92
2021-12-13math: Simplify hypotf implementationAdhemerval Zanella2-35/+37
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar4-32/+32
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar22-90/+205
2021-12-12hurd: Add rules for static PIE buildSamuel Thibault2-5/+14
2021-12-12hurd: Fix gmon-staticSamuel Thibault2-5/+5
2021-12-10x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu5-95/+4
2021-12-10elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer1-1/+1
2021-12-10Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu3-2/+82
2021-12-10elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang3-5/+50
2021-12-10elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer2-1/+9
2021-12-10nptl: Add one more barrier to nptl/tst-create1Florian Weimer1-0/+4
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer23-134/+23
2021-12-09nptl: rseq failure after registration on main thread is fatalFlorian Weimer1-1/+2
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer38-5/+237
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer8-9/+145
2021-12-09Linux: Use rseq to accelerate sched_getcpuFlorian Weimer1-2/+17
2021-12-09nptl: Add rseq registrationFlorian Weimer16-3/+952
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer3-0/+6
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer21-376/+301
2021-12-09nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer3-0/+99
2021-12-07String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin1-2/+3
2021-12-07localedef: check magic value on archive load [BZ #28650]Aurelien Jarno1-0/+7
2021-12-06x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu1-2/+5
2021-12-06linux: Add generic ioctl implementationAdhemerval Zanella3-31/+85
2021-12-06linux: Add generic syscall implementationAdhemerval Zanella4-67/+65
2021-12-06misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer2-3/+3
2021-12-05csu: Always use __executable_start in gmon-start.cFlorian Weimer4-89/+3
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer6-8/+161
2021-12-04Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu6-1/+37
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2-6/+36
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer18-50/+4
2021-12-02elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi1-0/+6
2021-12-02AArch64: Improve A64FX memcpyWilco Dijkstra1-321/+225