summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]maskray/lldFangrui Song2021-08-242-9/+88
* elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song2021-08-243-1/+41
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-243-0/+40
* x86-64: Remove assembler AVX512DQ checkH.J. Lu2021-08-2415-141/+0
* x86-64: Remove compiler -mavx512f checkH.J. Lu2021-08-245-42/+0
* Use __executable_start as the lowest address for profiling [BZ #28153]H.J. Lu2021-08-243-1/+13
* hurd: Fix errlist error mappingSamuel Thibault2021-08-231-5/+7
* hurd: Remove old test-err_np.c fileSamuel Thibault2021-08-231-4/+0
* Fix iconv build with GCC mainlineJoseph Myers2021-08-231-0/+6
* rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab2021-08-231-2/+0
* mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar2021-08-232-11/+10
* x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu2021-08-2210-64/+11
* Update string/test-memmove.c to cover 16KB copyH.J. Lu2021-08-201-0/+48
* elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar2021-08-201-1/+1
* x86: fix Autoconf caching of instruction support checks [BZ #27991]Matt Whitlock2021-08-192-37/+53
* arm: Simplify elf_machine_{load_address,dynamic}Fangrui Song2021-08-181-37/+10
* riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]Fangrui Song2021-08-181-11/+10
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-1824-1451/+0
* x86_64: Simplify elf_machine_{load_address,dynamic}Fangrui Song2021-08-171-14/+7
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-1613-199/+64
* hurd: Drop fmh kludgeSamuel Thibault2021-08-161-35/+0
* time: Fix overflow itimer tests on 32-bit systemsStafford Horne2021-08-152-6/+8
* mips: increase stack alignment in clone to match the ABIXi Ruoyao2021-08-131-3/+3
* mips: align stack in clone [BZ #28223]Xi Ruoyao2021-08-121-0/+7
* librt: add test (bug 28213)Nikita Popov2021-08-122-0/+102
* mtrace: Use a static buffer for printing [BZ #25947]Siddhesh Poyarekar2021-08-121-11/+3
* hurd mmap: Reduce the requested max vmprotSergey Bugaev2021-08-111-4/+18
* hurd mmap: Factorize MAP_SHARED flag checkSergey Bugaev2021-08-111-12/+10
* aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song2021-08-111-15/+9
* elf: Unconditionally use __ehdr_startFangrui Song2021-08-104-98/+4
* hurd: Add support for AT_NO_AUTOMOUNTSamuel Thibault2021-08-101-0/+6
* [5/5] AArch64: Improve A64FX memset medium loopsWilco Dijkstra2021-08-101-26/+19
* [4/5] AArch64: Improve A64FX memset by removing unroll32Wilco Dijkstra2021-08-101-17/+1
* [3/5] AArch64: Improve A64FX memset for remaining bytesWilco Dijkstra2021-08-101-33/+13
* [2/5] AArch64: Improve A64FX memset for large sizesWilco Dijkstra2021-08-101-60/+25
* [1/5] AArch64: Improve A64FX memset for small sizesWilco Dijkstra2021-08-101-60/+36
* Use binutils 2.37 branch in build-many-glibcs.pyJoseph Myers2021-08-091-1/+1
* Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers2021-08-099-7/+52
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-091-1/+1
* powerpc64: Add checks for Altivec and VSX in ifunc selectionAnton Blanchard2021-08-0626-68/+139
* powerpc64: Check cacheline size before using optimised memset routinesAnton Blanchard2021-08-062-10/+23
* powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06Anton Blanchard2021-08-0620-38/+38
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-063-7/+7
* Add INADDR_DUMMY from Linux 5.13 to netinet/in.hJoseph Myers2021-08-051-0/+3
* tst-mxfast: Don't run with mcheckSiddhesh Poyarekar2021-08-051-1/+2
* rt: Set the correct message queue for tst-mqueue10Adhemerval Zanella2021-08-041-2/+2
* Update sparc libm-test-ulpsAdhemerval Zanella2021-08-041-1/+1
* linux: Add sparck brk implementationAdhemerval Zanella2021-08-041-0/+58
* test-dlclose-exit-race: avoid hang on pthread_create errorDJ Delorie2021-08-041-1/+13
* gethosts: Remove unused argument _typeSiddhesh Poyarekar2021-08-041-3/+3