aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-05or1k: Atomics and Locking primitivesStafford Horne1-0/+71
2022-01-05or1k: Thread Local Storage supportStafford Horne4-0/+279
2022-01-05or1k: startup and dynamic linking codeStafford Horne7-0/+666
2022-01-05or1k: ABI ImplementationStafford Horne12-0/+419
2022-01-05linux/syscalls: Add or1k_atomic syscall for OpenRISCStafford Horne1-0/+1
2022-01-05elf: Add reloc for OpenRISCStafford Horne1-0/+37
2022-01-04elf: Add a comment after trailing backslashesH.J. Lu1-0/+4
2022-01-04elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu3-3/+24
2022-01-04elf: Fix tst-linkall-static link when pthread is not in libcSamuel Thibault1-0/+4
2022-01-03elf: Sort tests and modules-namesH.J. Lu1-147/+405
2022-01-04hurd: nuke all unknown ports on execSamuel Thibault1-7/+39
2022-01-04hurd: Fix auth port leakSamuel Thibault1-5/+8
2022-01-03Remove stale reference to libanl.aAdhemerval Zanella1-1/+0
2022-01-03elf: Add <dl-debug.h>H.J. Lu5-33/+80
2022-01-03Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738]H.J. Lu2-5/+35
2022-01-02hurd: Implement _S_msg_get_dtableSamuel Thibault1-4/+47
2022-01-01Update automatically-generated copyright datesPaul Eggert2-200/+200
2022-01-01Sync move-if-change from Gnulib, updating copyrightPaul Eggert1-1/+1
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert23-23/+23
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert11764-11771/+11770
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