aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2025-04-25linux/termio: remove <termio.h> and struct termioH. Peter Anvin5-46/+0
2025-04-22elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]Aurelien Jarno2-55/+55
2025-04-22Add AT_* constants from Linux 6.12Joseph Myers1-0/+2
2025-04-21hurd: Make symlink return EEXIST on existing target directorySamuel Thibault1-1/+1
2025-04-21hurd: Clear FP exceptions before calling signal handlerSamuel Thibault1-4/+10
2025-04-21hurd: Do not check for xstate level if it was not initializedSamuel Thibault1-1/+1
2025-04-21hurd: Do not restore xstate when it is not initializedSamuel Thibault2-34/+40
2025-04-20hurd: Make *utime*s catch invalid times [BZ #32802, BZ #32803]Samuel Thibault3-12/+66
2025-04-18hurd: save xstate during signal handlingLuca Dariz5-25/+134
2025-04-18hurd: Check return value of mach_port_mod_refs() in the dup routine of fcntl()Zhaoming Luo2-28/+87
2025-04-15aarch64: Add back non-temporal load/stores from oryon-1's memsetAndrew Pinski1-0/+26
2025-04-15aarch64: Add back non-temporal load/stores from oryon-1's memcpyAndrew Pinski1-0/+40
2025-04-14Fix spelling mistake "succsefully" -> "successfully"Colin Ian King1-1/+1
2025-04-12x86: Detect Intel Diamond RapidsH.J. Lu1-0/+12
2025-04-11x86: Handle unknown Intel processor with default tuningSunil K Pandey1-144/+143
2025-04-10x86: Add ARL/PTL/CWF model detection supportSunil K Pandey1-0/+10
2025-04-10powerpc: Remove relocation cache flush code for power64Florian Weimer1-15/+0
2025-04-09math: Fix up THREEp96 constant in expf128 [BZ #32411]Jakub Jelinek1-1/+1
2025-04-08elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella1-0/+13
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf34-0/+136
2025-04-05x86: Optimize xstate size calculationSunil K Pandey2-56/+24
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella3-4/+22
2025-04-02sysdeps: powerpc: restore -mlong-double-128 checkSam James2-0/+117
2025-04-01Update syscall lists for Linux 6.14Joseph Myers1-2/+2
2025-03-31x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthreadFlorian Weimer1-0/+3
2025-03-31Raise the minimum GCC version to 12.1 [BZ #32539]H.J. Lu4-175/+0
2025-03-31Fix typo in commentYLK2-2/+2
2025-03-31aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612)Adhemerval Zanella4-12/+100
2025-03-29x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)Florian Weimer9-8/+40
2025-03-29x86: Skip XSAVE state size reset if ISA level requires XSAVEFlorian Weimer1-0/+5
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki36-2332/+2332
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki12-504/+504
2025-03-28stdio-common: Reject integer prefixes in scanf [BZ #12701]Maciej W. Rozycki16-960/+960
2025-03-28stdio-common: Add scanf long double data for Intel/Motorola 80-bit formatMaciej W. Rozycki10-0/+4873
2025-03-27Implement C23 pownJoseph Myers41-4/+256
2025-03-25linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708]Collin Funk1-1/+1
2025-03-25stdio-common: Add scanf long double data for IBM 128-bit formatMaciej W. Rozycki10-0/+4895
2025-03-25stdio-common: Add scanf long double data for IEEE 754 binary64 formatMaciej W. Rozycki10-1/+5028
2025-03-25stdio-common: Add scanf long double data for IEEE 754 binary128 formatMaciej W. Rozycki9-0/+4840
2025-03-25stdio-common: Add scanf double data for IEEE 754 binary64 formatMaciej W. Rozycki9-0/+4964
2025-03-25stdio-common: Add scanf float data for IEEE 754 binary32 formatMaciej W. Rozycki9-0/+4963
2025-03-25stdio-common: Add scanf integer data for LP64 targetsMaciej W. Rozycki15-0/+9105
2025-03-25stdio-common: Add scanf integer data for ILP32 targetsMaciej W. Rozycki15-0/+9048
2025-03-25mach: Use the host_get_time64 to replace the deprecated host_get_time for CLO...Zhaoming Luo3-0/+52
2025-03-25aio_suspend64: Fix clock discrepancy [BZ #32795]Samuel Thibault1-1/+1
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey34-0/+34
2025-03-24Update kernel version to 6.13 in header constant testsJoseph Myers3-4/+4
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella3-20/+26
2025-03-21Remove eloop-threshold.hAdhemerval Zanella4-83/+49
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat34-0/+34