about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-0622-3438/+6
* Documentation for OpenRISC portStafford Horne2022-01-052-0/+10
* build-many-glibcs.py: add OpenRISC supportStafford Horne2022-01-051-0/+5
* or1k: Build InfrastructureStafford Horne2022-01-059-0/+63
* or1k: ABI listsStafford Horne2022-01-0510-0/+3095
* or1k: Linux ABIStafford Horne2022-01-0510-0/+555
* or1k: Linux Syscall InterfaceStafford Horne2022-01-056-0/+738
* or1k: math soft float supportStafford Horne2022-01-057-0/+1333
* or1k: Atomics and Locking primitivesStafford Horne2022-01-051-0/+71
* or1k: Thread Local Storage supportStafford Horne2022-01-054-0/+279
* or1k: startup and dynamic linking codeStafford Horne2022-01-057-0/+666
* or1k: ABI ImplementationStafford Horne2022-01-0512-0/+419
* linux/syscalls: Add or1k_atomic syscall for OpenRISCStafford Horne2022-01-051-0/+1
* elf: Add reloc for OpenRISCStafford Horne2022-01-051-0/+37
* elf: Add a comment after trailing backslashesH.J. Lu2022-01-041-0/+4
* elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu2022-01-043-3/+24
* elf: Fix tst-linkall-static link when pthread is not in libcSamuel Thibault2022-01-041-0/+4
* elf: Sort tests and modules-namesH.J. Lu2022-01-031-147/+405
* hurd: nuke all unknown ports on execSamuel Thibault2022-01-041-7/+39
* hurd: Fix auth port leakSamuel Thibault2022-01-041-5/+8
* Remove stale reference to libanl.aAdhemerval Zanella2022-01-031-1/+0
* elf: Add <dl-debug.h>H.J. Lu2022-01-035-33/+80
* Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738]H.J. Lu2022-01-032-5/+35
* 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