| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | elf: Remove unused l_text_end field from struct link_map | Florian Weimer | 2023-09-08 | 5 | -18/+3 |
* | elf: Always call destructors in reverse constructor order (bug 30785) | Florian Weimer | 2023-09-08 | 7 | -173/+179 |
* | io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 | Aurelien Jarno | 2023-09-07 | 3 | -1/+4 |
* | manual: Fix ld.so diagnostics menu/section structure | Florian Weimer | 2023-09-06 | 1 | -3/+11 |
* | getaddrinfo: Get rid of alloca | Joe Simmons-Talbott | 2023-09-06 | 1 | -15/+9 |
* | riscv: Add support for XTheadBb in string-fz[a,i].h | Christoph Müllner | 2023-09-06 | 2 | -2/+7 |
* | getcanonname: Fix a typo | Siddhesh Poyarekar | 2023-09-05 | 1 | -1/+1 |
* | linux: Add pidfd_getpid | Adhemerval Zanella Netto | 2023-09-05 | 44 | -0/+520 |
* | posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) | Adhemerval Zanella Netto | 2023-09-05 | 66 | -150/+788 |
* | linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) | Adhemerval Zanella Netto | 2023-09-05 | 46 | -5/+449 |
* | linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc | Adhemerval Zanella Netto | 2023-09-05 | 5 | -0/+40 |
* | mips: Add the clone3 wrapper | Adhemerval Zanella Netto | 2023-09-05 | 2 | -0/+141 |
* | arm: Add the clone3 wrapper | Adhemerval Zanella Netto | 2023-09-05 | 2 | -0/+81 |
* | hurd: Avoid including thread_state.h in installed header | Samuel Thibault | 2023-09-05 | 1 | -2/+1 |
* | __call_tls_dtors: Use call_function_static_weak | Samuel Thibault | 2023-09-04 | 4 | -18/+5 |
* | intl: Treat C.UTF-8 locale like C locale (BZ# 16621) | Bruno Haible | 2023-09-04 | 1 | -2/+6 |
* | htl: Fix stack information for main thread | Samuel Thibault | 2023-09-03 | 1 | -3/+27 |
* | htl: thread_local destructors support | Samuel Thibault | 2023-09-03 | 1 | -0/+6 |
* | elf: Fix slow tls access after dlopen [BZ #19924] | Szabolcs Nagy | 2023-09-01 | 6 | -66/+74 |
* | x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643] | H.J. Lu | 2023-08-29 | 1 | -18/+13 |
* | add GB18030-2022 charmap and test the entire GB18030 charmap [BZ #30243] | lijianglin | 2023-08-29 | 5 | -289/+292 |
* | Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py | Joseph Myers | 2023-08-29 | 1 | -2/+2 |
* | localedata: Translit common emojis to smileys [BZ #30649] | Colin Leroy-Mira | 2023-08-29 | 4 | -0/+213 |
* | nscd: Skip unusable entries in first pass in prune_cache (bug 30800) | Florian Weimer | 2023-08-29 | 1 | -14/+11 |
* | LoongArch: Change loongarch to LoongArch in comments | dengjianbo | 2023-08-29 | 24 | -24/+24 |
* | LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+861 |
* | LoongArch: Add ifunc support for memset{aligned, unaligned, lsx, lasx} | dengjianbo | 2023-08-29 | 8 | -0/+688 |
* | LoongArch: Add ifunc support for memrchr{lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+335 |
* | LoongArch: Add ifunc support for memchr{aligned, lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+401 |
* | LoongArch: Add ifunc support for rawmemchr{aligned, lsx, lasx} | dengjianbo | 2023-08-29 | 7 | -0/+365 |
* | LoongArch: Micro-optimize LD_PCREL | Xi Ruoyao | 2023-08-29 | 1 | -6/+4 |
* | LoongArch: Remove support code for old linker in start.S | Xi Ruoyao | 2023-08-29 | 1 | -16/+3 |
* | LoongArch: Simplify the autoconf check for static PIE | Xi Ruoyao | 2023-08-29 | 2 | -50/+16 |
* | Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h. | Kir Kolyshkin | 2023-08-28 | 1 | -0/+1 |
* | argp-parse: Get rid of alloca | Joe Simmons-Talbott | 2023-08-28 | 1 | -24/+11 |
* | gencat: Get rid of alloca. | Joe Simmons-Talbott | 2023-08-28 | 1 | -6/+31 |
* | m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshift | Adhemerval Zanella | 2023-08-25 | 3 | -7/+14 |
* | m68k: Fix build with -mcpu=68040 or higher (BZ 30740) | Adhemerval Zanella | 2023-08-25 | 2 | -1/+21 |
* | elf: Check that --list-diagnostics output has the expected syntax | Florian Weimer | 2023-08-25 | 4 | -0/+327 |
* | manual: Document ld.so --list-diagnostics output | Florian Weimer | 2023-08-25 | 1 | -0/+207 |
* | manual/jobs.texi: Add missing @item EPERM for getpgid | Mark Wielaard | 2023-08-25 | 1 | -0/+1 |
* | LoongArch: Add ifunc support for strncmp{aligned, lsx} | dengjianbo | 2023-08-24 | 6 | -0/+508 |
* | LoongArch: Add ifunc support for strcmp{aligned, lsx} | dengjianbo | 2023-08-24 | 6 | -0/+426 |
* | LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx} | dengjianbo | 2023-08-24 | 7 | -0/+382 |
* | htl: move pthread_attr_setdetachstate into libc | Guy-Fleury Iteriteka | 2023-08-24 | 7 | -11/+4 |
* | htl: move pthread_attr_getdetachstate into libc | Guy-Fleury Iteriteka | 2023-08-24 | 7 | -11/+3 |
* | htl: move pthread_attr_setschedpolicy into libc | Guy-Fleury Iteriteka | 2023-08-24 | 7 | -11/+3 |
* | htl: move pthread_attr_getschedpolicy into libc | Guy-Fleury Iteriteka | 2023-08-24 | 7 | -10/+2 |
* | htl: move pthread_attr_setinheritsched into libc | Guy-Fleury Iteriteka | 2023-08-24 | 7 | -11/+4 |
* | htl: move pthread_attr_getinheritsched into libc | Guy-Fleury Iteriteka | 2023-08-24 | 7 | -10/+3 |