2024-08-28 |
Maciej W. Rozycki | support: Add FAIL test failure helper |
commit | commitdiff | tree |
2024-08-19 |
Florian Weimer | string: strerror, strsignal cannot use buffer after... |
commit | commitdiff | tree |
2024-08-19 |
Florian Weimer | Define __libc_initial for the static libc |
commit | commitdiff | tree |
2024-08-15 |
Noah Goldstein | x86: Fix bug in strchrnul-evex512 [BZ #32078] |
commit | commitdiff | tree |
2024-08-12 |
H.J. Lu | x32/cet: Support shadow stack during startup for Linux... |
commit | commitdiff | tree |
2024-08-12 |
H.J. Lu | x86-64: Remove sysdeps/x86_64/x32/dl-machine.h |
commit | commitdiff | tree |
2024-08-09 |
Florian Weimer | support: Add options list terminator to the test driver |
commit | commitdiff | tree |
2024-08-06 |
Arjun Shankar | manual/stdio: Further clarify putc, putwc, getc, and... |
commit | commitdiff | tree |
2024-08-06 |
Andreas Schwab | Fix name space violation in fortify wrappers (bug 32052) |
commit | commitdiff | tree |
2024-08-02 |
Florian Weimer | x86: Tunables may incorrectly set Prefer_PMINUB_for_str... |
commit | commitdiff | tree |
2024-08-01 |
Florian Weimer | resolv: Fix tst-resolv-short-response for older GCC... |
commit | commitdiff | tree |
2024-08-01 |
H.J. Lu | Add mremap tests |
commit | commitdiff | tree |
2024-08-01 |
H.J. Lu | mremap: Update manual entry |
commit | commitdiff | tree |
2024-08-01 |
H.J. Lu | linux: Update the mremap C implementation [BZ #31968] |
commit | commitdiff | tree |
2024-08-01 |
Florian Weimer | Enhanced test coverage for strncmp, wcsncmp |
commit | commitdiff | tree |
2024-08-01 |
Florian Weimer | Enhance test coverage for strnlen, wcsnlen |
commit | commitdiff | tree |
2024-07-29 |
Lukas Bulwahn | manual: make setrlimit() description less ambiguous |
commit | commitdiff | tree |
2024-07-29 |
Arjun Shankar | manual/stdio: Clarify putc and putwc |
commit | commitdiff | tree |
2024-07-29 |
Miguel Martín | malloc: add multi-threaded tests for aligned_alloc... |
commit | commitdiff | tree |
2024-07-29 |
Miguel Martín | malloc: avoid global locks in tst-aligned_alloc-lib.c |
commit | commitdiff | tree |
2024-07-24 |
Florian Weimer | Fix version number in NEWS file |
commit | commitdiff | tree |
2024-07-24 |
Florian Weimer | manual: Do not mention STATIC_TLS in dynamic linker... |
commit | commitdiff | tree |
2024-07-24 |
Florian Weimer | resolv: Do not wait for non-existing second DNS respons... |
commit | commitdiff | tree |
2024-07-24 |
Florian Weimer | resolv: Allow short error responses to match any query... |
commit | commitdiff | tree |
2024-07-21 |
Andreas K.... | Replace advisories directory |
commit | commitdiff | tree |
2024-07-21 |
Andreas K.... | Add ChangeLog file glibc-2.40 |
commit | commitdiff | tree |
2024-07-21 |
Andreas K.... | Increase version number to 2.40 |
commit | commitdiff | tree |
2024-07-21 |
Andreas K.... | po/*: regenerate (only line number changes) |
commit | commitdiff | tree |
2024-07-21 |
Andreas K.... | contrib.texi: Fix format of MIPS and RISC-V |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | libc.pot: regenerate (only line number changes) |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | install.texi: bump "latest verified" versions |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | NEWS: drop 2.40 section "Changes to build and runtime... |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | contrib.texi: update |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | NEWS: add fixed security advisories list |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | NEWS: add resolved bugs list |
commit | commitdiff | tree |
2024-07-20 |
Andreas K.... | NEWS: add more major improvements for 2.40 |
commit | commitdiff | tree |
2024-07-19 |
Andreas K.... | linux: Trivial test output fix in tst-pkey |
commit | commitdiff | tree |
2024-07-19 |
Adhemerval... | elf: Fix localplt.awk for DT_RELR-enabled builds (BZ... |
commit | commitdiff | tree |
2024-07-19 |
Adhemerval... | linux: Also check pkey_get for ENOSYS on tst-pkey ... |
commit | commitdiff | tree |
2024-07-19 |
Adhemerval... | powerpc: Update soft-fp ulps |
commit | commitdiff | tree |
2024-07-19 |
John David... | Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP... |
commit | commitdiff | tree |
2024-07-19 |
Florian Weimer | Adjust check-local-headers test for libaudit 4.0 |
commit | commitdiff | tree |
2024-07-19 |
Adhemerval... | elf: Parse the auxv values as unsigned on tst-tunables... |
commit | commitdiff | tree |
2024-07-19 |
H.J. Lu | x32: xfail elf/tst-platform-1 [BZ #22363] |
commit | commitdiff | tree |
2024-07-19 |
Xi Ruoyao | elf/tst-rtld-does-not-exist: Pass --inhibit-cache to... |
commit | commitdiff | tree |
2024-07-17 |
Andreas K.... | Revert "LoongArch: Add cfi instructions for _dl_tlsdesc... |
commit | commitdiff | tree |
2024-07-17 |
Samuel Thibault | htl: Fix __pthread_init_thread declaration and definition |
commit | commitdiff | tree |
2024-07-17 |
Samuel Thibault | hurd: Fix pthread_self() without libpthread |
commit | commitdiff | tree |
2024-07-17 |
mengqinggang | LoongArch: Add cfi instructions for _dl_tlsdesc_dynamic |
commit | commitdiff | tree |
2024-07-16 |
Noah Goldstein | x86: Disable non-temporal memset on Skylake Server |
commit | commitdiff | tree |
2024-07-16 |
Flavio Cruz | Add pthread_getname_np and pthread_setname_np for Hurd |
commit | commitdiff | tree |
2024-07-14 |
Andreas K.... | math: Update alpha ulps |
commit | commitdiff | tree |
2024-07-13 |
Samuel Thibault | hurd: Fix restoring message to be retried |
commit | commitdiff | tree |
2024-07-12 |
Maciej W. Rozycki | nptl: Convert tst-sem11 and tst-sem12 tests to use... |
commit | commitdiff | tree |
2024-07-12 |
Maciej W. Rozycki | nptl: Add copyright notice tst-sem11 and tst-sem12... |
commit | commitdiff | tree |
2024-07-12 |
Andreas K.... | tests: XFAIL audit tests failing on all mips configurat... |
commit | commitdiff | tree |
2024-07-12 |
Samuel Dobron | time/Makefile: Split and sort tests |
commit | commitdiff | tree |
2024-07-11 |
Stefan Liebler | s390x: Fix segfault in wcsncmp [BZ #31934] |
commit | commitdiff | tree |
2024-07-09 |
Florian Weimer | Linux: Make __rseq_size useful for feature detection... |
commit | commitdiff | tree |
2024-07-09 |
Andreas K.... | po: incorporate translations (bg) |
commit | commitdiff | tree |
2024-07-09 |
DJ Delorie | manual: add syscalls |
commit | commitdiff | tree |
2024-07-09 |
Andreas Schwab | libio: handle opening a file when all files are closed... |
commit | commitdiff | tree |
2024-07-08 |
Adam Sampson | ldconfig: Ignore all GDB extension files |
commit | commitdiff | tree |
2024-07-08 |
Adam Sampson | ldconfig: Move endswithn into a new header file |
commit | commitdiff | tree |
2024-07-08 |
Andreas K.... | math: Update m68k ULPs |
commit | commitdiff | tree |
2024-07-08 |
Adhemerval... | stdlib: fix arc4random fallback to /dev/urandom (BZ... |
commit | commitdiff | tree |
2024-07-04 |
Adhemerval... | elf: Make dl-rseq-symbols Linux only |
commit | commitdiff | tree |
2024-07-03 |
Michael Jeanson | nptl: fix potential merge of __rseq_* relro symbols |
commit | commitdiff | tree |
2024-07-03 |
Darius Rad | riscv: Update nofpu libm test ulps |
commit | commitdiff | tree |
2024-07-03 |
Florian Weimer | manual: Recommendations for dynamic linker hardening |
commit | commitdiff | tree |
2024-07-03 |
Sergey Kolosov | socket: Add new test for shutdown |
commit | commitdiff | tree |
2024-07-03 |
Stefan Liebler | elf/rtld: Fix auxiliary vector for enable_secure |
commit | commitdiff | tree |
2024-07-02 |
John David... | hppa/vdso: Provide 64-bit clock_gettime() vDSO only |
commit | commitdiff | tree |
2024-07-02 |
Adhemerval... | debug: Fix clang open fortify wrapper (BZ 31927) |
commit | commitdiff | tree |
2024-07-02 |
H.J. Lu | Add --disable-static-c++-tests option [BZ #31797] |
commit | commitdiff | tree |
2024-07-02 |
H.J. Lu | Add --disable-static-c++-link-check option [BZ #31412] |
commit | commitdiff | tree |
2024-07-01 |
DJ Delorie | Update mmap() flags and errors lists |
commit | commitdiff | tree |
2024-07-01 |
YunQiang Su | MIPSr6/math: Use builtin fma and fmaf |
commit | commitdiff | tree |
2024-07-01 |
Florian Weimer | elf: Support recursive use of dynamic TLS in interposed... |
commit | commitdiff | tree |
2024-07-01 |
Carlos O'Donell | Fix conditionals on mtrace-based tests (bug 31892) |
commit | commitdiff | tree |
2024-07-01 |
Michel Lind | signal/Makefile: Split and sort tests |
commit | commitdiff | tree |
2024-06-30 |
MayShao-oc | x86: Set default non_temporal_threshold for Zhaoxin... |
commit | commitdiff | tree |
2024-06-30 |
MayShao-oc | x86_64: Optimize large size copy in memmove-ssse3 |
commit | commitdiff | tree |
2024-06-30 |
MayShao-oc | x86: Set preferred CPU features on the KH-40000 and... |
commit | commitdiff | tree |
2024-06-30 |
Andrew Pinski | Aarch64: Add new memset for Qualcomm's oryon-1 core |
commit | commitdiff | tree |
2024-06-30 |
Andrew Pinski | Aarch64: Add memcpy for qualcomm's oryon-1 core |
commit | commitdiff | tree |
2024-06-27 |
Adhemerval... | debug: Fix clang open fortify wrapper (BZ 31927) |
commit | commitdiff | tree |
2024-06-27 |
Adhemerval... | debug: Fix clang mq_open fortify wrapper (BZ 31917) |
commit | commitdiff | tree |
2024-06-27 |
Stefan Liebler | tests-mbwc: Silence gcc 14 -Werror=format-overflow= |
commit | commitdiff | tree |
2024-06-27 |
Florian Weimer | time: Avoid memcmp overread in tzset (bug 31931) |
commit | commitdiff | tree |
2024-06-26 |
Paul Eggert | Fix strnlen doc re array size |
commit | commitdiff | tree |
2024-06-26 |
Palmer Dabbelt | arm: Avoid UB in elf_machine_rel() |
commit | commitdiff | tree |
2024-06-26 |
mengqinggang | LoongArch: Fix tst-gnu2-tls2 test case |
commit | commitdiff | tree |
2024-06-25 |
Adhemerval... | posix: Fix pidfd_spawn/pidfd_spawnp leak if execve... |
commit | commitdiff | tree |
2024-06-25 |
Andreas K.... | INSTALL: regenerate |
commit | commitdiff | tree |
2024-06-24 |
Andreas K.... | Revert "MIPSr6/math: Use builtin fma and fmaf" |
commit | commitdiff | tree |
2024-06-24 |
Joe Simmons... | INSTALL: Fix typo ibmlondouble to ibmlongdouble |
commit | commitdiff | tree |
2024-06-24 |
Christoph Müllner | RISC-V: Execute a PAUSE hint in spin loops |
commit | commitdiff | tree |
2024-06-24 |
YunQiang Su | MIPSr6/math: Use builtin fma and fmaf |
commit | commitdiff | tree |
2024-06-24 |
Andreas K.... | po: incorporate translations (cs, de, hr, ko, pl, ro... |
commit | commitdiff | tree |
next |