aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert6871-6874/+6873
2022-01-01hurd: Use __trivfs_server_name instead of trivfs_server_nameSamuel Thibault1-9/+9
2021-12-31hurd: Bump BRK_START to 0x20000000Samuel Thibault1-1/+1
2021-12-31hurd: Avoid overzealous shared objects constraintsSamuel Thibault2-3/+3
2021-12-31time: Refactor timesize.h for some ABIsAdhemerval Zanella4-11/+15
2021-12-31hurd: Make getrandom a stub inside the random translatorSamuel Thibault1-0/+13
2021-12-31open64: Force O_LARGEFILE on all architecturesStafford Horne4-29/+4
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey48-0/+21901
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey48-0/+14958
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey48-0/+5772
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey48-0/+5635
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey48-0/+5032
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey48-0/+5253
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey48-0/+5048
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey48-0/+4435
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey48-0/+4196
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey48-0/+3746
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey48-0/+3105
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey48-0/+3019
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey48-0/+2882
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey48-0/+2713
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey48-0/+2625
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey48-0/+2605
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey48-0/+2281
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey48-0/+2139
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey48-0/+2177
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey48-0/+1729
2021-12-28elf: Add _dl_find_object functionFlorian Weimer37-0/+117
2021-12-28malloc: Remove memusage.hAdhemerval Zanella23-400/+13
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella4-21/+0
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella19-386/+8
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella3-18/+0
2021-12-28microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni1-1/+3
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella24-56/+100
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella1-0/+4
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella1-0/+3
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella1-0/+10
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella1-0/+4
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella1-0/+7
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella1-0/+10
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