Commit Graph

  • 03b8d76410 nptl: Add smoke test for pthread_getcpuclockid failure master Siddhesh Poyarekar 2024-11-21 17:13:33 -0500
  • 99671e72bb Add multithreaded test of sem_getvalue Joseph Myers 2024-11-22 16:58:51 +0000
  • bccb0648ea math: Use tanf from CORE-MATH Adhemerval Zanella 2024-11-08 13:24:28 -0300
  • d846f4c12d math: Use lgammaf from CORE-MATH Adhemerval Zanella 2024-10-30 11:50:03 -0300
  • baa495f231 math: Use erfcf from CORE-MATH Adhemerval Zanella 2024-10-29 10:02:20 -0300
  • 994fec2397 math: Use erff from CORE-MATH Adhemerval Zanella 2024-10-28 17:58:18 -0300
  • c4c64ba5d1 math: Split s_erfF in erff and erfc Adhemerval Zanella 2024-10-28 17:02:01 -0300
  • c5d241f06b math: Use cbrtf from CORE-MATH Adhemerval Zanella 2024-10-28 12:38:50 -0300
  • 2234b08763 benchtests: Add tanf benchmark Adhemerval Zanella 2024-11-08 09:13:50 +0000
  • ce4122ff97 benchtests: Add lgammaf benchmark Adhemerval Zanella 2024-10-29 13:40:29 -0300
  • d7612d04e4 benchtests: Add erfcf benchmark Adhemerval Zanella 2024-10-29 09:28:01 -0300
  • 50657965da benchtests: Add erff benchmark Adhemerval Zanella 2024-10-28 15:53:30 -0300
  • 53c80be8da benchtests: Add cbrtf benchmark Adhemerval Zanella 2024-10-28 10:00:49 -0300
  • e7b5532721 elf: Handle static PIE with non-zero load address [BZ #31799] H.J. Lu 2024-10-29 06:01:14 +0800
  • 713d6d7e78 x86/string: Use movsl instead of movsd in strncat [BZ #32344] Siddhesh Poyarekar 2024-11-21 17:05:11 -0500
  • 7a61e7f557 stdlib: Make getenv thread-safe in more cases Florian Weimer 2024-11-21 21:10:52 +0100
  • e6590f0c86 aarch64: Remove non-temporal load/stores from oryon-1's memset Andrew Pinski 2024-11-14 19:03:20 -0800
  • eb5eeb4740 aarch64: Remove non-temporal load/stores from oryon-1's memcpy Andrew Pinski 2024-11-14 19:03:19 -0800
  • 3051f3495c powerpc64le: _init/_fini file changes for ROP Sachin Monga 2024-11-20 16:50:00 -0500
  • c0365d3791 mman.h: Fix MAP_HASSEMPHORE typo Samuel Thibault 2024-11-20 19:51:08 +0100
  • 6e7778ecde misc: remove extra va_end in error_tail (bug 32233) Andreas Schwab 2024-11-20 13:15:44 +0100
  • ab545460b0 intl: avoid alloca for arbitrary sizes (bug 32380) Andreas Schwab 2024-11-20 10:01:29 +0100
  • 47311cca31 manual: Add description of AArch64-specific pkey flags Yury Khrustalev 2024-11-20 11:20:33 +0000
  • f4d00dd60d AArch64: Add support for memory protection keys Yury Khrustalev 2024-11-20 11:16:36 +0000
  • e162ab2bf1 AArch64: Remove thunderx{,2} memcpy Andrew Pinski 2024-11-20 11:08:53 +0000
  • d899b48a30 Fix femode_t conditionals for arc and or1k Joseph Myers 2024-11-19 22:25:39 +0000
  • 3ef7e42861 powerpc64le: Optimized strcat for POWER10 Mahesh Bodapati 2024-11-19 15:57:35 -0500
  • 229265cc2c powerpc: Improve the inline asm for syscall wrappers Peter Bergner 2024-11-05 16:05:53 -0600
  • 7f045c0b48 htl: move pthread_attr_init into libc. gfleury 2024-11-18 13:21:45 +0200
  • 1a1cedd635 htl: move pthread_attr_setguardsize into libc. gfleury 2024-11-18 13:21:44 +0200
  • f26b272a75 htl: move pthread_attr_setschedparam into libc. gfleury 2024-11-18 13:21:43 +0200
  • 32aa498ceb htl: move pthread_attr_setscope into libc. gfleury 2024-11-18 13:21:42 +0200
  • 4a8b7d7e62 htl: move pthread_attr_setstackaddr into libc. gfleury 2024-11-18 13:21:41 +0200
  • d69a010e7b htl: move pthread_attr_setstacksize into libc. gfleury 2024-11-18 13:21:40 +0200
  • 330c1fad5b htl: move pthread_attr_getstack into libc. gfleury 2024-11-18 13:21:39 +0200
  • 1428ae39e8 htl: move pthread_attr_getstackaddr into libc. gfleury 2024-11-18 13:21:38 +0200
  • 993440a260 htl move pthread_attr_getstacksize into libc. gfleury 2024-11-18 13:21:37 +0200
  • 4bcda927fe htl move pthread_attr_getscope into libc. gfleury 2024-11-18 13:21:36 +0200
  • 6caf24c972 htl move pthread_attr_getguardsize into libc. gfleury 2024-11-18 13:21:35 +0200
  • f55cf584ff htl: move __pthread_default_attr into libc gfleury 2024-11-18 13:21:34 +0200
  • 736befab6c htl: move pthread_attr_destroy into libc. gfleury 2024-11-18 13:21:33 +0200
  • 04a99db8c7 nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_sp google/grte/v5-2.27/master Adhemerval Zanella 2022-03-08 17:31:08 -0300
  • ce13ab5033 stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360] Maciej W. Rozycki 2024-11-15 22:43:54 +0000
  • 626c048f32 elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245] release/2.40/master Aurelien Jarno 2024-11-10 10:50:34 +0100
  • 6c915c73d0 elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245] Aurelien Jarno 2024-11-10 10:50:34 +0100
  • c510681a69 x86/string: Use movsl instead of movsd in strncpy/strncat [BZ #32344] Noah Goldstein 2024-11-12 17:04:42 -0600
  • 8d3fb43797 manual: Fix overeager s/int/size_t/ in memory.texi Jonathan Wakely 2024-11-13 14:43:58 +0000
  • b919fe1f6d hppa: Update libm-test-ulps John David Anglin 2024-11-12 21:32:54 -0500
  • e5c2738f17 Revert "hurd: Stop depending on the default_pager stubs provided by gnumach" Samuel Thibault 2024-11-13 01:33:32 +0100
  • 461cab1de7 linux: Add support for getrandom vDSO Adhemerval Zanella 2024-09-18 16:01:22 +0200
  • b583b1080b io: Add setuid tests for faccessat Siddhesh Poyarekar 2024-10-16 15:10:15 -0400
  • ea75860813 tst-faccessat.c: Port to libsupport Siddhesh Poyarekar 2024-10-08 21:09:43 -0400
  • 04b1eb161f support: Add xdup Siddhesh Poyarekar 2024-11-08 12:33:47 -0500
  • ab4388f91c LoongArch: Update ulps caiyinyu 2024-11-11 09:56:05 +0800
  • 7b544224f8 stat.h: Fix missing declaration of struct timespec Samuel Thibault 2024-11-10 00:45:19 +0100
  • d2e65aa7d6 mach: Fix __xpg_strerror_r on in-range but undefined errors [BZ #32350] Samuel Thibault 2024-11-09 19:54:08 +0100
  • 6754b5becf x86/string: Use movsl instead of movsd [BZ #32344] Noah Goldstein 2024-11-08 11:18:17 -0800
  • c7dcf594f4 Rename new tst-sem17 test to tst-sem18 Joseph Myers 2024-11-08 17:08:09 +0000
  • f745d78e26 Avoid uninitialized result in sem_open when file does not exist Joseph Myers 2024-11-08 01:53:48 +0000
  • 97f60abd25 nptl: initialize rseq area prior to registration Michael Jeanson 2024-11-07 22:23:49 +0100
  • c18de3b76a s390x: Update ulps Mark Wielaard 2024-11-07 19:05:56 +0100
  • efb710034e linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394) Adhemerval Zanella 2024-09-02 16:58:51 -0300
  • 2344580243 Mitigation for "clone on sparc might fail with -EFAULT for no valid reason" (bz 31394) Michael Karcher 2024-07-28 15:30:57 +0200
  • 8e57206797 elf: avoid jumping over a needed declaration DJ Delorie 2024-11-06 21:40:35 -0500
  • 12b8dd7718 math: Fix log10f on some ABIs Adhemerval Zanella 2024-11-07 07:51:27 -0300
  • 11a2169e40 stdio-common: Add tests for formatted vsnprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • ac72dd9090 stdio-common: Add tests for formatted vsprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • 6018ba05c0 stdio-common: Add tests for formatted vfprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • fae4eacae7 stdio-common: Add tests for formatted vdprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • 349670f809 stdio-common: Add tests for formatted vasprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • bad554d9b4 stdio-common: Add tests for formatted vprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • 0b6379cb98 stdio-common: Add tests for formatted snprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • c683ac8520 stdio-common: Add tests for formatted sprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • 1dc5cdc3da stdio-common: Add tests for formatted fprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • b3e8a756ad stdio-common: Add tests for formatted dprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • b350a60b6e stdio-common: Add tests for formatted asprintf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • 7ec4d7e3d1 stdio-common: Add tests for formatted printf output specifiers Maciej W. Rozycki 2024-11-07 06:14:24 +0000
  • 1b70a0a024 nptl: fix __builtin_thread_pointer detection on LoongArch caiyinyu 2024-11-06 10:06:21 +0800
  • ba60be8735 math: Fix incorrect results of exp10m1f with some GCC versions Florian Weimer 2024-11-06 16:09:05 +0100
  • ff254cabd6 misc: Align argument name for pkey_*() functions with the manual Yury Khrustalev 2024-11-06 13:05:57 +0000
  • 0c38c59f75 manual: Use more precise wording for memory protection keys Yury Khrustalev 2024-11-06 13:04:27 +0000
  • c1560f3f75 elf: Switch to main malloc after final ld.so self-relocation Florian Weimer 2024-11-06 10:33:44 +0100
  • f2326c2ec0 elf: Introduce _dl_relocate_object_no_relro Florian Weimer 2024-11-06 10:33:44 +0100
  • a796422045 elf: Do not define consider_profiling, consider_symbind as macros Florian Weimer 2024-11-06 10:33:44 +0100
  • 8f8dd904c4 elf: rtld_multiple_ref is always true Florian Weimer 2024-11-06 10:33:44 +0100
  • 273694cd78 Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h> Aurelien Jarno 2024-11-02 10:52:54 +0100
  • e442e8376d Add feature test macro _ISOC2Y_SOURCE Lenard Mollenkopf 2024-10-22 15:17:54 +0200
  • 5daf0c9815 aarch64: MTE compatible strncmp release/2.26/master Alex Butler 2020-06-16 12:44:24 +0000
  • 6d69c4aad4 aarch64: MTE compatible strncmp release/2.27/master Alex Butler 2020-06-16 12:44:24 +0000
  • 92d25389c2 aarch64: MTE compatible strncmp release/2.28/master Alex Butler 2020-06-16 12:44:24 +0000
  • 2417ddb645 aarch64: MTE compatible strncmp release/2.29/master Alex Butler 2020-06-16 12:44:24 +0000
  • f8db9906d7 aarch64: MTE compatible strncmp release/2.30/master Alex Butler 2020-06-16 12:44:24 +0000
  • 7b27c450c3 aarch64: MTE compatible strncmp release/2.31/master Alex Butler 2020-06-16 12:44:24 +0000
  • 2843e78b30 added license for sysdeps/ieee754/flt-32/e_gammaf_r.c Paul Zimmermann 2024-10-11 12:22:07 +0200
  • 2d82d781a5 AArch64: Remove SVE erf and erfc tables Joe Ramsay 2024-11-01 15:48:54 +0000
  • 6d477b8de8 x86_64: Add exp2m1f with FMA Adhemerval Zanella 2024-10-25 15:21:55 -0300
  • c28f8d7f19 x86_64: Add exp10m1f with FMA Adhemerval Zanella 2024-10-25 15:21:54 -0300
  • f338c7c5f5 math: Use log10p1f from CORE-MATH Adhemerval Zanella 2024-10-25 15:21:53 -0300
  • 8ae9e51376 math: Use log1pf from CORE-MATH Adhemerval Zanella 2024-10-20 14:52:49 -0300
  • c369580814 math: Use log2p1f from CORE-MATH Adhemerval Zanella 2024-10-25 15:21:51 -0300
  • 9247f53219 math: Use log10f from CORE-MATH Adhemerval Zanella 2024-10-21 15:51:27 -0300
  • bbd578b38d math: Use expm1f from CORE-MATH Adhemerval Zanella 2024-10-25 15:21:49 -0300
  • 5c22fd25c1 math: Use exp2m1f from CORE-MATH Adhemerval Zanella 2024-10-25 15:21:48 -0300
  • 5fa89852fa math: Use exp10m1f from CORE-MATH Adhemerval Zanella 2024-10-25 15:21:47 -0300
  • 48767cbb76 benchtests: Add log10p1f benchmark Adhemerval Zanella 2024-10-25 15:21:46 -0300
  • ef2485c5fe benchtests: Add log1p benchmark Adhemerval Zanella 2024-10-25 15:21:45 -0300
  • acc2137382 benchtests: Add log2p1f benchmark Adhemerval Zanella 2024-10-25 15:21:44 -0300
  • 1e262f80dd benchtests: Add log10f benchmark Adhemerval Zanella 2024-10-25 15:21:43 -0300
  • 2dbf7c4bf1 benchtests: Add expm1f benchmark Adhemerval Zanella 2024-10-25 15:21:42 -0300
  • 19ab8bbd71 benchtests: Add exp2m1f benchmark Adhemerval Zanella 2024-10-25 15:21:41 -0300
  • ad53c12798 benchtests: Add exp10m1f benchmark Adhemerval Zanella 2024-10-25 15:21:40 -0300
  • 345e9c7d0b math: Add e_gammaf_r to glibc code and style Adhemerval Zanella 2024-10-25 15:21:39 -0300
  • 93ced0e1b8 LoongArch: Add RSEQ_SIG in rseq.h. caiyinyu 2024-10-26 16:33:07 +0800
  • 3d24fb25ef nptl: Add <thread_pointer.h> for LoongArch Michael Jeanson 2024-10-23 16:18:06 -0400
  • 9c0903fb73 Link tst-clock_gettime with $(librt) Joseph Myers 2024-10-31 17:43:52 +0000
  • 383e4f53cb powerpc64: Obviate the need for ROP protection in clone/clone3 Sachin Monga 2024-10-30 16:43:37 -0400
  • e5ea9aef54 Add tests of time, gettimeofday, clock_gettime Joseph Myers 2024-10-30 16:48:38 +0000
  • 36b549924b Add more tests of pthread attributes initial values Joseph Myers 2024-10-29 17:35:21 +0000
  • b3b68740cf elf: Change ldconfig auxcache magic number (bug 32231) release/2.36/master Florian Weimer 2024-10-28 14:45:30 +0100
  • a4d9258090 elf: Change ldconfig auxcache magic number (bug 32231) release/2.37/master Florian Weimer 2024-10-28 14:45:30 +0100
  • fa4ad10406 elf: Change ldconfig auxcache magic number (bug 32231) release/2.38/master Florian Weimer 2024-10-28 14:45:30 +0100
  • dcaf51b41e elf: Change ldconfig auxcache magic number (bug 32231) release/2.39/master Florian Weimer 2024-10-28 14:45:30 +0100
  • 3a34851103 elf: Change ldconfig auxcache magic number (bug 32231) Florian Weimer 2024-10-28 14:45:30 +0100
  • 7fe1fde499 Document further requirement on mixing streams / file descriptors Joseph Myers 2024-10-28 22:22:26 +0000
  • f144dae4a1 powerpc64le: Adhere to ABI stack alignment requirement Sachin Monga 2024-10-28 16:11:39 -0500
  • 1cf29fbc5b AArch64: Small optimisation in AdvSIMD erf and erfc Joe Ramsay 2024-10-28 14:58:35 +0000
  • 95129e6b8f Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)" Florian Weimer 2024-10-28 14:45:30 +0100
  • 0a536f6e2f elf: Change ldconfig auxcache magic number (bug 32231) Florian Weimer 2024-10-28 14:45:30 +0100
  • 7796e378c4 SHARED-FILES: Mention bundled Linux 6.10 headers. Carlos O'Donell 2024-10-24 08:30:25 -0400
  • 18596c5415 libio: Fix crash in fputws [BZ #20632] Peter Ammon 2024-09-08 20:34:12 -0700
  • 04e8698fcc stdio-common: Fix scanf parsing for NaN types [BZ #30647] Avinal Kumar 2024-10-25 15:48:27 +0530
  • ac73067cb7 elf: Fix map_complete Systemtap probe in dl_open_worker Florian Weimer 2024-10-25 17:41:53 +0200
  • 43db5e2c06 elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986) Florian Weimer 2024-10-25 16:50:10 +0200
  • e096b7a189 elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switch Florian Weimer 2024-10-25 16:50:10 +0200
  • 9897ced8e7 elf: Run constructors on cyclic recursive dlopen (bug 31986) Florian Weimer 2024-10-25 16:50:10 +0200
  • 4f5f8343c3 Linux: Match kernel text for SCHED_ macros Florian Weimer 2024-10-25 15:00:50 +0200
  • 6a290b2895 libio: Correctly link tst-popen-fork against libpthread Arjun Shankar 2024-10-25 09:33:45 +0200
  • c5dd659f22 Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settype Joseph Myers 2024-10-23 16:45:15 +0000
  • 9f0d2c0ee6 libio: Fix a deadlock after fork in popen Arjun Shankar 2024-10-18 16:03:25 +0200
  • 81439a116c configure: default to --prefix=/usr on GNU/Linux DJ Delorie 2024-10-11 18:13:41 -0400
  • dcad785074 manual: Document stdio.h functions that may be macros DJ Delorie 2024-10-10 17:16:35 -0400
  • b371ed2726 Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np Joseph Myers 2024-10-21 20:56:48 +0000
  • e68b1b1f08 Add .b4-config file Jonathan Wakely 2024-10-17 16:49:45 +0100
  • b3c51635ef Make tst-strtod-underflow type-generic Joseph Myers 2024-09-20 23:25:32 +0000
  • 85e5850f2f Make tst-strtod-underflow type-generic Joseph Myers 2024-09-20 23:25:32 +0000
  • ab564362d0 linux: Fix tst-syscall-restart.c on old gcc (BZ 32283) Adhemerval Zanella 2024-10-18 08:48:22 -0300
  • 1cd7e13289 sparc: Fix restartable syscalls (BZ 32173) azanella/2.40/master Adhemerval Zanella 2024-09-13 11:11:56 -0300
  • 2e38c5a090 support: Make support_process_state_wait return the found state Adhemerval Zanella 2024-09-13 11:10:05 -0300
  • 34b5783ea2 sparc: Fix restartable syscalls (BZ 32173) azanella/2.39/master Adhemerval Zanella 2024-09-13 11:11:56 -0300
  • c8dfbe6438 support: Make support_process_state_wait return the found state Adhemerval Zanella 2024-09-13 11:10:05 -0300
  • 2c1903cbba sparc: Fix restartable syscalls (BZ 32173) Adhemerval Zanella 2024-09-13 11:11:56 -0300
  • 38316352e0 support: Make support_process_state_wait return the found state Adhemerval Zanella 2024-09-13 11:10:05 -0300
  • 25efda03df Enable transliteration rules with two input characters in scn_IT [BZ #32280] Mike FABIAN 2024-10-15 18:40:25 +0200
  • 9d4b4515a8 locale: Fix some spelling typos Jonathan Wakely 2024-10-14 14:08:45 +0100
  • 27a873fa06 aarch64: use __alloc_gcs in makecontext arm/gcs-v2 Szabolcs Nagy 2024-08-28 11:00:19 +0100
  • 9ecd8855cc aarch64: Add GCS user-space allocation logic Szabolcs Nagy 2024-08-28 11:21:19 +0100
  • d21abb82be aarch64: Process gnu properties in static exe Szabolcs Nagy 2023-12-27 17:17:11 +0000
  • f5d24d883a aarch64: Ignore GCS property of ld.so Szabolcs Nagy 2024-01-10 16:20:24 +0000
  • 57d43b1fee aarch64: Use l_searchlist.r_list for gcs Szabolcs Nagy 2023-12-28 18:32:02 +0000
  • 0b33d30ae1 aarch64: Handle gcs marking Szabolcs Nagy 2023-12-21 23:05:10 +0000
  • a233eb0f70 aarch64: Use l_searchlist.r_list for bti Szabolcs Nagy 2023-12-28 18:31:32 +0000
  • a4dcf30215 aarch64: Add glibc.cpu.aarch64_gcs_policy Szabolcs Nagy 2023-12-21 15:14:08 +0000
  • 2fffaffde8 LoongArch: Regenerate loongarch/arch-syscall.h by build-many-glibcs.py update-syscalls. caiyinyu 2024-10-11 12:48:14 +0800
  • 83a1cc3bc3 manual: Fix and test @deftypef* function formatting Carlos O'Donell 2024-10-09 18:32:26 -0400
  • 392b3f0971 replace tgammaf by the CORE-MATH implementation Paul Zimmermann 2024-10-08 11:28:04 +0200
  • e850abd8d8 Add IPPROTO_SMC from Linux 6.11 to netinet/in.h Adhemerval Zanella 2024-10-08 15:45:30 -0300
  • 5ffc903216 misc: Add support for Linux uio.h RWF_ATOMIC flag Adhemerval Zanella 2024-10-08 15:45:29 -0300
  • fc650bfd71 linux: Update stat-generic.h with linux 6.11 Adhemerval Zanella 2024-10-08 15:45:28 -0300
  • 934d0bf426 Update kernel version to 6.11 in header constant tests Adhemerval Zanella 2024-10-08 15:45:27 -0300
  • f6e849fd7c linux: Add MAP_DROPPABLE from Linux 6.11 Adhemerval Zanella 2024-10-08 15:45:26 -0300
  • 86f06282cc Update PIDFD_* constants for Linux 6.11 Adhemerval Zanella 2024-10-08 15:45:25 -0300
  • 02de16df48 Update syscall lists for Linux 6.11 Adhemerval Zanella 2024-10-08 15:45:24 -0300
  • d17e5d5f6e Use Linux 6.11 in build-many-glibcs.py Adhemerval Zanella 2024-10-08 15:45:23 -0300
  • 8d51bf5658 aarch64: Mark objects with GCS property note Szabolcs Nagy 2023-12-22 12:29:48 +0000
  • 8013ecc85c aarch64: Enable GCS in dynamic linked exe Szabolcs Nagy 2023-07-14 15:49:11 +0100
  • 1120769432 aarch64: Enable GCS in static linked exe Szabolcs Nagy 2023-07-13 07:22:44 +0100
  • 6c973abacf aarch64: Add glibc.cpu.aarch64_gcs tunable Szabolcs Nagy 2023-07-17 08:31:05 +0100
  • d2768c779c aarch64: Try to free the GCS of makecontext Szabolcs Nagy 2023-07-17 16:54:15 +0100
  • 491de01415 aarch64: Add GCS support for makecontext Szabolcs Nagy 2023-04-04 10:42:21 +0100
  • c03f6bdca2 aarch64: Mark swapcontext with indirect_return Szabolcs Nagy 2023-12-28 15:53:38 +0000
  • 46aa54af94 aarch64: Add GCS support for setcontext Szabolcs Nagy 2023-02-24 16:29:32 +0000
  • 4b2f9ca4e7 aarch64: Add GCS support to vfork Szabolcs Nagy 2023-12-27 18:36:10 +0000
  • 839197fdeb aarch64: Add GCS support to longjmp Szabolcs Nagy 2023-02-23 08:54:04 +0000
  • d813260d17 aarch64: Define jmp_buf offset for GCS Szabolcs Nagy 2022-11-25 18:16:07 +0000
  • a640ba517e elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS Szabolcs Nagy 2023-12-22 09:47:33 +0000
  • f6d409de05 aarch64: Add asm helpers for GCS Szabolcs Nagy 2023-02-22 14:35:00 +0000
  • 01d2e29c10 aarch64: Add HWCAP_GCS Szabolcs Nagy 2023-07-13 06:43:33 +0100
  • 0e8738a48c Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.h Joseph Myers 2024-10-09 17:14:58 +0000
  • 1895a35e70 rt: more clock_nanosleep tests addendum DJ Delorie 2024-10-08 14:30:21 -0400
  • cfb35f5f7f rt: more clock_nanosleep tests DJ Delorie 2024-09-17 22:52:37 -0400
  • d40ac01cbb stdlib: Make abort/_Exit AS-safe (BZ 26275) Adhemerval Zanella 2024-10-03 15:41:10 -0300
  • 55d33108c7 linux: Use GLRO(dl_vdso_time) on time Adhemerval Zanella 2024-09-04 10:22:44 -0300
  • 02b195d30f linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofday Adhemerval Zanella 2024-09-04 10:10:31 -0300
  • 7949f552cb S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192] Stefan Liebler 2024-09-27 10:26:29 +0200
  • ced745bcd3 stdio-common/Makefile: Fix FAIL: lint-makefiles H.J. Lu 2024-10-08 08:46:45 +0800
  • cae9944a6c Fix whitespace related license issues. Carlos O'Donell 2024-10-07 18:04:22 -0400
  • 42c810c2cf Add freopen special-case tests: thread cancellation Joseph Myers 2024-10-07 19:44:25 +0000
  • e67f8e6dbd hurd: Add missing va_end call in fcntl implementation. [BZ #32234] Bruno Haible 2024-10-03 13:25:29 +0200
  • a36814e145 riscv: align .preinit_array (bug 32228) Andreas Schwab 2024-10-02 11:19:50 +0200
  • 5e8cfc5d62 linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394) Adhemerval Zanella 2024-09-02 16:58:51 -0300
  • 49c3682ce1 linux: sparc: Fix syscall_cancel for LEON Adhemerval Zanella 2024-09-02 16:58:24 -0300
  • 44fa9c1080 math: Improve layout of expf data Wilco Dijkstra 2024-07-24 15:17:47 +0100
  • 4d8965f130 Disable _TIME_BITS if the compiler defaults to it Adhemerval Zanella 2024-09-10 09:22:19 -0300
  • 3f1932ed2e Disable _FILE_OFFSET_BITS if the compiler defaults to it Adhemerval Zanella 2024-09-10 09:22:18 -0300
  • 127cefd84d Do not use -Wp to disable fortify (BZ 31928) Adhemerval Zanella 2024-09-10 09:22:17 -0300
  • 5c06c6e0b5 libio: Set _vtable_offset before calling _IO_link_in [BZ #32148] H.J. Lu 2024-09-07 08:32:32 -0700
  • 4dd8641461 Add crt1-2.0.o for glibc 2.0 compatibility tests H.J. Lu 2024-04-30 09:57:12 -0700
  • b74be22f65 Add crt1-2.0.o for glibc 2.0 compatibility tests H.J. Lu 2024-04-30 09:57:12 -0700
  • 9dfea3de7f libio: Set _vtable_offset before calling _IO_link_in [BZ #32148] H.J. Lu 2024-09-07 08:32:32 -0700
  • 97aa92263a Add a new fwrite test that exercises buffer overflow Tulio Magno Quites Machado Filho 2024-09-26 11:30:29 -0300
  • 483443d321 x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212] Noah Goldstein 2024-09-27 15:50:10 -0700
  • 6948ee4edf stdio-common: Fix memory leak in tst-freopen4* tests on UNSUPPORTED Florian Weimer 2024-09-28 21:06:11 +0200
  • b300078d97 Linux: Block signals around _Fork (bug 32215) Florian Weimer 2024-09-28 09:44:25 +0200
  • 93c7e10ca9 [v8] vgetrandom Linux support azanella/getrandom-vdso-v8 Adhemerval Zanella 2024-09-26 14:14:35 -0300
  • fcdf98f38c Add tests of more strtod special cases Joseph Myers 2024-09-20 23:24:45 +0000
  • 3edc0f22a6 Add more tests of strtod end pointer Joseph Myers 2024-09-20 23:24:02 +0000
  • 988de94538 Make tst-strtod2 and tst-strtod5 type-generic Joseph Myers 2024-09-20 23:23:13 +0000
  • a2f7087237 powerpc64le: Build new strtod tests with long double ABI flags (bug 32145) Florian Weimer 2024-09-05 21:18:23 +0200
  • 6624318c89 Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) Joseph Myers 2024-09-04 13:21:23 +0000
  • 63bcc01744 Improve NaN payload testing Joseph Myers 2024-09-04 13:20:18 +0000
  • 86369c9ee4 Make __strtod_internal tests type-generic Joseph Myers 2024-08-27 20:41:54 +0000
  • a7be595c67 Fix strtod subnormal rounding (bug 30220) Joseph Myers 2024-08-27 12:41:02 +0000
  • 9cfeccf65a More thoroughly test underflow / errno in tst-strtod-round Joseph Myers 2024-08-27 12:38:01 +0000
  • 293e4e3c90 Test errno setting on strtod overflow in tst-strtod-round Joseph Myers 2024-08-14 17:15:46 +0000
  • cc256952ec Add tests of more strtod special cases Joseph Myers 2024-09-20 23:24:45 +0000
  • 8f40dfbe2a Add more tests of strtod end pointer Joseph Myers 2024-09-20 23:24:02 +0000
  • 4a9b6cdc88 Make tst-strtod2 and tst-strtod5 type-generic Joseph Myers 2024-09-20 23:23:13 +0000
  • 5a10d05c39 powerpc64le: Build new strtod tests with long double ABI flags (bug 32145) Florian Weimer 2024-09-05 21:18:23 +0200
  • c4cc72d2ef Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) Joseph Myers 2024-09-04 13:21:23 +0000
  • ad93c2047d Improve NaN payload testing Joseph Myers 2024-09-04 13:20:18 +0000
  • cac10d88c6 Make __strtod_internal tests type-generic Joseph Myers 2024-08-27 20:41:54 +0000
  • d0c1792ad2 Fix strtod subnormal rounding (bug 30220) Joseph Myers 2024-08-27 12:41:02 +0000
  • e06153665f More thoroughly test underflow / errno in tst-strtod-round Joseph Myers 2024-08-27 12:38:01 +0000
  • 9bc76c7ca4 Test errno setting on strtod overflow in tst-strtod-round Joseph Myers 2024-08-14 17:15:46 +0000
  • a7b5eb821d Update to Unicode 16.0.0 [BZ #32168] Mike FABIAN 2024-09-12 15:02:55 +0200
  • f47596fcfe manual: Document that feof and ferror are mutually exclusive Florian Weimer 2024-09-27 11:41:12 +0200
  • d8b4fc3653 Add tests of fread Joseph Myers 2024-09-24 14:06:22 +0000
  • 61b6464f8d Add tests of fread Joseph Myers 2024-09-24 14:06:22 +0000
  • 373aab3e52 stdio-common: Add new test for fdopen Sergey Kolosov 2024-09-25 15:51:23 +0200
  • 77018fd9f9 stdio-common: Add new test for fdopen Sergey Kolosov 2024-09-25 15:51:23 +0200
  • 1d72fa3cfa stdio-common: Add new test for fdopen Sergey Kolosov 2024-09-25 15:51:23 +0200
  • 24d2a0a474 linux: Add support for getrandom vDSO Jason A. Donenfeld 2024-09-18 16:01:22 +0200
  • 5f62cf88c4 Fix missing randomness in __gen_tempname (bug 32214) Andreas Schwab 2024-09-25 11:49:30 +0200
  • cc84cd389c arc: Cleanup arcbe Pavel Kozlov 2024-09-20 18:58:52 +0100
  • 4ff55d08df arc: Remove HAVE_ARC_BE macro and disable big-endian port Florian Weimer 2024-09-25 11:24:54 +0200
  • d67a7dbc84 scripts: Remove arceb-linux-gnu from build-many-glibcs.py Florian Weimer 2024-09-25 11:24:54 +0200
  • 255dc1e4ed LoongArch: Undef __NR_fstat and __NR_newfstatat. caiyinyu 2024-09-24 11:09:32 +0800
  • d14c977c65 Add tests of fread Joseph Myers 2024-09-24 14:06:22 +0000
  • da29dc24d4 nptl: Prefer setresuid32 in tst-setuid2 Florian Weimer 2024-09-24 13:48:11 +0200
  • 2abfa19072 elf: Move __rtld_malloc_init_stubs call into _dl_start_final Florian Weimer 2024-09-24 13:23:10 +0200
  • 9802c0f2fe elf: Eliminate alloca in open_verify Florian Weimer 2024-09-24 13:23:10 +0200
  • bdaf500353 elf: Remove version assert in check_match in elf/dl-lookup.c Florian Weimer 2024-09-24 13:23:10 +0200
  • 8f6a53eab8 elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segment Florian Weimer 2024-09-24 13:23:10 +0200
  • 7e21a65c58 misc: Enable internal use of memory protection keys Florian Weimer 2024-09-24 13:23:10 +0200
  • 3ef26b7087 misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library) Florian Weimer 2024-09-24 13:05:48 +0200
  • 079ebf7624 iconv: Use $(run-program-prefix) for running iconv (bug 32197) Florian Weimer 2024-09-24 10:41:35 +0200
  • 16a59571e4 AArch64: Simplify rounding-multiply pattern in several AdvSIMD routines Joe Ramsay 2024-09-23 15:33:31 +0100
  • 7900ac490d AArch64: Improve codegen in users of ADVSIMD expm1f helper Joe Ramsay 2024-09-23 15:32:53 +0100
  • 5bc100bd4b AArch64: Improve codegen in users of AdvSIMD log1pf helper Joe Ramsay 2024-09-23 15:32:14 +0100
  • a15b1394b5 AArch64: Improve codegen in SVE F32 logs Joe Ramsay 2024-09-23 15:30:20 +0100
  • 7b8c134b54 AArch64: Improve codegen in SVE expf & related routines Joe Ramsay 2024-09-23 15:26:12 +0100
  • 6f3f6c506c Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126) Florian Weimer 2024-09-21 19:32:34 +0200
  • 6aa1645f66 dirent: Add tst-rewinddir Florian Weimer 2024-09-21 19:32:34 +0200
  • 4ec355af45 dirent: Add tst-readdir-long Florian Weimer 2024-09-21 19:32:34 +0200
  • e92718552e Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128) Florian Weimer 2024-09-21 19:32:34 +0200
  • 4c09aa31b1 dirent: Add tst-closedir-leaks Florian Weimer 2024-09-21 19:32:34 +0200
  • 366cce74d2 support: Add valgrind instructions to <support/fuse.h> Florian Weimer 2024-09-21 19:29:13 +0200
  • 455c762283 support: Fix memory leaks in FUSE tests Florian Weimer 2024-09-21 19:25:35 +0200
  • e3db0a699c misc: FUSE-based tests for mkstemp Florian Weimer 2024-09-21 19:25:35 +0200
  • e0f3bf10ac Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr Joseph Myers 2024-09-20 23:26:31 +0000
  • 94ca2c0894 Make tst-strtod-underflow type-generic Joseph Myers 2024-09-20 23:25:32 +0000
  • 378039ca57 Add tests of more strtod special cases Joseph Myers 2024-09-20 23:24:45 +0000
  • b5d3737b30 Add more tests of strtod end pointer Joseph Myers 2024-09-20 23:24:02 +0000
  • 8de031bcb9 Make tst-strtod2 and tst-strtod5 type-generic Joseph Myers 2024-09-20 23:23:13 +0000
  • d5a3ca4061 Implement run-built-tests=no for make xcheck, always build xtests Florian Weimer 2024-09-19 15:40:05 +0200
  • 83fd4149ff Test that errno is set to 0 at program startup Aaron Merey 2024-09-19 11:11:39 -0400
  • 35dc62de3d Add another test for fclose on an unopened file Aaron Merey 2024-09-19 09:53:23 -0400
  • fa1b0d5e9f iconv: Input buffering for the iconv program (bug 6050) Florian Weimer 2024-09-20 13:10:54 +0200
  • 75819cdd29 iconv: Multiple - on command line should not fail (bug 32050) Florian Weimer 2024-09-20 13:10:54 +0200
  • 8ef3cff9d1 iconv: Support in-place conversions (bug 10460, bug 32033) Florian Weimer 2024-09-20 13:10:54 +0200
  • 6cbf845fcd iconv: Preserve iconv -c error exit on invalid inputs (bug 32046) Florian Weimer 2024-09-20 13:10:54 +0200
  • 00ba299787 manual: __is_last is no longer part of iconv internals Florian Weimer 2024-09-20 13:10:54 +0200
  • 0cb64617a6 iconv: Do not use mmap in iconv (the program) (bug 17703) Florian Weimer 2024-09-20 13:10:54 +0200
  • 422ed8ede3 iconv: Base tests for buffer management Florian Weimer 2024-09-20 13:10:54 +0200
  • 751a5502be AArch64: Add vector logp1 alias for log1p Joe Ramsay 2024-09-19 17:34:02 +0100
  • 4524670545 hurd: Avoid file_check_access () RPC for access (F_OK) Sergey Bugaev 2024-09-19 13:14:39 +0300
  • e64a1e81aa tst: Extend cross-test-ssh.sh to support passing glibc tunables Yury Khrustalev 2024-09-09 09:29:14 +0100
  • c9154cad66 support: Fix Hurd build of tst-support_readdir Florian Weimer 2024-09-12 18:26:04 +0200
  • 1251e9ea49 support: Add <support/readdir.h> Florian Weimer 2024-09-12 09:40:25 +0200
  • c444cc1d83 Linux: Add missing scheduler constants to <sched.h> Florian Weimer 2024-09-11 10:05:08 +0200
  • 21571ca0d7 Linux: Add the sched_setattr and sched_getattr functions Florian Weimer 2024-09-11 10:05:08 +0200
  • 298bc488fd manual: Extract the @manpageurl{func,sec} macro Florian Weimer 2024-09-11 10:05:08 +0200
  • 0141e7c794 libio: Attempt wide backup free only for non-legacy code Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • ea5a709924 libio: Attempt wide backup free only for non-legacy code release/2.34/master Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 37214df5f1 libio: Attempt wide backup free only for non-legacy code release/2.35/master Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 485b2a773d libio: Attempt wide backup free only for non-legacy code Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 370be85892 libio: Attempt wide backup free only for non-legacy code Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 84f6bfce2c libio: Attempt wide backup free only for non-legacy code Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 7073164add libio: Attempt wide backup free only for non-legacy code Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 8ecb477ea1 AArch64: Remove memset-reg.h Wilco Dijkstra 2024-09-10 14:17:05 +0100
  • 4e382ce01c debug: Fix read error handling in pcprofiledump Florian Weimer 2024-09-10 12:40:27 +0200
  • adfb14e71f debug: Fix read error handling in pcprofiledump Florian Weimer 2024-09-10 12:40:27 +0200
  • 89b088bf70 debug: Fix read error handling in pcprofiledump Florian Weimer 2024-09-10 12:40:27 +0200
  • 7f5027995f elf: Fix tst-dlopen-tlsreinit1.out test dependency Florian Weimer 2024-09-09 21:10:23 +0200
  • 27a0c6b490 elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717) Florian Weimer 2024-08-01 23:31:30 +0200
  • f4a9b6e97b elf: Fix tst-dlopen-tlsreinit1.out test dependency Florian Weimer 2024-09-09 21:10:23 +0200
  • f496b750f1 elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717) Florian Weimer 2024-08-01 23:31:30 +0200
  • e3d5d2d350 elf: Clarify and invert second argument of _dl_allocate_tls_init Florian Weimer 2024-08-01 23:31:23 +0200
  • 28c4f32f71 elf: Support recursive use of dynamic TLS in interposed malloc Florian Weimer 2024-07-01 17:42:04 +0200
  • b7edcfa0f4 elf: Clarify and invert second argument of _dl_allocate_tls_init Florian Weimer 2024-08-01 23:31:23 +0200
  • e82a7cb162 elf: Fix tst-dlopen-tlsreinit1.out test dependency Florian Weimer 2024-09-09 21:10:23 +0200
  • dccc9a5161 Add a new fwrite test for memory streams Tulio Magno Quites Machado Filho 2024-08-29 14:12:41 -0300
  • 5d4ab106d4 Add a new fwrite test for read-only streams Tulio Magno Quites Machado Filho 2024-09-05 15:34:29 -0300
  • cec3aef324 AArch64: Optimize memset Wilco Dijkstra 2024-09-09 15:26:47 +0100
  • 3fc1d3bc33 hppa: Update libm-test-ulps John David Anglin 2024-09-09 09:57:42 -0400
  • 8b09af572b aarch64: Avoid redundant MOVs in AdvSIMD F32 logs Joe Ramsay 2024-09-09 13:00:01 +0100
  • 43669fcf73 io: Add FUSE-based test for fchmod Florian Weimer 2024-08-22 11:02:51 +0200
  • f4ae345810 io: Add tst-lstat-nofollow, tst-lstat-nofollow-time64 Florian Weimer 2024-08-29 11:06:08 +0200
  • a2509a8bc9 Document limitations on streams passed to freopen Joseph Myers 2024-09-06 20:38:23 +0000
  • 7d6e30b4b4 stdlib: Do not use GLIBC_PRIVATE ABI for errno in libc_nonshared.a Florian Weimer 2024-09-06 14:07:00 +0200
  • 6efd6cd46b manual: Safety annotations for clock_gettime, clock_getres Florian Weimer 2024-09-06 14:07:00 +0200
  • 6252c59f15 LoongArch: Fix macro redefined warning in tls-desc.S mengqinggang 2024-09-02 09:51:04 +0800
  • 1b171c942e timezone: sync to TZDB 2024b Adhemerval Zanella 2024-09-05 09:33:09 -0300
  • a8c433856f i386: Update ulps Florian Weimer 2024-09-05 22:25:55 +0200
  • e44ca1c085 Fix freopen handling of ,ccs= (bug 23675) Joseph Myers 2024-09-05 20:08:10 +0000
  • cc3e743fc0 powerpc64le: Build new strtod tests with long double ABI flags (bug 32145) Florian Weimer 2024-09-05 21:18:23 +0200
  • 3e4a01870e Test fclose on an unopened file. Aaron Merey 2024-08-29 12:02:25 -0400
  • 9c0d6f7a10 Fix memory leak on freopen error return (bug 32140) Joseph Myers 2024-09-05 11:16:59 +0000
  • f512634dde Clear flags2 flags set from mode in freopen (bug 32134) Joseph Myers 2024-09-05 11:15:29 +0000
  • f169509ded support: Add FUSE-based file system test framework to support/ Florian Weimer 2024-08-30 21:52:53 +0200
  • 61f2c2e1d1 Linux: readdir_r needs to report getdents failures (bug 32124) Florian Weimer 2024-08-30 21:52:23 +0200
  • 3b1d321776 support: Add <support/xdirent.h> Florian Weimer 2024-08-30 21:52:10 +0200
  • b09a520bb6 Bundle <linux/fuse.h> userspace header from Linux 6.10 Florian Weimer 2024-08-30 21:51:46 +0200
  • ed416ee402 i386: Update ulps Florian Weimer 2024-09-05 09:57:25 +0200
  • 4945ffc88a fgets: more tests DJ Delorie 2024-08-07 16:55:16 -0400
  • ed4bb289cf Add more thorough tests of freopen Joseph Myers 2024-09-04 16:32:21 +0000
  • ae4d44b1d5 libio: Attempt wide backup free only for non-legacy code Siddhesh Poyarekar 2024-09-03 14:58:33 -0400
  • 64f62c47e9 Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) Joseph Myers 2024-09-04 13:21:23 +0000
  • be77d5ae41 Improve NaN payload testing Joseph Myers 2024-09-04 13:20:18 +0000
  • 96d0bf98ca Add support/ code for checking file contents Joseph Myers 2024-09-03 13:53:01 +0000
  • 1927f718fc linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6 Adhemerval Zanella 2024-08-29 16:52:27 -0300
  • 3844cdc330 io: Fix destructive nature of tst-fchmod-errors Florian Weimer 2024-08-30 22:07:12 +0200
  • c21ca2a696 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 9d26e50364 posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 09fb06d3d6 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 507983797e posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • c3a3240b64 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 43b9069a58 posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 3d0acc5b20 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 5b853745fd posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • f30501ca75 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 15ca66303f posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 5ff30b2f75 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • cae418638e posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 3414b17e9d nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 3b3350d7ba posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 424d97be50 io: Add error tests for fchmod Florian Weimer 2024-08-30 20:37:18 +0200
  • 29f0db6a2e powerpc64: Fix syscall_cancel build for powerpc64le-linux-gnu [BZ #32125] Jeevitha Palanisamy 2024-08-30 08:15:16 -0500
  • a5cd395413 ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • 01a731da41 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • af68f0f675 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • 86f5cfe77d stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 388c9d7294 support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 5456af201d stdio-common: Reformat Makefile. Carlos O'Donell 2023-05-11 14:00:41 -0400
  • bcd0e854ea ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • e930b89df7 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • a3db6ce751 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • ed9762fdbf stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • cf71d2189c support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 5b4e90230b stdio-common: Reformat Makefile. Carlos O'Donell 2023-05-11 14:00:41 -0400
  • e76e84dfcb ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • 86ad51cc6f ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • 5a9f74b6f4 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • 6484b76fa3 stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • ac048a43f4 support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 5259c8f052 ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • 810fa2488c ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • bb6cfec3dd Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • 5784740194 stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 6eb9420551 support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • b9f72bd5de ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • 804d3c8db7 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • 87a1968a72 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • 99ffa84bdc stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 28f358bc42 support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • a500b48bd2 ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • 70939528c6 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • f0c308ab23 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • 3c5f493d87 stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 98de2f2bae support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • e24902f409 ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • dac7a0694b ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • 2f749d2b15 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • 27fb563bfe stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • bc240ba7c8 support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 3fc063dee0 Make __strtod_internal tests type-generic Joseph Myers 2024-08-27 20:41:54 +0000
  • 457622c2fa Fix strtod subnormal rounding (bug 30220) Joseph Myers 2024-08-27 12:41:02 +0000
  • d73ed2601b More thoroughly test underflow / errno in tst-strtod-round Joseph Myers 2024-08-27 12:38:01 +0000
  • 3de73f974f manual: Add Descriptor-Relative Access section Florian Weimer 2024-08-07 14:57:41 +0200
  • ca90758b2a x86: Enable non-temporal memset for Hygon processors Feifei Wang 2024-08-19 14:57:55 +0800
  • d14aecbffc x86: Add cache information support for Hygon processors Feifei Wang 2024-08-19 14:57:54 +0800
  • 6b08116b2d x86: Add new architecture type for Hygon processors Feifei Wang 2024-08-19 14:57:53 +0800
  • 34e52acd55 support: Report errno constants in TEST_COMPARE failures Florian Weimer 2024-08-22 16:14:17 +0200
  • 79f44e1a47 inet: Avoid label at end of compound statement in tst-if_nameindex Florian Weimer 2024-08-26 16:45:31 +0200
  • f071795d80 mach: Fix bogus negative return Samuel Thibault 2024-08-25 03:35:29 +0200
  • 82b5340ebd powerpc64: Optimize strcpy and stpcpy for Power9/10 Mahesh Bodapati 2024-08-23 16:48:32 -0500
  • 89b53077d2 nptl: Fix Race conditions in pthread cancellation [BZ#12683] Adhemerval Zanella 2024-06-25 16:17:44 -0300
  • 55cd51d971 Test mkdirat use of mode argument Joseph Myers 2024-08-22 11:25:14 +0000
  • 7f04bb4e49 Add more tests of getline Joseph Myers 2024-08-21 19:58:14 +0000
  • 498ba34ee2 Revert "inet: Avoid label at end of compound statement in tst-if_nameindex" Florian Weimer 2024-08-21 20:02:40 +0200
  • 26aca73db5 inet: Avoid label at end of compound statement in tst-if_nameindex Florian Weimer 2024-08-21 19:13:10 +0200
  • 734e7f91e7 Rules: Also build memcheck tests even when not running them Samuel Thibault 2024-08-20 16:22:07 +0200
  • 251843e16f malloc: Link threading tests with $(shared-thread-library) Samuel Thibault 2024-08-20 16:16:25 +0200
  • 2eee835eca inet: test if_nametoindex and if_indextoname DJ Delorie 2024-08-08 22:44:56 -0400
  • 745c3cc10f elf: Make dl-fptr and dl-symaddr hppa specific Adhemerval Zanella 2024-07-31 12:58:35 -0300
  • 294a892769 x86: Unifies 'strnlen-evex' and 'strnlen-evex512' implementations. Matthew Sterrett 2024-08-09 15:05:09 -0700
  • 709319f9de string: strerror, strsignal cannot use buffer after dlmopen (bug 32026) Florian Weimer 2024-08-19 15:48:03 +0200
  • 586e4cd8c6 Define __libc_initial for the static libc Florian Weimer 2024-08-09 16:17:14 +0200
  • e73fd06b7f string: strerror, strsignal cannot use buffer after dlmopen (bug 32026) Florian Weimer 2024-08-19 15:48:03 +0200
  • 37c2aa4eaa Define __libc_initial for the static libc Florian Weimer 2024-08-09 16:17:14 +0200
  • 25a5eb4010 string: strerror, strsignal cannot use buffer after dlmopen (bug 32026) Florian Weimer 2024-08-19 15:48:03 +0200
  • e7c14e542d support: Use macros for *stat wrappers Florian Weimer 2024-08-16 16:05:20 +0200
  • bf29274841 io: Use struct statx and xstatx in tests Florian Weimer 2024-08-16 16:05:20 +0200
  • 9216905129 support: Add the xstatx function Florian Weimer 2024-08-16 16:05:19 +0200
  • 34bb581e77 support: Include <string.h> for strcmp in support_format_addrinfo.c Florian Weimer 2024-08-16 16:05:19 +0200
  • 91ae020f5a support: Remove #include <config.h> Florian Weimer 2024-08-16 16:05:19 +0200
  • 9fb237a1c8 nptl: Fix extraneous testing run by tst-rseq-nptl in the test driver Maciej W. Rozycki 2024-08-16 14:38:33 +0100
  • f82e0922de x86: Fix bug in strchrnul-evex512 [BZ #32078] Noah Goldstein 2024-08-13 23:29:14 +0800
  • c005d1bd6f x86: Fix bug in strchrnul-evex512 [BZ #32078] Noah Goldstein 2024-08-13 23:29:14 +0800
  • 49953727d1 x86: Fix bug in strchrnul-evex512 [BZ #32078] Noah Goldstein 2024-08-13 23:29:14 +0800
  • b22923abb0 Report error if setaffinity wrapper fails (Bug 32040) Carlos O'Donell 2024-08-15 08:12:35 -0400
  • 3e1d8d1d1d ungetc: Fix backup buffer leak on program exit [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:08:49 -0400
  • cdf0f88f97 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar 2024-08-13 21:00:06 -0400
  • 3f7df7e757 Make tst-ungetc use libsupport Siddhesh Poyarekar 2024-08-14 19:20:04 -0400
  • c0af0c2ba0 x86: Fix bug in strchrnul-evex512 [BZ #32078] Noah Goldstein 2024-08-13 23:29:14 +0800
  • f446d90fe6 x86: Add Avoid_STOSB tunable to allow NT memset without ERMS Noah Goldstein 2024-08-14 14:37:31 +0800
  • b93dddfaf4 x86: Use Avoid_Non_Temporal_Memset to control non-temporal path Noah Goldstein 2024-08-14 14:37:30 +0800
  • 7da0886247 x86: Fix bug in strchrnul-evex512 [BZ #32078] Noah Goldstein 2024-08-13 23:29:14 +0800
  • 207d64feb2 Test errno setting on strtod overflow in tst-strtod-round Joseph Myers 2024-08-14 17:15:46 +0000
  • 3f54e459a6 libio/tst-getdelim: Add new test covering NUL as a delimiter Frédéric Bérat 2024-08-13 12:01:26 +0200
  • 2be0572f3a manual: Document dprintf and vdprintf Florian Weimer 2024-08-13 15:52:34 +0200
  • 0e16db440c manual: Document generic printf error codes Florian Weimer 2024-08-13 15:52:34 +0200
  • 81631a0dd1 Adjust check-local-headers test for libaudit 4.0 Florian Weimer 2024-07-19 15:57:46 +0200
  • 9fbbe86f7c x32/cet: Support shadow stack during startup for Linux 6.10 H.J. Lu 2024-07-22 17:47:22 -0700
  • eeff407b19 x86-64: Remove sysdeps/x86_64/x32/dl-machine.h H.J. Lu 2024-07-22 17:47:21 -0700
  • 898f25e0b1 x32/cet: Support shadow stack during startup for Linux 6.10 H.J. Lu 2024-07-22 17:47:22 -0700
  • e3556937c2 x86-64: Remove sysdeps/x86_64/x32/dl-machine.h H.J. Lu 2024-07-22 17:47:21 -0700
  • cf03971f7a
    ARC: Regenerate ULPs Pavel Kozlov 2024-08-09 14:21:31 +0100
  • 1ab7faf86d support: Add options list terminator to the test driver Florian Weimer 2024-08-09 17:01:17 +0200
  • 39ee60a719 support: Add options list terminator to the test driver Florian Weimer 2024-08-09 17:01:17 +0200
  • c2a474f461 support: Add options list terminator to the test driver Florian Weimer 2024-08-09 17:01:17 +0200
  • eb0e50e9a1 Define __libc_initial for the static libc Florian Weimer 2024-08-09 16:17:14 +0200
  • 4331769c0f Turn on -Wimplicit-fallthrough by default if available Florian Weimer 2024-08-09 15:34:53 +0200
  • 5662433c38 LoongArch: Add cfi instructions for _dl_tlsdesc_dynamic mengqinggang 2024-07-05 10:40:33 +0800
  • d5f1da2a8a LoongArch: Regenerate ULPs caiyinyu 2024-08-08 10:31:03 +0800
  • a0ecbb4596 RISC-V: Regenerate ULPs Julian Zhu 2024-08-08 16:11:32 +0800
  • 0f39b60a7e MIPS: Regenerate ULPs Julian Zhu 2024-08-08 16:11:16 +0800
  • 9446351dac powerpc64le: Update ulps Florian Weimer 2024-08-08 13:42:12 +0200
  • 2d14f72c9a elf: Remove struct dl_init_args from elf/dl-open.c Florian Weimer 2024-08-08 13:35:03 +0200
  • bd410d14e1 s390x: Update ulps Florian Weimer 2024-08-08 12:57:35 +0200
  • bea2ad022d nptl: Fix stray process left by tst-cancel7 blocking testing Maciej W. Rozycki 2024-08-07 19:46:21 +0100
  • 934ba77add nptl: Reorder semaphore release in tst-cancel7 Maciej W. Rozycki 2024-08-07 19:46:21 +0100
  • 6396e10b20 powerpc: Regenerate ULPs for soft-fp Adhemerval Zanella 2024-08-07 10:46:59 -0300
  • 6411dba836 powerpc: Update soft-fp ulps Adhemerval Zanella 2024-08-07 10:46:37 -0300
  • 1dcc107a1f sparc: Regenerate ULPs Adhemerval Zanella 2024-08-07 10:38:26 -0300
  • f8aafb5a16 i386: Regenerate ULPs Adhemerval Zanella 2024-08-07 10:34:06 -0300
  • d8023eb460 arm: Regenerate ULPs Adhemerval Zanella 2024-08-07 10:27:38 -0300
  • e2f88d8524 aarch64: Regenerate ULPs Adhemerval Zanella 2024-08-07 10:27:04 -0300
  • 428c7383da sysdeps: Re-flow and sort multiline gnu/Makefile definitions Adhemerval Zanella 2023-11-08 13:49:52 -0300
  • be3e28545f login: Re-flow and sort multiline Makefile definitions Adhemerval Zanella 2023-11-08 13:49:48 -0300
  • 79e472f0f8 benchtests: Add random memset benchmark Wilco Dijkstra 2024-08-07 14:49:33 +0100
  • 3dc426b642 AArch64: Improve generic strlen Wilco Dijkstra 2024-08-07 14:43:47 +0100
  • d5ce0e960d nss: Fix incorrect switch fall-through in tst-nss-gai-actions Florian Weimer 2024-08-07 14:59:08 +0200
  • 0797283910 added inputs giving large errors on x86_64 for new C23 functions Paul Zimmermann 2024-07-25 16:38:08 +0200
  • c2a05c99e3 stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library) Adhemerval Zanella 2024-08-06 13:53:52 -0300
  • abe06b2614 Use binutils 2.43 branch in build-many-glibcs.py Joseph Myers 2024-08-06 17:00:50 +0000
  • bd1719aca5 rtld: Add test case for '--' option Henrik Lindström 2024-07-26 12:33:51 +0200
  • 2227195794 rtld: Fix handling of '--' option Henrik Lindström 2024-07-26 12:33:50 +0200
  • 6eebc92cb2 manual/stdio: Further clarify putc, putwc, getc, and getwc Arjun Shankar 2024-07-30 11:37:57 +0200
  • 5641780762 manual/stdio: Further clarify putc, putwc, getc, and getwc Arjun Shankar 2024-07-30 11:37:57 +0200
  • 942670c81d manual/stdio: Further clarify putc, putwc, getc, and getwc Arjun Shankar 2024-07-30 11:37:57 +0200
  • 9f86cde5d4 Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • 3c64e961ff Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • 09f2d9f1da Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • 6e642a47fa Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • 059f82c3b9 Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • afc15c2044 Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • 6a97e2ba14 Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • d7eca2714f LoongArch: Update Ulps. caiyinyu 2024-08-02 15:37:42 +0800
  • c6af8a9a3c stdlib: Allow concurrent quick_exit (BZ 31997) Adhemerval Zanella 2024-08-05 11:27:35 -0300
  • 5097cd344f elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717) Florian Weimer 2024-08-01 23:31:30 +0200
  • fe06fb313b elf: Clarify and invert second argument of _dl_allocate_tls_init Florian Weimer 2024-08-01 23:31:23 +0200
  • 39ca997ab3 Fix name space violation in fortify wrappers (bug 32052) Andreas Schwab 2024-08-05 10:55:51 +0200
  • 1b0a2062c8 iconv: Fix matching of multi-character transliterations (bug 31859) Andreas Schwab 2024-06-10 12:19:17 +0200
  • aa533d58ff x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047) Florian Weimer 2024-08-02 15:22:14 +0200
  • 7a630f7d33 x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047) Florian Weimer 2024-08-02 15:22:14 +0200
  • 0df48472ff x86: Add missing switch/case fall-through markers to init_cpu_features Florian Weimer 2024-08-02 15:22:07 +0200
  • fb507de8fc stdlib: Link tst-concurrent-exit with $(shared-thread-library) Florian Weimer 2024-08-02 14:45:10 +0200
  • 8dc3f4f8ad hurd: Fix missing pthread_ compat symbol in libc Samuel Thibault 2024-07-17 02:03:13 +0200
  • dbc0e02dbb resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • ba003ee5de resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • b81776b941 resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • aca9c7d5de resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • 9184c13681 resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • 5a5eb72d8e resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • 928769737c resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • ec119972cb resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Florian Weimer 2024-08-01 10:46:10 +0200
  • 5a1d0633be Add mremap tests Florian Weimer 2024-08-01 16:45:50 +0200
  • 0ff91d3961 mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • 7459b6fe47 linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • 461d0cac38 tests: replace system by xsystem Frédéric Bérat 2023-06-14 10:52:07 +0200
  • b41034cebf Add mremap tests Florian Weimer 2024-08-01 16:45:50 +0200
  • 590e58b652 Add mremap tests H.J. Lu 2024-07-24 14:05:15 -0700
  • aaed1cc9fc mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • 40fb943e12 linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • 88b3554ed9 tests: replace system by xsystem Frédéric Bérat 2023-06-14 10:52:07 +0200
  • 26e2759e59 mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • ab482a557d linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • 45cfbf015f tests: replace system by xsystem Frédéric Bérat 2023-06-14 10:52:07 +0200
  • 3ac7ba61d2 Update syscall lists for Linux 6.5 Joseph Myers 2023-09-12 14:08:53 +0000
  • 6bb75212e6 Add mremap tests H.J. Lu 2024-07-24 14:05:15 -0700
  • f0e2114535 mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • 0301637b99 linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • ca53bc68ab Add mremap tests H.J. Lu 2024-07-24 14:05:15 -0700
  • 2eb2d78ca7 mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • 3433a35842 linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • 7f5ccdd8af Add mremap tests H.J. Lu 2024-07-24 14:05:15 -0700
  • a8c230c881 mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • 9f349d02c6 linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • ff0320bec2 Add mremap tests H.J. Lu 2024-07-24 14:05:15 -0700
  • cb2dee4ecc mremap: Update manual entry H.J. Lu 2024-07-24 14:05:14 -0700
  • 6c40cb0e9f linux: Update the mremap C implementation [BZ #31968] H.J. Lu 2024-07-24 14:05:13 -0700
  • 127ef30c46 Enhanced test coverage for strncmp, wcsncmp Florian Weimer 2024-06-27 16:26:56 +0200
  • 3b25c7fa87 Enhance test coverage for strnlen, wcsnlen Florian Weimer 2024-06-26 11:27:54 +0200
  • 46f19b2342 Enhanced test coverage for strncmp, wcsncmp Florian Weimer 2024-06-27 16:26:56 +0200
  • 509166c9a5 Enhance test coverage for strnlen, wcsnlen Florian Weimer 2024-06-26 11:27:54 +0200
  • 54252394c2 Enhanced test coverage for strncmp, wcsncmp Florian Weimer 2024-06-27 16:26:56 +0200
  • 783d4c0b81 Enhance test coverage for strnlen, wcsnlen Florian Weimer 2024-06-26 11:27:54 +0200
  • 52ddeb99b2 elf: Add support for GNU_PROPERTY_NO_MEMORY_SEAL azanella/mseal Adhemerval Zanella 2024-07-08 16:38:10 -0300
  • 8d2a331b64 elf: Also parse gnu properties for static linked binaries Adhemerval Zanella 2024-07-09 13:34:38 -0300
  • 6a785f1dcf elf: Add support to memory sealing Adhemerval Zanella 2024-06-02 20:31:27 -0300
  • 39ed316b6b linux: Add mseal syscall support Adhemerval Zanella 2024-05-29 16:33:58 -0300
  • 4d2825a355 elf: Use RTLD_NODELETE is more places Adhemerval Zanella 2024-07-08 16:10:58 -0300
  • e3b0b3484c stdlib: Mark abort as cold Noah Goldstein 2024-07-29 15:34:33 +0800
  • 11ad033e1c x86_64 hurd: ensure we have a large enough buffer to receive exception_raise requests. Flavio Cruz 2024-07-30 00:51:20 -0400
  • f6ba993e0c stdlib: Allow concurrent exit (BZ 31997) Adhemerval Zanella 2024-07-25 15:41:44 -0300
  • 28f8cee64a Add F_DUPFD_QUERY from Linux 6.10 to bits/fcntl-linux.h Adhemerval Zanella 2024-07-16 17:08:49 +0000
  • bbb6a742c8 Add STATX_SUBVOL from Linux 6.10 to bits/statx-generic.h Adhemerval Zanella 2024-07-16 17:08:48 +0000
  • e433cdec9b Update kernel version to 6.10 in header constant tests Adhemerval Zanella 2024-07-16 17:08:47 +0000
  • eb0776d4e1 Update syscall lists for Linux 6.10 Adhemerval Zanella 2024-07-16 17:08:46 +0000
  • f7e638f5a4 Use Linux 6.10 in build-many-glibcs.py Adhemerval Zanella 2024-07-16 17:08:45 +0000
  • faeaa3bc9f
    Mitigation for "clone on sparc might fail with -EFAULT for no valid reason" (bz 31394) Michael Karcher 2024-07-28 15:30:57 +0200
  • 4bdcc1963b manual: make setrlimit() description less ambiguous Lukas Bulwahn 2024-07-29 11:08:17 +0200
  • 132a72f93c manual: make setrlimit() description less ambiguous Lukas Bulwahn 2024-07-29 11:08:17 +0200
  • aedbf08891 manual: make setrlimit() description less ambiguous Lukas Bulwahn 2024-07-29 11:08:17 +0200
  • b71a51189d manual/stdio: Clarify putc and putwc Arjun Shankar 2024-07-29 14:30:59 +0200
  • 946006d37c malloc: add multi-threaded tests for aligned_alloc/calloc/malloc Miguel Martín 2024-07-16 17:14:57 +0200
  • f11b7178a1 malloc: avoid global locks in tst-aligned_alloc-lib.c Miguel Martín 2024-07-16 17:14:56 +0200
  • 65fbcfe589 manual/stdio: Clarify putc and putwc Arjun Shankar 2024-07-29 14:30:59 +0200
  • 5d2a931a81 malloc: add multi-threaded tests for aligned_alloc/calloc/malloc Miguel Martín 2024-07-16 17:14:57 +0200
  • 2aebac5e15 malloc: avoid global locks in tst-aligned_alloc-lib.c Miguel Martín 2024-07-16 17:14:56 +0200
  • 10de4a47ef manual/stdio: Clarify putc and putwc Arjun Shankar 2024-07-29 14:30:59 +0200
  • 32328a5a14 MIPS: Regenerate ulps Julian Zhu 2024-07-27 18:27:52 +0800
  • a57cbbd853 malloc: Link threading tests with $(shared-thread-library) Florian Weimer 2024-07-27 16:23:55 +0200
  • f6f9047459 assert: Mark __assert_fail as cold Noah Goldstein 2024-07-26 16:35:13 +0800
  • 89cddc8a70 stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 1b97a9f23b support: Add FAIL test failure helper Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • fe47595504 posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • 8c98195af6 nptl: Use <support/check.h> facilities in tst-setuid3 Maciej W. Rozycki 2024-07-26 13:21:34 +0100
  • fe94080875 sparc: Regenerate ULPs Adhemerval Zanella 2024-07-25 11:06:53 -0300
  • 65e267dcdd i386: Regenerate ULPs Adhemerval Zanella 2024-07-25 10:49:06 -0300
  • cc84f11282 arm: Regenerate ULPs Adhemerval Zanella 2024-07-25 10:41:00 -0300
  • cfc9b07346 aarch64: Regenerate ULPs Adhemerval Zanella 2024-07-25 10:40:32 -0300
  • fa00661082 powerpc: Regenerate ULPs for soft-fp Adhemerval Zanella 2024-07-25 10:33:40 -0300
  • 4e40c8104f powerpc: Update ulps for fpu jeevitha 2024-07-24 11:28:54 +0530
  • ff03b5efe6 riscv: Update ulps Khem Raj 2024-07-23 21:43:56 -0700
  • 22958014ab s390x: Regenerate ULPs. Stefan Liebler 2024-07-25 14:14:22 +0200
  • 8344c1f551 x32/cet: Support shadow stack during startup for Linux 6.10 H.J. Lu 2024-07-22 17:47:22 -0700
  • 652c6cf269 x86-64: Remove sysdeps/x86_64/x32/dl-machine.h H.J. Lu 2024-07-22 17:47:21 -0700
  • 431c1be28e hppa: Update libm-test-ulps John David Anglin 2024-07-24 16:43:01 -0400
  • 7285630e0e resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • 041ac9dffe resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • 3d252f17b8 resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • 1bed6acf50 resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • 708f507e30 resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • 51db012c94 resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • df808340fd resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • c44ea7914c resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 820a750bed resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • 4f5aa1d2fb resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 789addc412 resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • 4987404a5f resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 8c9fbc6651 resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • fc1dc39984 resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 3da1b0064a resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • 40a1e1798b resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 6cad0f543c resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • dc512364e8 resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 145b588637 Fix version number in NEWS file Florian Weimer 2024-07-24 13:42:16 +0200
  • b6aeba2de1 manual: Do not mention STATIC_TLS in dynamic linker hardening recommendations Florian Weimer 2024-07-24 12:50:17 +0200
  • 90842d3980 manual: Do not mention STATIC_TLS in dynamic linker hardening recommendations Florian Weimer 2024-07-24 12:50:17 +0200
  • ef14142663 resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • 8bbb8d7b16 resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • 765325951a resolv: Implement strict-error stub resolver option (bug 27929) Florian Weimer 2024-07-24 12:06:47 +0200
  • 95f61610f3 resolv: Support clearing option flags with a “-” prefix (bug 14799) Florian Weimer 2024-07-24 12:06:47 +0200
  • af625987d6 resolv: Do not wait for non-existing second DNS response after error (bug 30081) Florian Weimer 2024-07-24 12:06:47 +0200
  • 691a3b2e9b resolv: Allow short error responses to match any query (bug 31890) Florian Weimer 2024-07-24 12:06:47 +0200
  • cb19cef087 elf: Fix localplt.awk for DT_RELR-enabled builds (BZ 31978) Adhemerval Zanella 2024-07-16 07:57:45 -0300
  • b0fbcb7d00 malloc: add multi-threaded tests for aligned_alloc/calloc/malloc Miguel Martín 2024-07-16 17:14:57 +0200
  • 9a27b566b2 malloc: avoid global locks in tst-aligned_alloc-lib.c Miguel Martín 2024-07-16 17:14:56 +0200
  • 4dc22baa84 This patch adds larger ulp errors for the log2p1 function. Paul Zimmermann 2024-07-22 08:54:23 +0200
  • 6daa771045
    Replace advisories directory Andreas K. Hüttel 2024-07-21 19:02:10 +0200
  • b64d0f0ec3
    NEWS: Add new section Andreas K. Hüttel 2024-07-21 18:50:57 +0200
  • 51706101e7
    Increase version number to 2.40.9000 glibc-2.40.9000 Andreas K. Hüttel 2024-07-21 18:49:35 +0200
  • 3d1aed8749
    Add ChangeLog file glibc-2.40 Andreas K. Hüttel 2024-07-21 18:33:37 +0200
  • 89d3d815ef
    Increase version number to 2.40 Andreas K. Hüttel 2024-07-21 18:23:25 +0200
  • 6f14eb1b17
    po/*: regenerate (only line number changes) Andreas K. Hüttel 2024-07-21 17:50:35 +0200
  • 668e14a304
    contrib.texi: Fix format of MIPS and RISC-V Andreas K. Hüttel 2024-07-21 14:12:30 +0200
  • 256574679f
    libc.pot: regenerate (only line number changes) Andreas K. Hüttel 2024-07-21 00:33:43 +0200
  • 92eb4a10ae
    install.texi: bump "latest verified" versions Andreas K. Hüttel 2024-07-21 00:27:35 +0200
  • d36b481476
    NEWS: drop 2.40 section "Changes to build and runtime requirements" Andreas K. Hüttel 2024-07-20 23:42:05 +0200
  • e47b88d2fb aio: Fix freeing memory Samuel Thibault 2023-04-12 00:12:02 +0200
  • 5dc1408bb5
    contrib.texi: update Andreas K. Hüttel 2024-07-20 19:47:52 +0200
  • f908fa07c6 misc: Add support for Linux uio.h RWF_NOAPPEND flag Stafford Horne 2024-04-03 06:40:37 +0100
  • 391d9041f0
    NEWS: add fixed security advisories list Andreas K. Hüttel 2024-07-20 18:55:07 +0200
  • ad6e85aad5
    NEWS: add resolved bugs list Andreas K. Hüttel 2024-07-20 18:52:15 +0200
  • fa455c3b5d
    NEWS: add more major improvements for 2.40 Andreas K. Hüttel 2024-07-20 16:22:54 +0200
  • ab5748118f
    linux: Trivial test output fix in tst-pkey Andreas K. Hüttel 2024-07-19 22:57:23 +0200
  • 4f047d9ede
    elf: Fix localplt.awk for DT_RELR-enabled builds (BZ 31978) Adhemerval Zanella 2024-07-16 07:57:45 -0300
  • 6b7e2e1d61
    linux: Also check pkey_get for ENOSYS on tst-pkey (BZ 31996) Adhemerval Zanella 2024-07-19 11:23:15 -0300
  • f6a75fddf4 Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989] John David Anglin 2024-07-19 10:10:17 -0400
  • e0f7da7235
    powerpc: Update soft-fp ulps Adhemerval Zanella 2024-07-19 11:22:58 -0300
  • 8cfa4ecff2 Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989] John David Anglin 2024-07-19 10:10:17 -0400
  • 91eb62d638 Adjust check-local-headers test for libaudit 4.0 Florian Weimer 2024-07-19 15:57:46 +0200
  • 3c354d62f5 elf: Parse the auxv values as unsigned on tst-tunables-enable_secure-env.c (BZ 31890) Adhemerval Zanella 2024-07-18 09:15:44 -0300
  • 66f2cd6e1a
    x32: xfail elf/tst-platform-1 [BZ #22363] H.J. Lu 2024-07-18 15:23:50 -0700
  • d905183f0b elf/tst-rtld-does-not-exist: Pass --inhibit-cache to rtld Xi Ruoyao 2024-07-17 18:09:15 +0800
  • 910aae6e5a
    Revert "LoongArch: Add cfi instructions for _dl_tlsdesc_dynamic" Andreas K. Hüttel 2024-07-17 15:19:47 +0200
  • 6ed76f4efc htl: Fix __pthread_init_thread declaration and definition Samuel Thibault 2024-07-17 14:56:14 +0200
  • 0e75c4a463 hurd: Fix pthread_self() without libpthread Samuel Thibault 2024-07-17 14:06:25 +0200
  • 43224b1379 LoongArch: Add cfi instructions for _dl_tlsdesc_dynamic mengqinggang 2024-07-05 10:40:33 +0800
  • a180e82837 Linux: Make __rseq_size useful for feature detection (bug 31965) Florian Weimer 2024-07-08 21:14:00 +0200
  • f8a52d39c0 elf: Make dl-rseq-symbols Linux only Adhemerval Zanella 2024-07-04 10:09:07 -0300
  • d36daa4c01 nptl: fix potential merge of __rseq_* relro symbols Michael Jeanson 2024-07-03 12:35:34 -0400
  • 602fff4efa Add AT_RSEQ_* from Linux 6.3 to elf.h Joseph Myers 2023-05-26 15:03:31 +0000
  • b0471d1605 Linux: Make __rseq_size useful for feature detection (bug 31965) Florian Weimer 2024-07-08 21:14:00 +0200
  • bce1d80721 elf: Make dl-rseq-symbols Linux only Adhemerval Zanella 2024-07-04 10:09:07 -0300
  • 72f4c0533c nptl: fix potential merge of __rseq_* relro symbols Michael Jeanson 2024-07-03 12:35:34 -0400
  • 61da55a07f Add AT_RSEQ_* from Linux 6.3 to elf.h Joseph Myers 2023-05-26 15:03:31 +0000
  • 7f769dd008 Linux: Make __rseq_size useful for feature detection (bug 31965) Florian Weimer 2024-07-08 21:14:00 +0200
  • 643709c6ee elf: Make dl-rseq-symbols Linux only Adhemerval Zanella 2024-07-04 10:09:07 -0300
  • a858172cf9 nptl: fix potential merge of __rseq_* relro symbols Michael Jeanson 2024-07-03 12:35:34 -0400
  • 182f4a8c75 Add AT_RSEQ_* from Linux 6.3 to elf.h Joseph Myers 2023-05-26 15:03:31 +0000
  • bb30bd2162 Linux: Make __rseq_size useful for feature detection (bug 31965) Florian Weimer 2024-07-08 21:14:00 +0200
  • d9d019d674 elf: Make dl-rseq-symbols Linux only Adhemerval Zanella 2024-07-04 10:09:07 -0300
  • 7bfc35959d nptl: fix potential merge of __rseq_* relro symbols Michael Jeanson 2024-07-03 12:35:34 -0400
  • e8f5217097 Linux: Make __rseq_size useful for feature detection (bug 31965) Florian Weimer 2024-07-08 21:14:00 +0200
  • 143a7a0623 elf: Make dl-rseq-symbols Linux only Adhemerval Zanella 2024-07-04 10:09:07 -0300
  • 1062ebbd19 nptl: fix potential merge of __rseq_* relro symbols Michael Jeanson 2024-07-03 12:35:34 -0400
  • 5bcf6265f2 x86: Disable non-temporal memset on Skylake Server Noah Goldstein 2024-07-15 16:19:17 +0800
  • 5ad449c398 s390x: Fix segfault in wcsncmp [BZ #31934] release/2.32/master Stefan Liebler 2024-07-11 11:28:53 +0200
  • 5f08d1df2c s390x: Fix segfault in wcsncmp [BZ #31934] release/2.33/master Stefan Liebler 2024-07-11 11:28:53 +0200
  • 87fa7bfb84 s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • c7cd626538 s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • a70c55a91b s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • 340ca2d514 s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • 712453634c s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • 5c46e6b666 s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • 2dcc908538 Add pthread_getname_np and pthread_setname_np for Hurd Flavio Cruz 2024-07-11 23:37:35 +0100
  • a11e15ea0a
    math: Update alpha ulps Andreas K. Hüttel 2024-07-14 12:44:15 +0200
  • c8b4ce0b36 hurd: Fix restoring message to be retried Samuel Thibault 2024-07-13 17:00:55 +0200
  • 4b2a1b602f
    nptl: Convert tst-sem11 and tst-sem12 tests to use the test driver Maciej W. Rozycki 2024-07-11 14:17:20 +0100
  • 9d8995833e
    nptl: Add copyright notice tst-sem11 and tst-sem12 tests Maciej W. Rozycki 2024-07-11 14:17:15 +0100
  • ef7005628f
    tests: XFAIL audit tests failing on all mips configurations, bug 29404 Andreas K. Hüttel 2024-07-12 18:36:44 +0200
  • 255df9299f time/Makefile: Split and sort tests Samuel Dobron 2024-07-11 05:31:11 +0200
  • 9b76514103 s390x: Fix segfault in wcsncmp [BZ #31934] Stefan Liebler 2024-07-11 11:28:53 +0200
  • 2e456ccf0c Linux: Make __rseq_size useful for feature detection (bug 31965) Florian Weimer 2024-07-08 21:14:00 +0200
  • 7e7f35278c
    po: incorporate translations (bg) Andreas K. Hüttel 2024-07-09 13:35:12 +0200
  • 6c0be74305
    manual: add syscalls DJ Delorie 2024-07-08 17:52:15 -0400
  • 2213b37b70 libio: handle opening a file when all files are closed (bug 31963) Andreas Schwab 2024-07-08 15:52:35 +0200
  • 895294e51d
    ldconfig: Ignore all GDB extension files Adam Sampson 2024-05-06 18:16:33 +0100
  • ed2b8d3a86
    ldconfig: Move endswithn into a new header file Adam Sampson 2024-05-06 18:16:32 +0100
  • ab6045728f
    math: Update m68k ULPs Andreas K. Hüttel 2024-07-08 21:51:03 +0200
  • a2f53a7755 elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943) fw/bug31943-with-test Florian Weimer 2024-07-02 13:19:13 +0200
  • a036311246 stdlib: fix arc4random fallback to /dev/urandom (BZ 31612) Adhemerval Zanella 2024-04-05 10:27:29 -0300
  • 184b9e530e stdlib: fix arc4random fallback to /dev/urandom (BZ 31612) Adhemerval Zanella 2024-04-05 10:27:29 -0300
  • 9ccf7a55c5 doc: Add plain text readme for using GCS arm/gcs Szabolcs Nagy 2024-02-14 15:06:40 +0000
  • 435305562e aarch64: Process gnu properties in static exe Szabolcs Nagy 2023-12-27 17:17:11 +0000
  • e6b927e2f9 aarch64: Ignore GCS property of ld.so Szabolcs Nagy 2024-01-10 16:20:24 +0000
  • cb02a617fb aarch64: Use l_searchlist.r_list for gcs Szabolcs Nagy 2023-12-28 18:32:02 +0000
  • 6482ac2a5e aarch64: Handle gcs marking Szabolcs Nagy 2023-12-21 23:05:10 +0000
  • 47e778b4e0 aarch64: Use l_searchlist.r_list for bti Szabolcs Nagy 2023-12-28 18:31:32 +0000
  • f149acd167 aarch64: Add glibc.cpu.aarch64_gcs_policy Szabolcs Nagy 2023-12-21 15:14:08 +0000
  • 4749a0c86a aarch64: Mark objects with GCS property note Szabolcs Nagy 2023-12-22 12:29:48 +0000
  • 01204afc0d aarch64: Enable GCS in dynamic linked exe Szabolcs Nagy 2023-07-14 15:49:11 +0100
  • a289e5dea0 aarch64: Enable GCS in static linked exe Szabolcs Nagy 2023-07-13 07:22:44 +0100
  • 1e304d6c78 aarch64: Add glibc.cpu.aarch64_gcs tunable Szabolcs Nagy 2023-07-17 08:31:05 +0100
  • a6d1efba9e aarch64: Try to free the GCS of makecontext Szabolcs Nagy 2023-07-17 16:54:15 +0100
  • 44dd695c70 aarch64: Add GCS support for makecontext Szabolcs Nagy 2023-04-04 10:42:21 +0100
  • babac71365 aarch64: Mark swapcontext with indirect_return Szabolcs Nagy 2023-12-28 15:53:38 +0000
  • 5a1e9af9a7 aarch64: Add GCS support for setcontext Szabolcs Nagy 2023-02-24 16:29:32 +0000
  • 81103e95b3 aarch64: Add GCS support to vfork Szabolcs Nagy 2023-12-27 18:36:10 +0000
  • 606d7c2b09 aarch64: Add GCS support to longjmp Szabolcs Nagy 2023-02-23 08:54:04 +0000
  • 297eadaa54 aarch64: Define jmp_buf offset for GCS Szabolcs Nagy 2022-11-25 18:16:07 +0000
  • 4d3de2c0cb elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCS Szabolcs Nagy 2023-12-22 09:47:33 +0000
  • 3826469361 aarch64: Add asm helpers for GCS Szabolcs Nagy 2023-02-22 14:35:00 +0000
  • 5cfb00207e aarch64: Add HWCAP2_GCS Szabolcs Nagy 2023-07-13 06:43:33 +0100
  • 9fc639f654 elf: Make dl-rseq-symbols Linux only Adhemerval Zanella 2024-07-04 10:09:07 -0300
  • 2b92982e23 nptl: fix potential merge of __rseq_* relro symbols Michael Jeanson 2024-07-03 12:35:34 -0400
  • b85a23d736
    riscv: Update nofpu libm test ulps Darius Rad 2024-07-03 14:50:59 -0400
  • 7dde7f82d9 manual: Recommendations for dynamic linker hardening Florian Weimer 2024-05-02 16:26:36 +0200
  • 50f5a09e68 socket: Add new test for shutdown Sergey Kolosov 2024-06-25 11:19:03 +0200
  • d2f6ceaccb elf/rtld: Fix auxiliary vector for enable_secure Stefan Liebler 2024-07-02 15:25:20 +0200
  • 4737e6a7a3 hppa/vdso: Provide 64-bit clock_gettime() vDSO only John David Anglin 2024-07-02 16:26:32 -0400
  • 9f80d8134a debug: Fix clang open fortify wrapper (BZ 31927) Adhemerval Zanella 2024-06-28 16:20:15 -0300
  • d2cbfcf1d9 math: Provide missing math symbols on libc.a (BZ 31781) Adhemerval Zanella 2024-05-22 15:07:12 -0300
  • d473c9bb3b math: Fix isnanf128 static build (BZ 31774) Adhemerval Zanella 2024-05-21 13:52:54 -0300
  • 3950cbd7a1 math: Fix i386 and m68k exp10 on static build (BZ 31775) Adhemerval Zanella 2024-03-20 11:31:54 -0300
  • 6cb25aff85 math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Adhemerval Zanella 2024-03-14 14:59:35 -0300
  • ba144c179e Add --disable-static-c++-tests option [BZ #31797] H.J. Lu 2024-06-20 15:28:13 -0700
  • 23f12e6e0c Add --disable-static-c++-link-check option [BZ #31412] H.J. Lu 2024-06-20 15:28:12 -0700
  • dce754b155 Update mmap() flags and errors lists DJ Delorie 2024-05-10 14:52:09 -0400
  • 9d0e9c8a13 MIPSr6/math: Use builtin fma and fmaf YunQiang Su 2024-06-21 00:07:56 +0800
  • 018f0fc3b8 elf: Support recursive use of dynamic TLS in interposed malloc Florian Weimer 2024-07-01 17:42:04 +0200
  • a7fe3e805d
    Fix conditionals on mtrace-based tests (bug 31892) Carlos O'Donell 2024-06-19 11:48:05 -0400
  • 4f7eb238d0 signal/Makefile: Split and sort tests Michel Lind 2024-06-14 15:45:48 +0200
  • 9dc645cb56 x86: Set default non_temporal_threshold for Zhaoxin processors MayShao-oc 2024-06-29 11:58:28 +0800
  • c19457aec6 x86_64: Optimize large size copy in memmove-ssse3 MayShao-oc 2024-06-29 11:58:27 +0800
  • 44d757eb9f x86: Set preferred CPU features on the KH-40000 and KX-7000 Zhaoxin processors MayShao-oc 2024-06-29 11:58:26 +0800
  • 2f1f7a5f8a
    Aarch64: Add new memset for Qualcomm's oryon-1 core Andrew Pinski 2024-06-12 15:53:36 -0700
  • 4dc83cac78
    Aarch64: Add memcpy for qualcomm's oryon-1 core Andrew Pinski 2024-06-12 15:53:35 -0700
  • 4228baef1a debug: Fix clang open fortify wrapper (BZ 31927) Adhemerval Zanella 2024-06-25 11:57:15 -0300
  • c5579f3a71 debug: Fix clang mq_open fortify wrapper (BZ 31917) Adhemerval Zanella 2024-06-21 11:08:38 -0300
  • c0f21e073d tests-mbwc: Silence gcc 14 -Werror=format-overflow= Stefan Liebler 2024-06-27 13:42:37 +0200
  • 21738846a1 time: Avoid memcmp overread in tzset (bug 31931) Florian Weimer 2024-06-26 19:36:58 +0200
  • b79238db4a Fix strnlen doc re array size Paul Eggert 2024-06-26 16:14:26 +0100
  • 07fe71f59b
    arm: Avoid UB in elf_machine_rel() Palmer Dabbelt 2022-06-23 14:49:32 -0700
  • a10b6ad471 LoongArch: Fix tst-gnu2-tls2 test case mengqinggang 2024-06-21 16:08:53 +0800
  • 74630b1bb7 posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695) Adhemerval Zanella 2024-05-06 13:20:56 -0300
  • c90cfce849 posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695) Adhemerval Zanella 2024-05-06 13:20:56 -0300
  • 17a293c5fa
    INSTALL: regenerate Andreas K. Hüttel 2024-06-25 09:05:20 +0200
  • d32c342425
    Revert "MIPSr6/math: Use builtin fma and fmaf" Andreas K. Hüttel 2024-06-25 01:02:58 +0200
  • 5d1007a81a
    INSTALL: Fix typo ibmlondouble to ibmlongdouble Joe Simmons-Talbott 2023-07-13 15:49:17 -0400
  • 81c7f6193c
    RISC-V: Execute a PAUSE hint in spin loops Christoph Müllner 2024-04-18 23:58:58 +0200
  • 9e06e4a43b
    MIPSr6/math: Use builtin fma and fmaf YunQiang Su 2024-06-04 09:31:19 +0800
  • 6f8c0dca8c
    po: incorporate translations (cs, de, hr, ko, pl, ro, ru, sv, uk, zh_CN) Andreas K. Hüttel 2024-06-24 12:09:30 +0200
  • 2a6c922f09 mtrace: make shell commands robust against meta characters Andreas Schwab 2024-06-20 14:13:01 +0200
  • aecde502e9 hppa/vdso: Add wrappers for vDSO functions John David Anglin 2024-06-23 19:39:28 -0400
  • 9dddb26954 Update hppa libm-test-ulps John David Anglin 2024-06-23 13:51:25 -0400
  • 5aa2f79691 Benchtests: Remove broken walk benchmarks Wilco Dijkstra 2024-06-20 11:43:54 +0100
  • 7f9f25f255 Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c Florian Weimer 2024-06-18 10:56:34 +0200
  • da61ba3f89 Update hppa libm-test-ulps John David Anglin 2024-06-20 19:44:04 -0400
  • 9f2bf0e23a
    RISC-V: Update ulps Julian Zhu 2024-06-19 20:03:22 +0800
  • cb20e7c7cc
    MIPS: Update ulps Julian Zhu 2024-06-19 20:58:55 +0800
  • dd144dce21 malloc: Replace shell/Perl gate in mtrace Florian Weimer 2024-06-20 20:55:10 +0200
  • b375e597da i386: Update ulps Florian Weimer 2024-06-20 19:00:48 +0200
  • 362588f7cc s390x: Capture grep output in static PIE check Florian Weimer 2024-06-20 10:40:02 +0200
  • 71dafdf5f1 powerpc: Update ulps Florian Weimer 2024-06-20 11:07:17 +0200
  • 3cb77b7d1e i386: Update ulps Florian Weimer 2024-06-20 11:09:37 +0200
  • 086910fc41 malloc: Always install mtrace (bug 31892) Florian Weimer 2024-06-20 10:32:16 +0200
  • da905bb706
    Translations: Regenerate libc.pot Andreas K. Hüttel 2024-06-19 22:32:09 +0200
  • 9405d54c62
    LoongArch: Update ulps Xi Ruoyao 2024-06-19 22:55:44 +0800
  • 4f1cf0c0e1
    sparc: Regenerate ULPs Andreas K. Hüttel 2024-06-19 14:58:32 +0200
  • 80f34f5173 stdlib: Make abort AS-safe (BZ 26275) azanella/bz26275-abort-as Adhemerval Zanella 2023-07-31 12:44:37 -0300
  • c49e66c7e5 setjmp: Use BSD sematic as default for setjmp Adhemerval Zanella 2023-07-31 09:46:52 -0300
  • 19f6d6a480 s390x: Regenerate ULPs. Stefan Liebler 2024-06-19 08:42:30 +0200
  • 9a675d998e LoongArch: Fix _dl_tlsdesc_dynamic in LSX case mengqinggang 2024-06-14 11:58:30 +0800
  • 92341e3150 arm: Update ulps Adhemerval Zanella 2024-06-18 20:02:34 +0000
  • 45f5f51b85 aarch64: Update ulps Adhemerval Zanella 2024-06-18 20:01:40 +0000
  • 52b397bafa powerpc: Update ulps Adhemerval Zanella 2024-06-18 23:02:48 +0300
  • f6ea5d1291 Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c Florian Weimer 2024-06-18 10:56:34 +0200
  • 176671f604 linux: add definitions for hugetlb page size encodings Carlos Llamas 2024-06-18 10:56:34 +0200
  • e260ceb4aa elf: Remove HWCAP_IMPORTANT Stefan Liebler 2024-06-07 13:42:44 +0200
  • ad0aa1f549 elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_mask Stefan Liebler 2024-06-07 13:42:43 +0200
  • 343439a31e elf: Remove _DL_PLATFORMS_COUNT Stefan Liebler 2024-06-07 13:42:42 +0200
  • 43c7c5e62d elf: Remove _DL_FIRST_PLATFORM Stefan Liebler 2024-06-07 13:42:41 +0200
  • ed23449dac elf: Remove _DL_HWCAP_PLATFORM Stefan Liebler 2024-06-07 13:42:40 +0200
  • 374c8b4483 elf: Remove platform strings in dl-procinfo.c Stefan Liebler 2024-06-12 09:32:36 +0200
  • 8faada8302 elf: Remove _dl_string_platform Stefan Liebler 2024-06-07 13:42:38 +0200
  • c5aa5fd40a elf: Remove loading legacy hwcaps/platform entries in dynamic loader Stefan Liebler 2024-06-07 13:42:37 +0200
  • f14b6dfc87 x86: Remove HWCAP_START and HWCAP_COUNT Stefan Liebler 2024-06-07 13:42:36 +0200
  • eaf4fc516a
    math: Update mips32/mips64 ulps for log2p1 YunQiang Su 2024-05-31 23:50:38 +0800
  • 98ffc1bfeb
    Convert to autoconf 2.72 (vanilla release, no distribution patches) Andreas K. Hüttel 2024-06-11 23:34:54 +0200
  • 7ec903e028 Implement C23 exp2m1, exp10m1 Joseph Myers 2024-06-17 16:31:49 +0000
  • 55eb99e9a9 Implement C23 log10p1 Joseph Myers 2024-06-17 13:48:13 +0000
  • bb014f50c4 Implement C23 logp1 Joseph Myers 2024-06-17 13:47:09 +0000
  • ca38eff280 support: Include <limits.h> for NAME_MAX use in temp_file.c Florian Weimer 2024-06-17 15:14:05 +0200
  • cb65d66104 support: Include <stdlib.h> for atoi use in support_wait_for_thread_exit Florian Weimer 2024-06-17 15:14:05 +0200
  • 6739bbb4df Extend tst-getconf.sh test with NPROCESSORS_CONF and NPROCESSORS_ONLN Jan Kurik 2024-06-14 20:49:39 +0200
  • 3ea79f5085 Define ISO 639-3 "ltg" (Latgalian) and add ltg_LV locale Mike FABIAN 2024-06-10 19:54:42 +0200
  • 6059938728 INSTALL: regenerate Paul Eggert 2024-06-15 10:32:34 -0700
  • 7c1ec1b7d0 Minor code improvement to timespec_subtract example Paul Eggert 2024-06-15 08:40:41 -0700
  • ee768a30fe Modernize and fix doc’s “Date and Time” (BZ 31876) Paul Eggert 2024-06-08 09:48:25 -0700
  • 41d6461484
    manual: minor language fix (bz 31340) Andreas K. Hüttel 2024-06-15 15:41:22 +0200
  • 198632a05f
    NEWS: update list of fixed CVEs in 2.39 Andreas K. Hüttel 2024-06-15 15:22:20 +0200
  • 77bb3c7154
    NEWS: update list of fixed bugs in 2.39 Andreas K. Hüttel 2024-06-15 15:11:18 +0200
  • f05638731e
    x86: Properly set x86 minimum ISA level [BZ #31883] H.J. Lu 2024-06-11 20:14:56 -0700
  • b7f5b0a711
    x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867] H.J. Lu 2024-06-10 13:02:06 -0700
  • 5b54a33435 x86: Fix value for x86_memset_non_temporal_threshold when it is undesirable Noah Goldstein 2024-06-14 13:01:58 -0500
  • 0b7f7842f8 elf: Change module-names to modules-names in comments H.J. Lu 2024-06-14 13:29:21 -0700
  • 3953b5b88f
    i686: Regenerate ulps Andreas K. Hüttel 2024-06-14 21:23:10 +0200
  • e1d0040a6d
    localedata: ssy_ER: Fix syntax error Mike FABIAN 2024-02-07 18:41:02 +0100
  • 97aa7b7346 LoongArch: Ensure sp 16-byte aligned for tlsdesc Xi Ruoyao 2024-06-13 19:04:05 +0800
  • 868ab8923a resolv: Track single-request fallback via _res._flags (bug 31476) Florian Weimer 2024-06-13 18:56:30 +0200
  • 29807a271e x86: Properly set x86 minimum ISA level [BZ #31883] H.J. Lu 2024-06-11 20:14:56 -0700
  • 8859607eaa tunables: sort tunables list (BZ 30027) DJ Delorie 2024-06-11 19:28:36 -0400
  • 7edd3814b0 linux: Remove __stack_prot Adhemerval Zanella 2024-06-11 12:27:04 -0300
  • e7ac92e6ca
    <stdio.h>: Acknowledge that getdelim/getline are in POSIX Philip Kaludercic 2024-06-09 13:14:59 +0200
  • 10733d6a72 localedata: Lowercase day and abday in cs_CZ Mike FABIAN 2024-06-10 19:54:42 +0200
  • 09bc68b0ac x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867] H.J. Lu 2024-06-10 13:02:06 -0700
  • 98f5e8eb96 Avoid cancellable I/O primitives in ld.so. pranavk/grte_v5_plus Zack Weinberg 2018-04-03 18:26:44 -0400
  • e00ff02338 Add narrowing divide functions. Joseph Myers 2018-05-17 00:40:52 +0000
  • 1ac71ef719 Add narrowing multiply functions. Joseph Myers 2018-05-16 00:05:28 +0000
  • 07ea91c03b Add narrowing subtract functions. Joseph Myers 2018-03-20 00:34:52 +0000
  • 6683e677bc Add narrowing add functions. Joseph Myers 2018-02-10 02:08:43 +0000
  • a0ee7ab46c Add build infrastructure for narrowing libm functions. Joseph Myers 2018-02-09 21:18:52 +0000
  • bef2a827a5 x86: Enable non-temporal memset tunable for AMD Joe Damato 2024-06-07 23:04:47 +0000
  • 5968125f55 hurd: Fix getxattr/listxattr returning ERANGE Samuel Thibault 2024-06-10 22:01:40 +0200
  • ed06248019 hurd: Fix setxattr return value on replacing Samuel Thibault 2024-06-10 22:00:20 +0200
  • ba5a23422a hurd: Fix getxattr("gnu.translator") returning ENODATA Samuel Thibault 2024-06-10 21:57:53 +0200
  • 74f9ee3b91 hurd: Fix lsetxattr return value Samuel Thibault 2024-06-10 21:56:13 +0200
  • 9de9cd17e7 malloc: New test to check malloc alternate path using memory obstruction sayan paul 2024-05-29 15:31:04 +0530
  • a2da98aa2a malloc: Improve aligned_alloc and calloc test coverage. Joe Simmons-Talbott 2024-05-14 14:36:50 +0000
  • 305ee48826 malloc/Makefile: Split and sort tests H.J. Lu 2024-05-09 20:27:39 -0700
  • 00899eba26
    x86/cet: fix shadow stack test scripts Michael Jeanson 2024-02-05 15:22:39 -0500
  • a45dbfef5a WIP observations from an XSAVE size mismatch kernel issue fw/x86-diagnostics Florian Weimer 2024-05-30 14:33:52 +0200
  • eb37015879 localedata: add new locales scn_IT David Paleino 2024-05-15 20:39:46 +0200
  • 54c1efdac5 support: Fix typo in xgetsockname error message Avinal Kumar 2024-05-17 20:58:04 +0530
  • 2f7246015c getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661] Mohamed Akram 2024-05-30 18:05:50 +0400
  • 92c270d32c Linux: Add epoll ioctls Joe Damato 2024-05-28 17:37:06 +0000
  • 400bdb5c85 Improve doc for time_t range (BZ 31808) Paul Eggert 2024-05-28 10:07:47 -0700
  • cafef3eb21 difftime can throw exceptions Paul Eggert 2024-05-28 10:07:47 -0700
  • 127fc56152 malloc: New test to check malloc alternate path using memory obstruction sayan paul 2024-05-29 15:31:04 +0530
  • 2a9943b4a0 math: Fix exp10 undefined left shift Szabolcs Nagy 2024-05-22 16:33:43 +0100
  • d0106b6ae2 libio: Test for fdopen memory leak without SEEK_END support (bug 31840) Florian Weimer 2024-06-04 14:37:35 +0200
  • b2c3ee3724 Remove memory leak in fdopen (bug 31840) Andreas Schwab 2024-06-04 11:01:11 +0200
  • 1d441791cb Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h Joseph Myers 2024-06-04 12:25:05 +0000
  • 9063b32b3c Add more NT_ARM_* constants from Linux kernel to elf.h Joseph Myers 2024-06-04 12:24:37 +0000
  • 6ade91c211 elf: Avoid some free (NULL) calls in _dl_update_slotinfo Florian Weimer 2024-06-03 10:49:40 +0200
  • 992daa0b4b stdlib: Describe __cxa_finalize usage in function comment Florian Weimer 2024-06-03 19:04:58 +0200
  • afe42e935b elf: Avoid some free (NULL) calls in _dl_update_slotinfo Florian Weimer 2024-06-03 10:49:40 +0200
  • c5f7f4fc8b x86_64: Use shadow stack for backtrace implementation fw/x86-shstk-backtrace Florian Weimer 2024-05-31 12:26:43 +0200
  • 46b5e98ef6 x86: Add seperate non-temporal tunable for memset Noah Goldstein 2024-05-24 12:38:51 -0500
  • 5bf0ab8057 x86: Improve large memset perf with non-temporal stores [RHEL-29312] Noah Goldstein 2024-05-24 12:38:50 -0500
  • 90ee0d8730 x86_64: Always initialize ssp_base in the TCB if SHSTK is enabled Florian Weimer 2024-05-30 15:43:07 +0200
  • f5bfd0e47c nptl: Wire up __nptl_arch_thread_init Florian Weimer 2024-05-30 15:42:46 +0200
  • dbdeca0334 manual: Update glibc.cpu.x86_shstk description Florian Weimer 2024-05-30 15:07:21 +0200
  • 11db7b454a WIP CPUID consistency checks Florian Weimer 2024-05-28 13:12:16 +0200
  • 53f9d74322 elf: add note identifier for dlopen metadata Luca Boccassi 2024-05-15 01:10:35 +0100
  • 52aae08600 elf: update NT_FDO_PACKAGING_METADATA spec URL Luca Boccassi 2024-05-15 01:10:34 +0100
  • c8cb4d2b86 misc: Add support for Linux uio.h RWF_NOAPPEND flag Stafford Horne 2024-04-03 06:40:37 +0100
  • 70f560fc22 misc: Add support for Linux uio.h RWF_NOAPPEND flag Stafford Horne 2024-04-03 06:40:37 +0100
  • 697ab62d11 i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782) Sunil K Pandey 2024-05-27 10:08:18 -0700
  • c9d8534406 i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782) Sunil K Pandey 2024-05-27 10:08:18 -0700
  • 815c048269 x86: Introduce _dl_x86_init_cpu_failure for startup failure reporting Florian Weimer 2024-05-28 09:04:24 +0200
  • aee37de299 Reinstate generic features-time64.h Adhemerval Zanella 2024-04-05 09:02:36 -0300
  • dd535f4f19 Always define __USE_TIME_BITS64 when 64 bit time_t is used Adhemerval Zanella 2024-01-18 10:18:01 -0300
  • 0c1d2c277a LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CW Xi Ruoyao 2024-04-29 15:26:24 +0800
  • e0f7f1808f x86_64: Reformat elf_machine_rela Xin Wang 2024-05-28 03:06:41 +0800
  • 1b713c9a53 i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782) Sunil K Pandey 2024-05-27 10:08:18 -0700
  • df63f01a30 difftime is pure, not const Paul Eggert 2024-05-26 17:37:17 -0700
  • 26e7005728 socket: Use may_alias on sockaddr structs (bug 19622) Florian Weimer 2024-05-18 09:33:19 +0200
  • 9f2b100d67 parse_fdinfo: Don't advance pointer twice [BZ #31798] H.J. Lu 2024-05-25 05:13:41 -0700
  • f981bf6b9d parse_fdinfo: Don't advance pointer twice [BZ #31798] H.J. Lu 2024-05-25 05:13:41 -0700
  • ab46c6ba6c elf/Makefile: Split and sort PIE tests H.J. Lu 2024-05-25 14:53:30 -0700
  • caed1f5c0b Revert "Test fscanf of long double without <stdio.h>" H.J. Lu 2024-05-24 16:24:49 -0700
  • 23c60af6dc sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls H.J. Lu 2024-05-24 10:25:40 -0700
  • 30a745450e Test fscanf of long double without <stdio.h> H.J. Lu 2024-05-24 08:00:34 -0700
  • 639c143db3 sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-static H.J. Lu 2024-05-24 06:36:18 -0700
  • acfb169b3c sysdeps/ieee754/ldbl-opt/Makefile: Split and sort tests H.J. Lu 2024-05-24 06:30:57 -0700
  • 4af49c60a1 s390x: Regenerate ULPs. Stefan Liebler 2024-05-24 09:53:49 +0200
  • 8f58e412b1 powerpc: Remove duplicated versionsort from libm.a (BZ 31789) Adhemerval Zanella 2024-05-23 13:04:43 -0300
  • 84d2762922 Update kernel version to 6.9 in header constant tests Joseph Myers 2024-05-23 14:04:48 +0000
  • 28bf4783d9 localedata: cv_RU: update translation Mike FABIAN 2024-05-22 17:42:18 +0200
  • eaa8113bf0 math: Provide missing math symbols on libc.a (BZ 31781) Adhemerval Zanella 2024-05-22 15:07:12 -0300
  • 1664bbf238 s390: Make utmp32, utmpx32, and login32 shared only (BZ 31790) Adhemerval Zanella 2024-05-22 14:29:49 -0300
  • 18dbe27847 microblaze: Remove cacheflush from libc.a (BZ 31788) Adhemerval Zanella 2024-05-22 13:09:36 -0300
  • d8ebde14fb powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787) Adhemerval Zanella 2024-05-22 11:49:10 -0300
  • 5fededd825 powerpc: Remove duplicate strchrnul and strncasecmp_l libc.a (BZ 31786) Adhemerval Zanella 2024-05-22 11:32:04 -0300
  • 62eaa46739 loongarch: Remove duplicate strnlen in libc.a (BZ 31785) Adhemerval Zanella 2024-05-22 10:21:10 -0300
  • ef9596352b aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777) Adhemerval Zanella 2024-05-22 10:13:21 -0300
  • e9a37242f9 Update PIDFD_* constants for Linux 6.9 Joseph Myers 2024-05-23 12:22:40 +0000
  • 6d3b523eb5 Define write_profiling functions only in profile library [BZ #31756] H.J. Lu 2024-05-19 18:46:53 -0700
  • 43d41ae6d7 Don't provide XXXf128_do_not_use aliases [BZ #31757] H.J. Lu 2024-05-20 05:25:34 -0700
  • a34f76edbd Don't provide scalb/significand _FloatN aliases [BZ #31760] H.J. Lu 2024-05-20 09:56:36 -0700
  • 5d4999e519 math: Fix isnanf128 static build (BZ 31774) Adhemerval Zanella 2024-05-21 13:52:54 -0300
  • ce6cdb94d0 math: Add support for auto static math tests Adhemerval Zanella 2024-05-21 13:52:53 -0300
  • 85472c20a5 Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766] H.J. Lu 2024-05-20 19:30:58 -0700
  • d97842653f Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765] H.J. Lu 2024-05-20 19:37:20 -0700
  • 1f09aae36a math: Fix i386 and m68k exp10 on static build (BZ 31775) Adhemerval Zanella 2024-03-20 11:31:54 -0300
  • 0b716305df math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Adhemerval Zanella 2024-03-14 14:59:35 -0300
  • 437c94e04b Remove the clone3 symbol from libc.a [BZ #31770] H.J. Lu 2024-05-21 05:28:29 -0700
  • 0fed0b250f aarch64/fpu: Add vector variants of pow Joe Ramsay 2024-05-16 09:21:24 +0100
  • c39cf53702 Compile libmvec with -fno-math-errno Joe Ramsay 2024-05-16 09:16:36 +0100
  • c35cad016b manual: clarify defintions of floating point exponent bounds (bug 31518) Andreas Schwab 2024-05-08 16:55:40 +0200
  • 3c1e22372d LoongArch: Update ulps caiyinyu 2024-05-21 12:06:41 +0800
  • 16d47c1594 LoongArch: Fix tst-gnu2-tls2 compiler error mengqinggang 2024-05-20 17:05:12 +0800
  • 4b30c644d2 resolv: Make _res_opcodes a compat symbol [BZ #31764] H.J. Lu 2024-05-20 13:49:10 -0700
  • 8428278b5f i386: Don't define stpncpy alias when used in IFUNC [BZ #31768] H.J. Lu 2024-05-20 17:32:14 -0700
  • f83e461f10 powerpc: Update ulps Adhemerval Zanella 2024-05-20 15:56:49 +0000
  • 32b2aa59da arm: Update ulps Adhemerval Zanella 2024-05-20 15:54:31 +0000
  • 241338bd6f aarch64: Update ulps Adhemerval Zanella 2024-05-20 15:52:18 +0000
  • ae18044f95 math: Add more details to the test driver output. Joe Simmons-Talbott 2024-05-20 14:09:35 +0000
  • 79c52daf47 Implement C23 log2p1 Joseph Myers 2024-05-20 13:41:39 +0000
  • cf0ca8d52e Update syscall lists for Linux 6.9 Joseph Myers 2024-05-20 13:10:31 +0000
  • 7935e7a537 Rename procutils_read_file to __libc_procutils_read_file [BZ #31755] H.J. Lu 2024-05-19 18:46:36 -0700
  • 4e21cb95e2 nearbyint: Don't define alias when used in IFUNC [BZ #31759] H.J. Lu 2024-05-19 16:36:01 -0700
  • 2be3352f0b Pass -nostdlib -nostartfiles together with -r [BZ #31753] H.J. Lu 2024-05-17 20:00:38 -0700
  • 8d7b6b4cb2 socket: Use may_alias on sockaddr structs (bug 19622) Florian Weimer 2024-05-18 09:33:19 +0200
  • 2a99e2398d Use a doubly-linked list for _IO_list_all (bug 27777) Alexandre Ferrieux 2024-05-16 05:54:30 -0700
  • a81cdde1cb powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31629] Manjunath Matti 2024-05-16 17:24:36 -0500
  • fa9aecc045 benchtests: Add fclose benchmark H.J. Lu 2024-05-16 08:08:42 -0700
  • 75207bde68 aarch64/fpu: Add vector variants of cbrt Joe Ramsay 2024-04-30 13:49:59 +0100
  • 157f89fa3d aarch64/fpu: Add vector variants of hypot Joe Ramsay 2024-04-30 13:49:58 +0100
  • a743fd95bb Use Linux 6.9 in build-many-glibcs.py Joseph Myers 2024-05-16 10:49:30 +0000
  • 25c9c3789e localedata: Fix several issues with the set of characters considered 0-width [BZ #31370] Jules Bertholet 2024-02-23 20:54:57 +0000
  • 1dbf2bef79 LoongArch: Add support for TLS Descriptors mengqinggang 2024-05-08 10:06:15 +0800
  • c7c3f5bf80 LoongArch: Fix undefined __memset_aligned reference in ld.so linking. caiyinyu 2024-05-11 10:25:54 +0800
  • f942a732d3 math: Add GLIBC_TEST_LIBM_VERBOSE environment variable support. Joe Talbott 2024-05-14 14:39:38 +0000
  • 3395157ff2 malloc: Improve aligned_alloc and calloc test coverage. Joe Simmons-Talbott 2024-05-14 14:36:50 +0000
  • 90a6ca8b28 aarch64: Fix AdvSIMD libmvec routines for big-endian Joe Ramsay 2024-05-02 16:43:13 +0100
  • ec6ed525f1 Unify output from backtrace_symbols_fd with backtrace_symbols (bug 31730) Andreas Schwab 2024-05-13 12:35:48 +0200
  • a07e000e82 manual: add dup3 DJ Delorie 2024-05-10 17:34:29 -0400
  • 32969a2b36 socket: Add new test for connect Sergey Kolosov 2024-04-10 17:58:05 +0200
  • 2db79c96ba libsupport: Add xgetpeername Sergey Kolosov 2024-04-10 17:58:04 +0200
  • e3c375eb4f libio/bug-wsetpos: Make the error message match the causing function Maciej W. Rozycki 2024-05-13 12:50:48 +0100
  • ab4ef4421f
    x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4) Gabi Falk 2024-05-07 18:25:00 +0000
  • 3c15600e79 elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506) Adhemerval Zanella 2019-04-30 16:11:57 -0300
  • c32bd29854 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 6fc6b074ea Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 5332e848d9 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 8e30f03744 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • f80f3409e8 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • d0916db233 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • d49cd6a191 malloc/Makefile: Split and sort tests H.J. Lu 2024-05-09 20:27:39 -0700
  • df1fc2fb8e Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 72abffe225 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • ee65bc1df6 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 3956fd48d3 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 249646f12b Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 97bb89668d Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 2dcaf70643 Force DT_RPATH for --enable-hardcoded-path-in-tests H.J. Lu 2024-05-09 20:07:01 -0700
  • 3362604df4 Don't make errlist.o[s].d depend on errlist-compat.h H.J. Lu 2024-05-09 13:07:23 -0700
  • a13b358cfb Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564] Sergei Trofimovich 2022-09-13 13:39:13 -0400
  • 3d443b8d6a Don't make errlist.o[s].d depend on errlist-compat.h H.J. Lu 2024-05-09 13:07:23 -0700
  • b1241520a0 Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564] Sergei Trofimovich 2022-09-13 13:39:13 -0400
  • fee8730c47 Don't make errlist.o[s].d depend on errlist-compat.h H.J. Lu 2024-05-09 13:07:23 -0700
  • 9e6ef53644 Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564] Sergei Trofimovich 2022-09-13 13:39:13 -0400
  • 2d0e16a01b Don't make errlist.o[s].d depend on errlist-compat.h H.J. Lu 2024-05-09 13:07:23 -0700
  • 8216216b7b Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564] Sergei Trofimovich 2022-09-13 13:39:13 -0400
  • 0976774b75 elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • c0a523f13b testsuite: stdlib/isomac.c: add missing include Aurelien Jarno 2019-01-08 21:10:28 +0100
  • ba7a5e3e0f elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • b6e9f21071 testsuite: stdlib/isomac.c: add missing include Aurelien Jarno 2019-01-08 21:10:28 +0100
  • f636ce3d1a elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • ddb6d93f5e elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • c18f8a69f7 elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • 430e825909 elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • 13f1198286 resolv/tst-idna_name_classify: Isolate from system libraries Florian Weimer 2019-10-30 17:44:09 +0100
  • 76d9e44c59 resolv/tst-idna_name_classify: Isolate from system libraries Florian Weimer 2019-10-30 17:44:09 +0100
  • 721c08dc98 resolv/tst-idna_name_classify: Isolate from system libraries Florian Weimer 2019-10-30 17:44:09 +0100
  • ae515ba530 powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682) Adhemerval Zanella 2024-05-07 09:19:48 -0300
  • 5aa4bb67b9 resolv: Fix some unaligned accesses in resolver [BZ #30750] John David Anglin 2023-09-13 11:04:41 +0000
  • dd5f891c1a x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4) Gabi Falk 2024-05-07 18:25:00 +0000
  • 88dca8d5f8 localedata: fix weekdays in mdf_RU locale Mike FABIAN 2024-05-08 09:43:17 +0200
  • 79fe4a0fa0 localedata: add mdf_RU locale Mike FABIAN 2024-05-07 11:12:38 +0200
  • 71149c2a2e elf: Only process multiple tunable once (BZ 31686) Adhemerval Zanella 2024-05-06 13:18:45 -0300
  • eb59c7b43d elf: Make glibc.rtld.enable_secure ignore alias environment variables Adhemerval Zanella 2024-05-06 13:18:48 -0300
  • 1e1ad714ee support: Add envp argument to support_capture_subprogram Adhemerval Zanella 2024-05-06 13:18:47 -0300
  • c8a0e21da6 elf: Remove glibc.rtld.enable_secure check from parse_tunables_string Adhemerval Zanella 2024-05-06 13:18:46 -0300
  • bcae44ea85 elf: Only process multiple tunable once (BZ 31686) Adhemerval Zanella 2024-05-06 13:18:45 -0300
  • 143ef68b2a NEWS: Add advisories. Carlos O'Donell 2024-05-01 21:54:11 -0400
  • d4d9a805a5 Document CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602 Carlos O'Donell 2024-04-29 08:55:42 -0400
  • 5f245f3bfb Add crt1-2.0.o for glibc 2.0 compatibility tests H.J. Lu 2024-04-30 09:57:12 -0700
  • 23f0d81608 powerpc: Optimized strncmp for power10 Amrita H S 2024-05-06 09:01:29 -0500
  • f8e4623421
    Add a test to check for duplicate definitions in the static library Gabi Falk 2024-04-30 20:05:04 +0000
  • 8b005d7869
    i686: Fix multiple definitions of __memmove_chk and __memset_chk Gabi Falk 2024-04-30 20:05:03 +0000
  • 8323a83abd
    i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk Gabi Falk 2024-04-30 20:05:02 +0000
  • 5141d4d83c
    Revert "i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk" Sam James 2024-05-04 13:28:54 +0100
  • c16871e662
    Revert "i686: Fix multiple definitions of __memmove_chk and __memset_chk" Sam James 2024-05-04 13:28:51 +0100
  • fa616ea373
    Revert "Add a test to check for duplicate definitions in the static library" Sam James 2024-05-04 13:28:13 +0100
  • ff110b2591
    Add a test to check for duplicate definitions in the static library Gabi Falk 2024-04-30 20:05:04 +0000
  • ad92c483a4
    i686: Fix multiple definitions of __memmove_chk and __memset_chk Gabi Falk 2024-04-30 20:05:03 +0000
  • 3148714ab6
    i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk Gabi Falk 2024-04-30 20:05:02 +0000
  • ea73eb5f58 build-many-glibcs.py: Add openrisc hard float glibc variant Stafford Horne 2022-01-08 15:35:24 +0900
  • 643d9d38d5 or1k: Add hard float support Stafford Horne 2024-04-27 06:35:09 +0100
  • b57adfa49b or1k: Add hard float libm-test-ulps Stafford Horne 2024-04-27 06:32:59 +0100
  • 273a835fe7 time: Allow later version licensing. Carlos O'Donell 2024-04-23 13:30:37 -0400
  • 12d4ddf3c1 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 4ab74e9ba7 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 1e398f406b nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 54a666dc5c elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • 6c9e370891 elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • 9ac08d122a elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE Florian Weimer 2022-11-04 18:37:16 +0100
  • 4888ffdbb3 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • bb2ec75022 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • 93e98f092c login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • f0eae7b7d0 sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574) Adhemerval Zanella 2024-01-17 10:13:06 -0300
  • 7e53bf01b5 malloc: Exit early on test failure in tst-realloc Florian Weimer 2022-03-10 08:50:51 +0100
  • 3a38600cc7 malloc: Exit early on test failure in tst-realloc Florian Weimer 2022-03-10 08:50:51 +0100
  • 924a98402a nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 396f065496 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • 77d8f49058 login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • 8e7f0eba01 sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574) Adhemerval Zanella 2024-01-17 10:13:06 -0300
  • ce639236ca nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 85242ed63a login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • eeeaf0fe2d login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • 5b48737556 sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574) Adhemerval Zanella 2024-01-17 10:13:06 -0300
  • f4de99ea83 hurd: fix build of tst-system.c Adam Yi 2023-03-08 03:11:47 -0500
  • 90304900c3 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • f510d75ff7 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • acc56074b0 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 4bbca1a446 nscd: Use time_t for return type of addgetnetgrentX Florian Weimer 2024-05-02 17:06:19 +0200
  • 36ef0d2f2f login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • 2a41cb9c71 login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • bcd2bf36b4 sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574) Adhemerval Zanella 2024-01-17 10:13:06 -0300
  • 836d43b989 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • 9831f98c26 login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • ded2e0753e
    Add a test to check for duplicate definitions in the static library Gabi Falk 2024-04-30 20:05:04 +0000
  • 5a2cf833f5
    i686: Fix multiple definitions of __memmove_chk and __memset_chk Gabi Falk 2024-04-30 20:05:03 +0000
  • 0fdf4ba48c
    i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk Gabi Falk 2024-04-30 20:05:02 +0000
  • 552073e4b8 nscd: Typo inside comment in netgroup cache Florian Weimer 2024-04-30 12:31:37 +0200
  • 91695ee459 time: Allow later version licensing. Carlos O'Donell 2024-04-23 13:30:37 -0400
  • bc8879f4f5 hurd: Stop mapping AT_NO_AUTOMOUNT to O_NOTRANS Sergey Bugaev 2023-11-06 16:50:51 +0300
  • ddf71c550a libio: Sort test variables in Makefile H.J. Lu 2024-04-30 09:21:16 -0700
  • 6dae61567f AArch64: Remove unused defines of CPU names Wilco Dijkstra 2024-04-18 16:33:32 +0100
  • ebfd73a80f Make sure INSTALL is ASCII plaintext again Mark Wielaard 2024-04-28 16:59:39 +0200
  • 55771aba9d elf: Also compile dl-misc.os with $(rtld-early-cflags) H.J. Lu 2024-04-25 08:06:52 -0700
  • d31c4d38a3 elf: Also compile dl-misc.os with $(rtld-early-cflags) H.J. Lu 2024-04-25 08:06:52 -0700
  • 1aa819a693 elf: Also compile dl-misc.os with $(rtld-early-cflags) H.J. Lu 2024-04-25 08:06:52 -0700
  • e9f05fa1c6 elf: Also compile dl-misc.os with $(rtld-early-cflags) H.J. Lu 2024-04-25 08:06:52 -0700
  • b62928f907 x86: In ld.so, diagnose missing APX support in APX-only builds Florian Weimer 2024-04-25 17:20:28 +0200
  • fd658f026f elf: Also compile dl-misc.os with $(rtld-early-cflags) H.J. Lu 2024-04-25 08:06:52 -0700
  • 049b7684c9 elf: Also compile dl-misc.os with $(rtld-early-cflags) H.J. Lu 2024-04-25 08:06:52 -0700
  • bbf5a58ccb CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • 8d79491837 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 304ce5fe46 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 69c58d5ef9 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 3ed195a8ec CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • be60218014 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 394eae3381 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • a77064893b CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 4d27d4b9a1 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • e3eef1b8fb CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • f20a8d696b CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 5c75001a96 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 86f1d5f412 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • 1f94122289 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 966d6ac9e4 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 52f73e5c4e CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 7a5864cac6 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • bafadc589f CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 4370bef52b CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 7a95873543 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • b674246369 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • f205b3af56 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • c34f470a61 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • caa3151ca4 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 6e106dc214 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • a8070b3104 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 5eea50c440 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • f75c298e74 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 71af8ca864 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • 2ae9446c1b CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 541ea5172a CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 5968aebb86 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • a9a8d3eebb CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • c99f886de5 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 5a508e0b50 CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 1263d583d2 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • c04a21e050 CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680) Florian Weimer 2024-04-25 15:01:07 +0200
  • b048a482f0 CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 7835b00dbc CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678) Florian Weimer 2024-04-25 15:01:07 +0200
  • 87801a8fd0 CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677) Florian Weimer 2024-04-25 15:00:45 +0200
  • 2f8f157eb0 x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676] H.J. Lu 2024-04-23 13:59:50 -0700
  • 29e20bd122 i386: ulp update for SSE2 --disable-multi-arch configurations Florian Weimer 2024-04-25 12:56:48 +0200
  • e701c7d761 i386: ulp update for SSE2 --disable-multi-arch configurations Florian Weimer 2024-04-25 12:56:48 +0200
  • e828914cf9 nptl: Fix tst-cancel30 on kernels without ppoll_time64 support Florian Weimer 2024-04-23 21:16:32 +0200
  • 3a3a449742 i386: ulp update for SSE2 --disable-multi-arch configurations Florian Weimer 2024-04-25 12:56:48 +0200
  • 41903cb6f4 GLIBC-SA-2024-0004: add commit for 2.31 branch Aurelien Jarno 2024-04-23 00:04:08 +0200
  • f262fce616 benchtests: Add difficult strstr needle for bruteforce algorithms Wilco Dijkstra 2024-04-24 18:24:45 +0100
  • 46c9997413 x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676] H.J. Lu 2024-04-23 13:59:50 -0700
  • 095067efdf LoongArch: Add glibc.cpu.hwcap support. caiyinyu 2023-09-15 17:35:19 +0800
  • 921efb18ef linux: Add openat2 (BZ 31664) azanella/bz31664-openat2 Adhemerval Zanella 2024-04-23 16:45:59 -0300
  • ae014a15b4 nptl: Fix tst-cancel30 on kernels without ppoll_time64 support Florian Weimer 2024-04-23 21:16:32 +0200
  • decc9f504a nptl: Fix tst-cancel30 on kernels without ppoll_time64 support Florian Weimer 2024-04-23 21:16:32 +0200
  • f4724843ad nptl: Fix tst-cancel30 on kernels without ppoll_time64 support Florian Weimer 2024-04-23 21:16:32 +0200
  • 16c8dfba14 Revert "Allow glibc to be compiled without EXEC_PAGESIZE" Samuel Thibault 2024-04-22 23:00:18 +0200
  • 684fbab755 locale: Handle loading a missing locale twice (Bug 14247) Carlos O'Donell 2024-04-22 08:16:09 -0400
  • 25b191f6d3 elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553) Adhemerval Zanella 2024-03-26 10:47:42 -0300
  • 3703c32a8d iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961) Charles Fol 2024-03-28 12:25:38 -0300
  • f6d18bea38 Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu Joseph Myers 2024-04-19 17:03:56 +0000
  • 68bff88592 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • 78d9f91da6 login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • 61484011e7 sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574) Adhemerval Zanella 2024-01-17 10:13:06 -0300
  • 5361ad3910 login: Use unsigned 32-bit types for seconds-since-epoch Florian Weimer 2024-04-19 14:38:17 +0200
  • 9abdae94c7 login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) Florian Weimer 2024-04-19 14:38:17 +0200
  • 4d4da5aab9 login: Check default sizes of structs utmp, utmpx, lastlog Florian Weimer 2024-04-19 14:38:17 +0200
  • dd727ee173 x86: Fix bsearch for compiler that do not define __USE_EXTERN_INLINES azanella/clang Adhemerval Zanella 2024-04-18 16:27:11 -0300
  • 0997c3d0c8 benchtests: Add random() benchmark Wilco Dijkstra 2023-11-28 13:33:56 +0000
  • 05c3495296 advisories: Add Reported-By Siddhesh Poyarekar 2024-04-18 08:51:37 -0400
  • 5a3b7503e4 x86_64: update libm test ulps Adhemerval Zanella 2024-02-21 14:20:57 -0300
  • 534b6296b8 x86_64: Provide __sfp_handle_exceptions if compiler does not Adhemerval Zanella 2024-02-21 10:44:47 -0300
  • 8565bb7763 Build glibc with -ftrapping-math Adhemerval Zanella 2024-02-15 08:58:46 -0300
  • c72809e0d8 x86_64: Fix mark-plt configure test Adhemerval Zanella 2024-02-09 13:36:22 -0300
  • db7a80b30f Enable --enable-fortify-source with clang Adhemerval Zanella 2024-02-08 10:56:30 -0300
  • b80b3618dc bench-malloc-thread: Add libm for powf Adhemerval Zanella 2024-02-06 16:52:45 -0300
  • 6677c61903 benchtests: Remove clang warnings Adhemerval Zanella 2024-02-06 16:52:17 -0300
  • 230d65fc73 benchtests: Use __f128 on ilogbf128-inputs constants Adhemerval Zanella 2024-02-06 16:51:45 -0300
  • b1be860cbc benchtests: Add attribute_optimize Adhemerval Zanella 2024-02-06 16:51:25 -0300
  • 0efd2ddf2a aarch64: Fix gmon profiling with clang Adhemerval Zanella 2024-01-31 17:26:59 +0000
  • 3199b1cc5b math: Fix potential underflow on ldbl-128 erfl Adhemerval Zanella 2024-01-30 13:45:14 +0000
  • ae79f00a76 x86_64: update libm test ulps Adhemerval Zanella 2024-01-30 15:11:15 -0300
  • 37fe6828f9 aarch64: update libm test ulps Adhemerval Zanella 2024-01-29 16:35:56 +0000
  • c1877f3da5 debug: Avoid clang optimize away required function on tst-ssp1.c Adhemerval Zanella 2024-01-17 15:50:04 -0300
  • 2cebb84d7e elf: Fix tests that require interposable symbols Adhemerval Zanella 2024-01-17 15:21:25 -0300
  • 1b803c315f math: Remove _Static_assert that uses EXCEPTION_SET_FORCES_TRAP Adhemerval Zanella 2024-01-04 10:29:09 -0300
  • 3a8f2d8706 Fix loongarch stpcpy on loader Adhemerval Zanella 2023-11-23 14:19:52 -0300
  • 8c37034142 gmon: Remove ununsed LDFLAGS-tst-profile-stati Adhemerval Zanella 2023-12-20 14:00:29 -0300
  • 8beedb84fe posix: Remove the __strcpy_chk from glob tests Adhemerval Zanella 2023-08-30 09:00:04 -0300
  • b68361a19f x86: Use -mshstk instead of '#pragma GCC target' Adhemerval Zanella 2023-12-20 11:11:48 -0300
  • 4a17a44be5 i686: Do not build ifunc tests if compiler does not generate supported relocations Adhemerval Zanella 2023-08-22 16:27:15 -0300
  • cd90ccecee i386: Disable some tests on clang Adhemerval Zanella 2023-07-28 09:34:03 -0300
  • 1edd4ace37 configure: Use -Wno-restrict iff compiler supports it Adhemerval Zanella 2023-07-27 15:49:52 -0300
  • b3816426d9 stdio: Fix clang warnings on tests Adhemerval Zanella 2023-07-27 15:27:08 -0300
  • 3be1ab1ff9 Use -Wl,--undefined-version if linker requires it Adhemerval Zanella 2023-01-04 13:46:38 -0300
  • 1eed82b691 linux: Avoid indirection on operand of type 'void *' for gettimeofday Adhemerval Zanella 2022-09-26 10:00:51 -0300
  • f85b9dde83 Fix libc_cv_protected_data check if compiler defaults to PIE Adhemerval Zanella 2022-09-01 15:19:23 -0300
  • d57642f9fa stdio: Suppress %Z format for clang Adhemerval Zanella 2022-09-01 09:29:23 -0300
  • f9d1356c69 resolve: Fix implicit conversion on tst-resolv-invalid-cname Adhemerval Zanella 2022-09-01 08:08:59 -0300
  • 0b0c655d88 elf: Use volatile to set __rseq_size and __rseq_offset Adhemerval Zanella 2022-04-03 11:23:20 -0300
  • 5272f92fd5 elf: Disable unload4 test on clang Adhemerval Zanella 2022-08-26 09:24:25 -0300
  • 513a0b4b8b stdio: Fix tst-vfprintf-user-type on clang Adhemerval Zanella 2022-04-01 23:51:04 -0300
  • 645ebc4942 math: Do not use __builtin_isinf on clang Adhemerval Zanella 2022-04-01 17:03:34 -0300
  • fa7fa397d3 math: Do not use __builtin_isnan on clang Adhemerval Zanella 2022-04-01 17:01:22 -0300
  • b04dd4757f math: Do not use __builtin_fpclassify on clang Adhemerval Zanella 2022-04-01 16:54:55 -0300
  • a4112fc8ba math: Fix isgreater* and isless* for clang Adhemerval Zanella 2022-04-01 16:35:32 -0300
  • d303ad4774 math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINES Adhemerval Zanella 2022-08-02 15:42:14 -0300
  • 74bbd495ac intl: Use strcpy on _nl_make_l10nflist Adhemerval Zanella 2022-08-10 17:56:13 -0300
  • 8c0ae678b6 string: mempcy and stpcpy builtins internally Adhemerval Zanella 2022-03-31 15:18:02 -0300
  • c7fbd2d41b Handle abort call for -fexceptions call Adhemerval Zanella 2022-04-01 14:17:07 -0300
  • e2aecf8325 elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_UNIQUE Adhemerval Zanella 2022-05-12 15:36:01 -0300
  • 250a53976c x86: Use bool for C++ on x86.h Adhemerval Zanella 2022-03-31 10:40:02 -0300
  • 0f38a02254 malloc: Suppress clang warning on tst-aligned-alloc Adhemerval Zanella 2023-07-27 15:55:42 -0300
  • 4fbc210a64 malloc: Disable malloc builtins on tests Adhemerval Zanella 2022-03-30 15:42:18 -0300
  • 8a082445f8 Only use -finput-charset=ascii iff compiler supports it Adhemerval Zanella 2022-03-25 13:58:03 -0300
  • faae5301b6 conform: Do not use __SIG_ATOMIC_TYPE__ Adhemerval Zanella 2022-04-03 09:46:45 -0300
  • a060642922 conform: Replace _Static_assert with macro Adhemerval Zanella 2022-03-29 16:06:13 -0300
  • aec36af87b conform: Use -dD instead of -dN on compiler invocation Adhemerval Zanella 2022-03-29 09:48:27 -0300
  • edae9c07c2 localedata: Use hexadecimal character escape on tests Adhemerval Zanella 2022-03-28 15:50:07 -0300
  • 033cbb8ef8 Undef attribute_relro on internal tests that include tls.h Adhemerval Zanella 2022-03-25 16:41:34 -0300
  • d5eaf6b106 elf: Do not cast TLS_DTV_UNALLOCATED to void Adhemerval Zanella 2022-03-25 15:46:10 -0300
  • e3dd9164a1 malloc: Suppress clang warning on tst-memalign Adhemerval Zanella 2022-03-25 09:00:43 -0300
  • 5e66de71ee x86: Use inhibit_stack_protector on tst-ifunc-isa.h Adhemerval Zanella 2022-08-25 09:48:57 -0300
  • 3fd243990d Move inhibit_stack_protector to its own header Adhemerval Zanella 2022-08-25 09:47:31 -0300
  • 367d2d9044 elf: Suppress clang warning on tst-unique4 Adhemerval Zanella 2022-03-25 11:21:33 -0300
  • a221274e31 elf: Suppress clang warning on tst-unique3 Adhemerval Zanella 2022-03-25 11:17:39 -0300
  • 56765bcfde support: Suppress clang warning on tst-timespec Adhemerval Zanella 2022-03-25 11:26:46 -0300
  • 95458b5142 misc: Disable some atomic tests on clang Adhemerval Zanella 2022-03-25 11:22:44 -0300
  • 8bf73ae778 linux: Adequate tst-clone3 to c11 atomics Adhemerval Zanella 2022-03-25 11:27:46 -0300
  • 0fe003b023 posix: Suppress clang warning on bug-regex24 Adhemerval Zanella 2022-03-25 11:23:35 -0300
  • 790e19f1d1 dirent: Remove variable lenght array structure for tst-getdents64.c Adhemerval Zanella 2022-03-25 09:03:03 -0300
  • 58235f6e00 string: Suppress clang -Wsuspicious-bzero on tester Adhemerval Zanella 2022-03-24 18:08:41 -0300
  • 6de59ecf53 malloc: Only enable -Waggressive-loop-optimizations suppression for gcc Adhemerval Zanella 2022-03-25 09:00:12 -0300
  • 6272e41605 Use check tests with trampolines iff compiler supports it Adhemerval Zanella 2022-03-25 08:58:03 -0300
  • 8eb85e1f8a Handle pragma GCC optimize for clang Adhemerval Zanella 2022-03-24 16:17:59 -0300
  • 6cd43d274d stdio: Suppress clang warnings for tst-vprintf-width-i18n.c Adhemerval Zanella 2022-06-03 10:43:42 -0300
  • 678c3915f6 stdio: Suppress clang warnings for tst-unlockedio.c Adhemerval Zanella 2022-03-24 16:03:16 -0300
  • ac431c9b02 stdio: Suppress -Wformat only for gcc for tst-sprintf-errno.c Adhemerval Zanella 2022-03-24 15:56:35 -0300
  • b9801c945a stdio: Disable attribute (optimize) if compiler does not support it Adhemerval Zanella 2022-03-24 15:54:10 -0300
  • f866567479 stdio: Disable clang warning on scanf13 test Adhemerval Zanella 2022-03-24 15:46:34 -0300
  • e402c515c7 stdio: Disable bug23-3 on clang Adhemerval Zanella 2022-03-24 15:45:46 -0300
  • eadc9db07b stdlib: Avoid internal definitions for tst-strtod5i Adhemerval Zanella 2022-03-24 15:35:28 -0300
  • 4b7c223291 math: Fix test-totalorderl-ldbl-96 exponent setting Adhemerval Zanella 2022-03-24 15:14:35 -0300
  • 96f8c9eefa And defines to __attribute__ (__noclone__) iff compiler supports it. Adhemerval Zanella 2022-03-24 15:02:20 -0300
  • 942eea7557 x86: Use -mfpmath=387 iff compiler supports it Adhemerval Zanella 2022-03-24 15:02:05 -0300
  • 22997a0a53 x86_64: Disable libmvec tests if compiler does not support attribute '__simd__' Adhemerval Zanella 2022-06-09 09:51:46 -0300
  • e66d555823 math: Only build tests for _Complex __int128 iff compiler supports it Adhemerval Zanella 2022-03-24 14:24:08 -0300
  • 932dda54e7 x86: Fix test-double-vlen include-next Adhemerval Zanella 2022-03-24 13:14:30 -0300
  • 054630d6fe math: Define CMPLX(F,L) for clang Adhemerval Zanella 2022-03-24 13:13:43 -0300
  • 0062fcb8ba Use -ffloat-store iff compiler supports it Adhemerval Zanella 2022-03-24 13:12:43 -0300
  • 9193695399 math: Fix clang warnings on bug-tgmath1.c Adhemerval Zanella 2022-03-24 11:08:44 -0300
  • 3a249b4037 math: Fix clang warnings for math/test-tgmath-ret.c Adhemerval Zanella 2022-03-15 15:33:02 -0300
  • 1b58f27cc0 localedata: Fix clang warnings on tests Adhemerval Zanella 2022-03-15 15:29:47 -0300
  • e8c753c228 configure: remove overly restrictive check for clang Fangrui Song 2021-09-25 22:03:08 -0700
  • c3e44655e4 riscv: Suppress clang confstr -Wignored-attributes feupdateenv Adhemerval Zanella 2023-09-28 14:19:51 -0300
  • 0add13af81 riscv: Do not use cfi_label when building with clang Adhemerval Zanella 2023-09-28 14:17:54 -0300
  • f72cdbda8b string: Suppress clang confstr -Wignored-attributes on strlen Adhemerval Zanella 2023-09-28 14:18:54 -0300
  • ed04c874cf arm: Fix clang multi-arch build with ld.bfd Adhemerval Zanella 2022-12-09 15:22:53 -0300
  • 0f9ceb0c3e arm: Use vmov.i32 instead of vmov on neon memchr Adhemerval Zanella 2022-08-09 17:22:58 -0300
  • efb33ce84a aarch64: Use 64-bit variable to access the special registers Adhemerval Zanella 2022-03-15 18:08:21 -0300
  • 140d0a7399 i386: sfp-machine.h: Do no use asm input cast for clang Adhemerval Zanella 2022-07-26 08:45:41 -0300
  • 5319e3d6bd i386: Move ___tls_get_addr hidden proto before its first usage Adhemerval Zanella 2022-07-26 08:41:10 -0300
  • 4f159526de i386: Disable math_opt_barrier and math_force_eval for clang Adhemerval Zanella 2022-07-26 08:45:02 -0300
  • 5e73929ed3 x86: Add inhibit_stack_protector on ifunc handlers Adhemerval Zanella 2022-08-04 09:41:29 -0300
  • 01f529206c x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtype Adhemerval Zanella 2022-03-10 14:41:31 -0300
  • cabd218e41 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code path Fangrui Song 2021-10-10 14:38:00 -0700
  • cc579bf118 x86: Use -msse2avx iff compiler supports it Adhemerval Zanella 2022-03-10 15:05:51 -0300
  • 774dfa5a5a support: Handle clang support/dtotimespec.c on dtotimespec Adhemerval Zanella 2023-03-20 16:20:48 -0300
  • a31deccd49 stdio: Fix -Wtautological-constant-out-of-range-compare on clang Adhemerval Zanella 2023-01-03 14:35:09 -0300