aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella30-601/+357
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella27-249/+178
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella28-235/+251
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella8-78/+179
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella26-134/+91
2024-11-22benchtests: Add tanf benchmarkAdhemerval Zanella2-0/+3006
2024-11-22benchtests: Add lgammaf benchmarkAdhemerval Zanella2-0/+1006
2024-11-22benchtests: Add erfcf benchmarkAdhemerval Zanella2-0/+796
2024-11-22benchtests: Add erff benchmarkAdhemerval Zanella2-0/+796
2024-11-22benchtests: Add cbrtf benchmarkAdhemerval Zanella2-0/+1006
2024-11-22elf: Handle static PIE with non-zero load address [BZ #31799]H.J. Lu6-7/+200
2024-11-21x86/string: Use `movsl` instead of `movsd` in strncat [BZ #32344]Siddhesh Poyarekar1-2/+2
2024-11-21stdlib: Make getenv thread-safe in more casesFlorian Weimer8-79/+609
2024-11-21aarch64: Remove non-temporal load/stores from oryon-1's memsetAndrew Pinski1-26/+0
2024-11-21aarch64: Remove non-temporal load/stores from oryon-1's memcpyAndrew Pinski1-40/+0
2024-11-20powerpc64le: _init/_fini file changes for ROPSachin Monga3-1/+14
2024-11-20mman.h: Fix MAP_HASSEMPHORE typoSamuel Thibault1-1/+1
2024-11-20misc: remove extra va_end in error_tail (bug 32233)Andreas Schwab1-1/+0
2024-11-20intl: avoid alloca for arbitrary sizes (bug 32380)Andreas Schwab1-39/+12
2024-11-20manual: Add description of AArch64-specific pkey flagsYury Khrustalev1-1/+15
2024-11-20AArch64: Add support for memory protection keysYury Khrustalev8-11/+477
2024-11-20AArch64: Remove thunderx{,2} memcpyAndrew Pinski7-792/+0
2024-11-19Fix femode_t conditionals for arc and or1kJoseph Myers2-2/+2
2024-11-19powerpc64le: Optimized strcat for POWER10Mahesh Bodapati4-9/+56
2024-11-19powerpc: Improve the inline asm for syscall wrappersPeter Bergner1-20/+22
2024-11-19htl: move pthread_attr_init into libc.gfleury10-11/+13
2024-11-19htl: move pthread_attr_setguardsize into libc.gfleury7-5/+14
2024-11-19htl: move pthread_attr_setschedparam into libc.gfleury9-15/+8
2024-11-19htl: move pthread_attr_setscope into libc.gfleury9-12/+8
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury9-10/+33
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury8-5/+16
2024-11-19htl: move pthread_attr_getstack into libc.gfleury8-6/+16
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury8-5/+17
2024-11-19htl move pthread_attr_getstacksize into libc.gfleury8-5/+17
2024-11-19htl move pthread_attr_getscope into libc.gfleury9-10/+9
2024-11-19htl move pthread_attr_getguardsize into libc.gfleury7-5/+18
2024-11-19htl: move __pthread_default_attr into libcgfleury4-1/+4
2024-11-19htl: move pthread_attr_destroy into libc.gfleury9-10/+9
2024-11-15stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]Maciej W. Rozycki1-1/+1
2024-11-13elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno1-0/+8
2024-11-13x86/string: Use `movsl` instead of `movsd` in strncpy/strncat [BZ #32344]Noah Goldstein1-1/+1
2024-11-13manual: Fix overeager s/int/size_t/ in memory.texiJonathan Wakely1-1/+1
2024-11-12hppa: Update libm-test-ulpsJohn David Anglin1-0/+3
2024-11-13Revert "hurd: Stop depending on the default_pager stubs provided by gnumach"Samuel Thibault2-2/+4
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella23-8/+463
2024-11-12io: Add setuid tests for faccessatSiddhesh Poyarekar2-0/+164
2024-11-12tst-faccessat.c: Port to libsupportSiddhesh Poyarekar1-156/+65
2024-11-12support: Add xdupSiddhesh Poyarekar3-0/+32
2024-11-12LoongArch: Update ulpscaiyinyu1-1/+2
2024-11-10stat.h: Fix missing declaration of struct timespecSamuel Thibault1-1/+1