aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Pandey50-1/+21913
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey50-1/+14970
2021-12-30resolv: Do not install libanl.so symbolic linkAdhemerval Zanella1-0/+5
2021-12-30resolv: Do not build libanl.so for ABIs starting at 2.35Adhemerval Zanella1-1/+5
2021-12-30timezone: test-case for BZ #28707Hans-Peter Nilsson3-1/+69
2021-12-30timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson1-2/+2
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey50-1/+5784
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey50-1/+5647
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey50-1/+5044
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey50-1/+5265
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey50-1/+5060
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey50-1/+4447
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey50-1/+4208
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey50-1/+3758
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey50-1/+3117
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey50-1/+3031
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey50-1/+2894
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey50-1/+2725
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey50-1/+2637
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey50-1/+2617
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey50-1/+2293
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey50-1/+2151
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey50-1/+2189
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey50-1/+1741
2021-12-28elf: Add _dl_find_object functionFlorian Weimer73-18/+2038
2021-12-28malloc: Remove memusage.hAdhemerval Zanella24-406/+20
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella5-24/+21
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella19-386/+8
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella4-36/+18
2021-12-28microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni1-1/+3
2021-12-28elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella4-2/+87
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella7-8/+199
2021-12-28elf: Add audit tests for modules with TLSDESCAdhemerval Zanella6-0/+242
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella11-10/+294
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella27-122/+158
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella3-72/+82
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella4-21/+22
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella5-124/+135
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella4-34/+27
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella3-49/+47
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella6-111/+45
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella5-38/+49
2021-12-28hurd: Fix static-PIE startupSamuel Thibault14-40/+140
2021-12-28hurd: let csu initialize tlsSamuel Thibault3-49/+24