about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-2948-0/+2281
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-2948-0/+2139
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-2948-0/+2177
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-2948-0/+1729
* elf: Add _dl_find_object functionFlorian Weimer2021-12-2837-0/+117
* malloc: Remove memusage.hAdhemerval Zanella2021-12-2823-400/+13
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-284-21/+0
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-2819-386/+8
* malloc: Remove atomic_* usageAdhemerval Zanella2021-12-283-18/+0
* microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni2021-12-281-1/+3
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-2824-56/+100
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-281-0/+4
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-281-0/+3
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-281-0/+10
* elf: Add _dl_audit_objcloseAdhemerval Zanella2021-12-281-0/+4
* elf: Add _dl_audit_objsearchAdhemerval Zanella2021-12-281-0/+7
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2021-12-281-0/+10
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-281-0/+5
* hurd: Fix static-PIE startupSamuel Thibault2021-12-286-9/+94
* hurd: let csu initialize tlsSamuel Thibault2021-12-282-34/+0
* hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault2021-12-271-4/+10
* hurd: XFAIL more tests that require setpshared supportSamuel Thibault2021-12-271-0/+2
* x86: Optimize L(less_vec) case in memcmpeq-evex.SNoah Goldstein2021-12-271-127/+43
* x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein2021-12-271-193/+56
* Set default __TIMESIZE default to 64Adhemerval Zanella2021-12-2313-12/+215
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-2249-0/+2301
* 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