about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx}dengjianbo2023-09-1512-0/+963
* LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.caiyinyu2023-09-151-1/+1
* LoongArch: Add lasx/lsx support for _dl_runtime_profile.caiyinyu2023-09-157-179/+331
* Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.hJoseph Myers2023-09-142-2/+3
* CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer2023-09-134-2/+137
* resolv: Fix some unaligned accesses in resolver [BZ #30750]John David Anglin2023-09-132-2/+4
* Update syscall lists for Linux 6.5Joseph Myers2023-09-1228-2/+31
* ia64: Work around miscompilation and fix build on ia64's gcc-10 and laterSergei Trofimovich2023-09-111-1/+3
* stdio: Remove __libc_message alloca usageJoe Simmons-Talbott2023-09-112-35/+41
* htl: avoid exposing the vm_region symbolSamuel Thibault2023-09-091-1/+1
* libio: Fix oversized __io_vtablesAdam Jackson2023-09-081-1/+4
* Use Linux 6.5 in build-many-glibcs.pyJoseph Myers2023-09-081-1/+1
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-085-18/+3
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-087-173/+179
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-073-1/+4
* manual: Fix ld.so diagnostics menu/section structureFlorian Weimer2023-09-061-3/+11
* getaddrinfo: Get rid of allocaJoe Simmons-Talbott2023-09-061-15/+9
* riscv: Add support for XTheadBb in string-fz[a,i].hChristoph Müllner2023-09-062-2/+7
* getcanonname: Fix a typoSiddhesh Poyarekar2023-09-051-1/+1
* linux: Add pidfd_getpidAdhemerval Zanella Netto2023-09-0544-0/+520
* posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto2023-09-0566-150/+788
* linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto2023-09-0546-5/+449
* linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparcAdhemerval Zanella Netto2023-09-055-0/+40
* mips: Add the clone3 wrapperAdhemerval Zanella Netto2023-09-052-0/+141
* arm: Add the clone3 wrapperAdhemerval Zanella Netto2023-09-052-0/+81
* hurd: Avoid including thread_state.h in installed headerSamuel Thibault2023-09-051-2/+1
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-044-18/+5
* intl: Treat C.UTF-8 locale like C locale (BZ# 16621)Bruno Haible2023-09-041-2/+6
* htl: Fix stack information for main threadSamuel Thibault2023-09-031-3/+27
* htl: thread_local destructors supportSamuel Thibault2023-09-031-0/+6
* elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy2023-09-016-66/+74
* x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu2023-08-291-18/+13
* add GB18030-2022 charmap and test the entire GB18030 charmap [BZ #30243]lijianglin2023-08-295-289/+292
* Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.pyJoseph Myers2023-08-291-2/+2
* localedata: Translit common emojis to smileys [BZ #30649]Colin Leroy-Mira2023-08-294-0/+213
* nscd: Skip unusable entries in first pass in prune_cache (bug 30800)Florian Weimer2023-08-291-14/+11
* LoongArch: Change loongarch to LoongArch in commentsdengjianbo2023-08-2924-24/+24
* LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx}dengjianbo2023-08-297-0/+861
* LoongArch: Add ifunc support for memset{aligned, unaligned, lsx, lasx}dengjianbo2023-08-298-0/+688
* LoongArch: Add ifunc support for memrchr{lsx, lasx}dengjianbo2023-08-297-0/+335
* LoongArch: Add ifunc support for memchr{aligned, lsx, lasx}dengjianbo2023-08-297-0/+401
* LoongArch: Add ifunc support for rawmemchr{aligned, lsx, lasx}dengjianbo2023-08-297-0/+365
* LoongArch: Micro-optimize LD_PCRELXi Ruoyao2023-08-291-6/+4
* LoongArch: Remove support code for old linker in start.SXi Ruoyao2023-08-291-16/+3
* LoongArch: Simplify the autoconf check for static PIEXi Ruoyao2023-08-292-50/+16
* Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.Kir Kolyshkin2023-08-281-0/+1
* argp-parse: Get rid of allocaJoe Simmons-Talbott2023-08-281-24/+11
* gencat: Get rid of alloca.Joe Simmons-Talbott2023-08-281-6/+31
* m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshiftAdhemerval Zanella2023-08-253-7/+14
* m68k: Fix build with -mcpu=68040 or higher (BZ 30740)Adhemerval Zanella2023-08-252-1/+21