aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-25debug: Wire up tst-longjmp_chk3Florian Weimer2-4/+10
2024-11-25nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson1-0/+1
2024-11-25math: Fix branch hint for 68d7128942Adhemerval Zanella1-1/+1
2024-11-25powerpc64le: ROP Changes for strncpy/ppc-mountSachin Monga4-28/+46
2024-11-25math: Fix non-portability in the computation of signgam in lgammafVincent Lefevre1-5/+4
2024-11-25malloc: Split _int_free() into 3 sub functionsWangyang Guo1-49/+86
2024-11-25hurd: Add MAP_NORESERVE mmap flagSamuel Thibault1-0/+1
2024-11-22nptl: Add smoke test for pthread_getcpuclockid failureSiddhesh Poyarekar2-0/+51
2024-11-22Add multithreaded test of sem_getvalueJoseph Myers2-0/+186
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella29-270/+321
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