about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* hurd: Implement _S_msg_get_dtableSamuel Thibault2022-01-021-4/+47
* Update automatically-generated copyright datesPaul Eggert2022-01-012-200/+200
* Sync move-if-change from Gnulib, updating copyrightPaul Eggert2022-01-011-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-0123-23/+23
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0111764-11771/+11770
* hurd: Use __trivfs_server_name instead of trivfs_server_nameSamuel Thibault2022-01-011-9/+9
* hurd: Bump BRK_START to 0x20000000Samuel Thibault2021-12-311-1/+1
* hurd: Avoid overzealous shared objects constraintsSamuel Thibault2021-12-312-3/+3
* time: Refactor timesize.h for some ABIsAdhemerval Zanella2021-12-314-11/+15
* hurd: Make getrandom a stub inside the random translatorSamuel Thibault2021-12-311-0/+13
* open64: Force O_LARGEFILE on all architecturesStafford Horne2021-12-314-29/+4
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-3050-1/+21913
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-3050-1/+14970
* resolv: Do not install libanl.so symbolic linkAdhemerval Zanella2021-12-301-0/+5
* resolv: Do not build libanl.so for ABIs starting at 2.35Adhemerval Zanella2021-12-301-1/+5
* timezone: test-case for BZ #28707Hans-Peter Nilsson2021-12-303-1/+69
* timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson2021-12-301-2/+2
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-2950-1/+5784
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-2950-1/+5647
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-2950-1/+5044
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-2950-1/+5265
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-2950-1/+5060
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-2950-1/+4447
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-2950-1/+4208
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-2950-1/+3758
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-2950-1/+3117
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-2950-1/+3031
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-2950-1/+2894
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-2950-1/+2725
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-2950-1/+2637
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-2950-1/+2617
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-2950-1/+2293
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-2950-1/+2151
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-2950-1/+2189
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-2950-1/+1741
* elf: Add _dl_find_object functionFlorian Weimer2021-12-2873-18/+2038
* malloc: Remove memusage.hAdhemerval Zanella2021-12-2824-406/+20
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-285-24/+21
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-2819-386/+8
* malloc: Remove atomic_* usageAdhemerval Zanella2021-12-284-36/+18
* microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni2021-12-281-1/+3
* elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella2021-12-284-2/+87
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2021-12-287-8/+199
* elf: Add audit tests for modules with TLSDESCAdhemerval Zanella2021-12-286-0/+242
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-2811-10/+294
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-2827-122/+158
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-283-72/+82
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-284-21/+22
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-285-124/+135
* elf: Add _dl_audit_objcloseAdhemerval Zanella2021-12-284-34/+27