aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-29LoongArch: Micro-optimize LD_PCRELXi Ruoyao1-6/+4
2023-08-29LoongArch: Remove support code for old linker in start.SXi Ruoyao1-16/+3
2023-08-29LoongArch: Simplify the autoconf check for static PIEXi Ruoyao2-50/+16
2023-08-28Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.Kir Kolyshkin1-0/+1
2023-08-28argp-parse: Get rid of allocaJoe Simmons-Talbott1-24/+11
2023-08-28gencat: Get rid of alloca.Joe Simmons-Talbott1-6/+31
2023-08-25m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshiftAdhemerval Zanella3-7/+14
2023-08-25m68k: Fix build with -mcpu=68040 or higher (BZ 30740)Adhemerval Zanella2-1/+21
2023-08-25elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer4-0/+327
2023-08-25manual: Document ld.so --list-diagnostics outputFlorian Weimer1-0/+207
2023-08-25manual/jobs.texi: Add missing @item EPERM for getpgidMark Wielaard1-0/+1
2023-08-24LoongArch: Add ifunc support for strncmp{aligned, lsx}dengjianbo6-0/+508
2023-08-24LoongArch: Add ifunc support for strcmp{aligned, lsx}dengjianbo6-0/+426
2023-08-24LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx}dengjianbo7-0/+382
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka7-11/+4
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka7-11/+3
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka7-11/+3
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka7-10/+2
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka7-11/+4
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka7-10/+3
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka7-13/+3
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka7-15/+3
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka7-12/+4
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka7-12/+2
2023-08-23Linux: Avoid conflicting types in ld.so --list-diagnosticsFlorian Weimer1-5/+8
2023-08-22elf: Do not run constructors for proxy objectsFlorian Weimer1-2/+6
2023-08-21x86_64: Add log1p with FMAH.J. Lu4-0/+40
2023-08-21Remove references to the defunct db2 subdirAndreas Schwab3-11/+0
2023-08-18string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati1-3/+8
2023-08-18s390x: Fix static PIE condition for toolchain bootstrapping.Stefan Liebler2-12/+138
2023-08-17m68k: fix __mpn_lshift and __mpn_rshift for non-68020Andreas Schwab2-4/+4
2023-08-17sysdeps: tst-bz21269: fix -Wreturn-typeSam James1-2/+0
2023-08-17Loongarch: Add ifunc support for memcpy{aligned, unaligned, lsx, lasx} and memmove{aligned, unaligned, lsx, lasx}dengjianbo13-0/+2435
2023-08-17Loongarch: Add ifunc support for strchr{aligned, lsx, lasx} and strchrnul{aligned, lsx, lasx}dengjianbo12-0/+581
2023-08-16sysdeps: tst-bz21269: handle ENOSYS & skip appropriatelySam James1-1/+10
2023-08-16sysdeps: tst-bz21269: fix test parameterSam James1-1/+1
2023-08-16hurd: Fix strictness of <mach/thread_state.h>Samuel Thibault1-3/+3
2023-08-15hurd: Add prototype for and thus fix _hurdsig_abort_rpcs callSamuel Thibault2-10/+7
2023-08-15io/tst-statvfs: fix statfs().f_type comparison test on some archesнаб1-1/+1
2023-08-15fxprintf: Get rid of allocaJoe Simmons-Talbott1-8/+6
2023-08-15configure: Add -Wall again to the default CFLAGSFlorian Weimer1-1/+1
2023-08-15malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer2-166/+10
2023-08-14resolv/nss_dns/dns-host: Get rid of alloca.Joe Simmons-Talbott1-2/+2
2023-08-14x86_64: Add expm1 with FMAH.J. Lu4-0/+55
2023-08-14LoongArch: elf: Add new LoongArch reloc types 109 into elf.hcaiyinyu1-0/+1
2023-08-14elf: Add new LoongArch reloc types (101 to 108) into elf.hXi Ruoyao1-0/+8
2023-08-14Loongarch: Add ifunc support and add different versions of strlendengjianbo9-0/+418
2023-08-14LoongArch: Add minuimum binutils required versiondengjianbo6-14/+9
2023-08-14LoongArch: Redefine macro LEAF/ENTRY.dengjianbo1-9/+25
2023-08-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-4/+3