aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella1-0/+5
2021-12-28hurd: Fix static-PIE startupSamuel Thibault6-9/+94
2021-12-28hurd: let csu initialize tlsSamuel Thibault2-34/+0
2021-12-27hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault1-4/+10
2021-12-27hurd: XFAIL more tests that require setpshared supportSamuel Thibault1-0/+2
2021-12-27x86: Optimize L(less_vec) case in memcmpeq-evex.SNoah Goldstein1-127/+43
2021-12-27x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein1-193/+56
2021-12-23Set default __TIMESIZE default to 64Adhemerval Zanella13-12/+215
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey49-0/+2301
2021-12-21s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu1-1/+1
2021-12-21Linux: Fix 32-bit vDSO for clock_gettime on powerpc32maminjie1-1/+1
2021-12-20Regenerate ulps on x86_64 with GCC 12H.J. Lu1-1/+1
2021-12-20Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.hJoseph Myers1-0/+2
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella30-320/+0
2021-12-17riscv: align stack before calling _dl_init [BZ #28703]Aurelien Jarno1-0/+6
2021-12-17riscv: align stack in clone [BZ #28702]Aurelien Jarno1-0/+3
2021-12-17elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]Aurelien Jarno1-1/+8
2021-12-17powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho1-0/+4
2021-12-17arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer2-4/+4
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella3-0/+142
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella4-0/+150
2021-12-15powerpc: Use global register variable in <thread_pointer.h>Florian Weimer2-12/+8
2021-12-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu4-0/+80
2021-12-14hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault2-11/+0
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda1-5/+5
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella31-10/+101
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 Zanella2-0/+5
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella6-0/+9
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 Poyarekar13-0/+69
2021-12-12hurd: Add rules for static PIE buildSamuel Thibault1-0/+2
2021-12-12hurd: Fix gmon-staticSamuel Thibault1-1/+1
2021-12-10x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu4-95/+0
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 Weimer21-130/+18
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer36-5/+145
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer6-8/+126
2021-12-09Linux: Use rseq to accelerate sched_getcpuFlorian Weimer1-2/+17
2021-12-09nptl: Add rseq registrationFlorian Weimer14-3/+935
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer3-0/+6
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer21-376/+301