Commit Graph

  • 99671e72bb Add multithreaded test of sem_getvalue master 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