about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-1513-0/+259
* powerpc: Use global register variable in <thread_pointer.h>Florian Weimer2021-12-152-12/+8
* Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella2021-12-153-6/+21
* Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu2021-12-146-6/+82
* NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 onlyH.J. Lu2021-12-141-3/+3
* elf: Align argument of __munmap to page size [BZ #28676]H.J. Lu2021-12-141-0/+1
* elf: Use new dependency sorting algorithm by defaultFlorian Weimer2021-12-144-6/+7
* intl: Emit no lines in bison generated filesKhem Raj2021-12-141-1/+1
* hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault2021-12-142-11/+0
* NEWS: Move LD_PREFER_MAP_32BIT_EXECH.J. Lu2021-12-131-4/+4
* mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.aSamuel Thibault2021-12-141-0/+1
* Disable DT_RUNPATH on NSS tests [BZ #28455]H.J. Lu2021-12-131-0/+8
* sysdeps: Simplify sin Taylor Series calculationAkila Welihinda2021-12-131-5/+5
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-1336-16/+132
* math: Use fmin/fmax on hypotWilco Dijkstra2021-12-131-2/+3
* aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella2021-12-136-112/+8
* math: Add math-use-builtinds-fmin.hAdhemerval Zanella2021-12-133-0/+10
* math: Add math-use-builtinds-fmax.hAdhemerval Zanella2021-12-137-0/+14
* math: Remove powerpc e_hypotAdhemerval Zanella2021-12-139-327/+1
* i386: Move hypot implementation to CAdhemerval Zanella2021-12-133-139/+48
* math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella2021-12-131-130/+96
* math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella2021-12-131-133/+98
* math: Improve hypot performance with FMAWilco Dijkstra2021-12-131-1/+16
* math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra2021-12-131-143/+92
* math: Simplify hypotf implementationAdhemerval Zanella2021-12-132-35/+37
* Cleanup encoding in commentsSiddhesh Poyarekar2021-12-134-32/+32
* Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar2021-12-1322-90/+205
* hurd: Add rules for static PIE buildSamuel Thibault2021-12-122-5/+14
* hurd: Fix gmon-staticSamuel Thibault2021-12-122-5/+5
* x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu2021-12-105-95/+4
* elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer2021-12-101-1/+1
* Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu2021-12-103-2/+82
* elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang2021-12-103-5/+50
* elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer2021-12-102-1/+9
* nptl: Add one more barrier to nptl/tst-create1Florian Weimer2021-12-101-0/+4
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-0923-134/+23
* nptl: rseq failure after registration on main thread is fatalFlorian Weimer2021-12-091-1/+2
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-0938-5/+237
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-098-9/+145
* Linux: Use rseq to accelerate sched_getcpuFlorian Weimer2021-12-091-2/+17
* nptl: Add rseq registrationFlorian Weimer2021-12-0916-3/+952
* nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer2021-12-093-0/+6
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-0921-376/+301
* nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer2021-12-093-0/+99
* String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin2021-12-071-2/+3
* localedef: check magic value on archive load [BZ #28650]Aurelien Jarno2021-12-071-0/+7
* x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu2021-12-061-2/+5
* linux: Add generic ioctl implementationAdhemerval Zanella2021-12-063-31/+85
* linux: Add generic syscall implementationAdhemerval Zanella2021-12-064-67/+65
* misc, nptl: Remove stray references to __condvar_load_64_relaxedFlorian Weimer2021-12-062-3/+3