aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28malloc: Remove memusage.hAdhemerval Zanella
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella
2021-12-28microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella
2021-12-28hurd: Fix static-PIE startupSamuel Thibault
2021-12-28hurd: let csu initialize tlsSamuel Thibault
2021-12-27hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault
2021-12-27hurd: XFAIL more tests that require setpshared supportSamuel Thibault
2021-12-27x86: Optimize L(less_vec) case in memcmpeq-evex.SNoah Goldstein
2021-12-27x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein
2021-12-23Set default __TIMESIZE default to 64Adhemerval Zanella
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey
2021-12-21s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu
2021-12-21Linux: Fix 32-bit vDSO for clock_gettime on powerpc32maminjie
2021-12-20Regenerate ulps on x86_64 with GCC 12H.J. Lu
2021-12-20Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.hJoseph Myers
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella
2021-12-17riscv: align stack before calling _dl_init [BZ #28703]Aurelien Jarno
2021-12-17riscv: align stack in clone [BZ #28702]Aurelien Jarno
2021-12-17elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]Aurelien Jarno
2021-12-17powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho
2021-12-17arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer
2021-12-15malloc: Add Huge Page support for mmapAdhemerval 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-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu
2021-12-14hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault
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