summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-11ia64: Work around miscompilation and fix build on ia64's gcc-10 and laterSergei Trofimovich
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault
2023-09-08libio: Fix oversized __io_vtablesAdam Jackson
2023-09-08Use Linux 6.5 in build-many-glibcs.pyJoseph Myers
2023-09-08elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno
2023-09-06manual: Fix ld.so diagnostics menu/section structureFlorian Weimer
2023-09-06getaddrinfo: Get rid of allocaJoe Simmons-Talbott
2023-09-06riscv: Add support for XTheadBb in string-fz[a,i].hChristoph Müllner
2023-09-05getcanonname: Fix a typoSiddhesh Poyarekar
2023-09-05linux: Add pidfd_getpidAdhemerval Zanella Netto
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto
2023-09-05linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto
2023-09-05linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparcAdhemerval Zanella Netto
2023-09-05mips: Add the clone3 wrapperAdhemerval Zanella Netto
2023-09-05arm: Add the clone3 wrapperAdhemerval Zanella Netto
2023-09-05hurd: Avoid including thread_state.h in installed headerSamuel Thibault
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault
2023-09-04intl: Treat C.UTF-8 locale like C locale (BZ# 16621)Bruno Haible
2023-09-03htl: Fix stack information for main threadSamuel Thibault
2023-09-03htl: thread_local destructors supportSamuel Thibault
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2023-08-29x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu
2023-08-29add GB18030-2022 charmap and test the entire GB18030 charmap [BZ #30243]lijianglin
2023-08-29Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.pyJoseph Myers
2023-08-29localedata: Translit common emojis to smileys [BZ #30649]Colin Leroy-Mira
2023-08-29nscd: Skip unusable entries in first pass in prune_cache (bug 30800)Florian Weimer
2023-08-29LoongArch: Change loongarch to LoongArch in commentsdengjianbo
2023-08-29LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx}dengjianbo
2023-08-29LoongArch: Add ifunc support for memset{aligned, unaligned, lsx, lasx}dengjianbo
2023-08-29LoongArch: Add ifunc support for memrchr{lsx, lasx}dengjianbo
2023-08-29LoongArch: Add ifunc support for memchr{aligned, lsx, lasx}dengjianbo
2023-08-29LoongArch: Add ifunc support for rawmemchr{aligned, lsx, lasx}dengjianbo
2023-08-29LoongArch: Micro-optimize LD_PCRELXi Ruoyao
2023-08-29LoongArch: Remove support code for old linker in start.SXi Ruoyao
2023-08-29LoongArch: Simplify the autoconf check for static PIEXi Ruoyao
2023-08-28Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.Kir Kolyshkin
2023-08-28argp-parse: Get rid of allocaJoe Simmons-Talbott
2023-08-28gencat: Get rid of alloca.Joe Simmons-Talbott
2023-08-25m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshiftAdhemerval Zanella
2023-08-25m68k: Fix build with -mcpu=68040 or higher (BZ 30740)Adhemerval Zanella
2023-08-25elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer
2023-08-25manual: Document ld.so --list-diagnostics outputFlorian Weimer
2023-08-25manual/jobs.texi: Add missing @item EPERM for getpgidMark Wielaard
2023-08-24LoongArch: Add ifunc support for strncmp{aligned, lsx}dengjianbo
2023-08-24LoongArch: Add ifunc support for strcmp{aligned, lsx}dengjianbo
2023-08-24LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx}dengjianbo
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka