about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu2021-12-211-1/+1
* Linux: Fix 32-bit vDSO for clock_gettime on powerpc32maminjie2021-12-211-1/+1
* Regenerate ulps on x86_64 with GCC 12H.J. Lu2021-12-201-1/+1
* Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.hJoseph Myers2021-12-201-0/+2
* Remove ununsed tcb-offsetAdhemerval Zanella2021-12-1730-320/+0
* riscv: align stack before calling _dl_init [BZ #28703]Aurelien Jarno2021-12-171-0/+6
* riscv: align stack in clone [BZ #28702]Aurelien Jarno2021-12-171-0/+3
* elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]Aurelien Jarno2021-12-171-1/+8
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2021-12-171-0/+4
* arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer2021-12-172-4/+4
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-153-0/+142
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-154-0/+150
* powerpc: Use global register variable in <thread_pointer.h>Florian Weimer2021-12-152-12/+8
* Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu2021-12-144-0/+80
* hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault2021-12-142-11/+0
* sysdeps: Simplify sin Taylor Series calculationAkila Welihinda2021-12-131-5/+5
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-1331-10/+101
* 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-132-0/+5
* math: Add math-use-builtinds-fmax.hAdhemerval Zanella2021-12-136-0/+9
* 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-1313-0/+69
* hurd: Add rules for static PIE buildSamuel Thibault2021-12-121-0/+2
* hurd: Fix gmon-staticSamuel Thibault2021-12-121-1/+1
* x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu2021-12-104-95/+0
* 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-0921-130/+18
* nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer2021-12-0936-5/+145
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-096-8/+126
* Linux: Use rseq to accelerate sched_getcpuFlorian Weimer2021-12-091-2/+17
* nptl: Add rseq registrationFlorian Weimer2021-12-0914-3/+935
* 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
* 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
* csu: Always use __executable_start in gmon-start.cFlorian Weimer2021-12-053-63/+0
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-052-0/+50
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-031-6/+8
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-0316-49/+0
* AArch64: Improve A64FX memcpyWilco Dijkstra2021-12-021-321/+225