aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-15malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella
2021-12-15malloc: Add Huge Page support to arenasAdhemerval Zanella
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Move mmap logic to its own functionAdhemerval Zanella
2021-12-15malloc: Add THP/madvise support for sbrkAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-12-15powerpc: Use global register variable in <thread_pointer.h>Florian Weimer
2021-12-15Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2021-12-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu
2021-12-14NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 onlyH.J. Lu
2021-12-14elf: Align argument of __munmap to page size [BZ #28676]H.J. Lu
2021-12-14elf: Use new dependency sorting algorithm by defaultFlorian Weimer
2021-12-14intl: Emit no lines in bison generated filesKhem Raj
2021-12-14hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault
2021-12-13NEWS: Move LD_PREFER_MAP_32BIT_EXECH.J. Lu
2021-12-14mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.aSamuel Thibault
2021-12-13Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella
2021-12-13math: Use fmin/fmax on hypotWilco Dijkstra
2021-12-13aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella
2021-12-13math: Add math-use-builtinds-fmin.hAdhemerval Zanella
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella
2021-12-13i386: Move hypot implementation to CAdhemerval Zanella
2021-12-13math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella
2021-12-13math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella
2021-12-13math: Improve hypot performance with FMAWilco Dijkstra
2021-12-13math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra
2021-12-13math: Simplify hypotf implementationAdhemerval Zanella
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar
2021-12-12hurd: Add rules for static PIE buildSamuel Thibault
2021-12-12hurd: Fix gmon-staticSamuel Thibault
2021-12-10x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu
2021-12-10elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer
2021-12-10Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu
2021-12-10elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang
2021-12-10elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer
2021-12-10nptl: Add one more barrier to nptl/tst-create1Florian Weimer
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-09nptl: rseq failure after registration on main thread is fatalFlorian Weimer
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer
2021-12-09Linux: Use rseq to accelerate sched_getcpuFlorian Weimer
2021-12-09nptl: Add rseq registrationFlorian Weimer
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer
2021-12-09nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer
2021-12-07String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin