about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2023-08-247-13/+3
* htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2023-08-247-15/+3
* htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2023-08-247-12/+4
* htl: move pthread_equal into libcGuy-Fleury Iteriteka2023-08-247-12/+2
* Linux: Avoid conflicting types in ld.so --list-diagnosticsFlorian Weimer2023-08-231-5/+8
* elf: Do not run constructors for proxy objectsFlorian Weimer2023-08-221-2/+6
* x86_64: Add log1p with FMAH.J. Lu2023-08-214-0/+40
* Remove references to the defunct db2 subdirAndreas Schwab2023-08-213-11/+0
* string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati2023-08-181-3/+8
* s390x: Fix static PIE condition for toolchain bootstrapping.Stefan Liebler2023-08-182-12/+138
* m68k: fix __mpn_lshift and __mpn_rshift for non-68020Andreas Schwab2023-08-172-4/+4
* sysdeps: tst-bz21269: fix -Wreturn-typeSam James2023-08-171-2/+0
* Loongarch: Add ifunc support for memcpy{aligned, unaligned, lsx, lasx} and me...dengjianbo2023-08-1713-0/+2435
* Loongarch: Add ifunc support for strchr{aligned, lsx, lasx} and strchrnul{ali...dengjianbo2023-08-1712-0/+581
* sysdeps: tst-bz21269: handle ENOSYS & skip appropriatelySam James2023-08-161-1/+10
* sysdeps: tst-bz21269: fix test parameterSam James2023-08-161-1/+1
* hurd: Fix strictness of <mach/thread_state.h>Samuel Thibault2023-08-161-3/+3
* hurd: Add prototype for and thus fix _hurdsig_abort_rpcs callSamuel Thibault2023-08-152-10/+7
* io/tst-statvfs: fix statfs().f_type comparison test on some archesнаб2023-08-151-1/+1
* fxprintf: Get rid of allocaJoe Simmons-Talbott2023-08-151-8/+6
* configure: Add -Wall again to the default CFLAGSFlorian Weimer2023-08-151-1/+1
* malloc: Remove bin scanning from memalign (bug 30723)Florian Weimer2023-08-152-166/+10
* resolv/nss_dns/dns-host: Get rid of alloca.Joe Simmons-Talbott2023-08-141-2/+2
* x86_64: Add expm1 with FMAH.J. Lu2023-08-144-0/+55
* LoongArch: elf: Add new LoongArch reloc types 109 into elf.hcaiyinyu2023-08-141-0/+1
* elf: Add new LoongArch reloc types (101 to 108) into elf.hXi Ruoyao2023-08-141-0/+8
* Loongarch: Add ifunc support and add different versions of strlendengjianbo2023-08-149-0/+418
* LoongArch: Add minuimum binutils required versiondengjianbo2023-08-146-14/+9
* LoongArch: Redefine macro LEAF/ENTRY.dengjianbo2023-08-141-10/+26
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-08-111-4/+3
* x86_64: Add log2 with FMAH.J. Lu2023-08-113-0/+48
* malloc: Enable merging of remainders in memalign (bug 30723)Florian Weimer2023-08-111-76/+121
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-116-80/+13
* x86_64: Sort fpu/multiarch/MakefileH.J. Lu2023-08-101-20/+74
* i686: Fix build with --disable-multiarchAdhemerval Zanella2023-08-106-2/+10
* x86_64: Fix build with --disable-multiarch (BZ 30721)Adhemerval Zanella2023-08-103-1/+5
* Add PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG etc. from Linux 6.4 to sys/ptrace.hJoseph Myers2023-08-089-7/+103
* Add PACKET_VNET_HDR_SZ from Linux 6.4 to netpacket/packet.hJoseph Myers2023-08-081-0/+1
* hurd: Make error_t an int in C++Samuel Thibault2023-08-081-0/+6
* Use binutils 2.41 branch in build-many-glibcs.pyJoseph Myers2023-08-081-1/+1
* linux: statvfs: allocate spare for f_typeнаб2023-08-084-11/+21
* hurd: statvfs: __f_type -> f_typeнаб2023-08-081-2/+2
* htl: Initialize ___pthread_self earlySamuel Thibault2023-08-083-17/+15
* htl: Add support for static TSD dataSamuel Thibault2023-08-087-18/+97
* x86: Fix for cache computation on AMD legacy cpus.Sajan Karumanchi2023-08-061-27/+199
* hurd: Rework generating errno.hSamuel Thibault2023-08-063-41/+19
* powerpc longjmp: Fix build after chk hidden builtin fixSamuel Thibault2023-08-041-0/+3
* LoongArch: Fix static PIE condition for toolchain bootstrapping.Yang Yujie2023-08-042-2/+2
* chk: Add and fix hidden builtin definitions for *_chkSamuel Thibault2023-08-036-0/+15
* tst-realpath-toolong: return "unsupported" when PATH_MAX is undefinedSamuel Thibault2023-08-031-4/+5