aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
4 daysLinux: Add test case for bug 33245Florian Weimer2-0/+240
5 daystst-fopen-threaded.c: Delete temporary fileH.J. Lu1-2/+12
5 dayserrlist: add missing entries for MIPS/SPARCLuca Boccassi1-0/+9
8 daysi386: Consolidate subdirectory check on elf and csuH.J. Lu1-18/+9
8 daysx86-64: Consolidate subdirectory check on elf and csuH.J. Lu1-15/+10
11 daystst-cond23: return EXIT_UNSUPPORTED on missing clock selectionSamuel Thibault1-1/+1
2025-07-25aarch64: Fix aarch64_be build with --enable-sframeAdhemerval Zanella1-1/+1
2025-07-24sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flagClaudiu Zissulescu3-31/+118
2025-07-24Disable SFrame support by defaultAdhemerval Zanella7-85/+10
2025-07-21Revert "Linux: Keep termios ioctl constants strictly internal"Florian Weimer17-111/+260
2025-07-18x86-64: Properly compile ISA optimized modf and modffH.J. Lu12-47/+90
2025-07-17x86-64: Compile ISA versions of modf/modff with -fno-stack-protectorH.J. Lu1-4/+11
2025-07-14elf: Add SFrame stack tracingClaudiu Zissulescu6-0/+1258
2025-07-14aarch64: Add SFrame support for aarch64 architectureClaudiu Zissulescu1-0/+78
2025-07-14x86: Add SFrame support for x86 architectureClaudiu Zissulescu1-0/+76
2025-07-11x86_64: Optimize modf/modff for x86_64-v2Adhemerval Zanella10-0/+123
2025-07-11Linux: Keep termios ioctl constants strictly internalFlorian Weimer17-260/+111
2025-07-10Remove termios2 ioctl defintions from public headersAndreas Schwab2-41/+12
2025-07-09x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internalH.J. Lu2-0/+8
2025-07-06htl: move __pthread_get_cleanup_stack to libcSamuel Thibault8-21/+13
2025-07-06htl: Drop ptr_pthread_once from pthread_functionsSamuel Thibault1-2/+0
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer1-0/+4
2025-07-05elf: Introduce _dl_debug_change_stateFlorian Weimer1-2/+12
2025-07-05elf: Introduce separate _r_debug_array variableFlorian Weimer1-2/+0
2025-07-05hurd: Mark more xfails for missing RLIMIT_AS supportSamuel Thibault1-0/+1
2025-07-04Linux: Fix typo in comment in termios_internals.hFlorian Weimer1-1/+1
2025-06-30stdlib: Fix __libc_message_impl iovec size (BZ 32947)Adhemerval Zanella1-14/+18
2025-06-30AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]Wilco Dijkstra1-0/+1
2025-06-25powerpc: Remove modf optimizationAdhemerval Zanella4-62/+4
2025-06-25powerpc: Remove modff optimizationAdhemerval Zanella5-57/+12
2025-06-24Linux: Convert '__close_nocancel_nostatus' to a standalone handlerMaciej W. Rozycki4-8/+34
2025-06-24Linux: Fix '__close_nocancel_nostatus' clobbering 'errno' [BZ #33035]Maciej W. Rozycki1-1/+1
2025-06-23riscv: linux: Add support for getrandom vDSOXi Ruoyao1-1/+2
2025-06-23powerpc: use .machine power10 in POWER10 assembler sourcesAndreas Schwab5-5/+5
2025-06-21hurd: Remove a duplicate entry from 'tests-unsupported'.Collin Funk1-3/+0
2025-06-21hurd: Fix redefinition of 'P2ALIGN'.Collin Funk1-0/+5
2025-06-19x86: Update tst-gnu2-tls2 testsH.J. Lu7-26/+77
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu19-170/+386
2025-06-18math: Simplify and optimize modf implementationAdhemerval Zanella2-52/+70
2025-06-18math: Simplify and optimize modff implementationAdhemerval Zanella2-45/+71
2025-06-18AArch64: Improve codegen SVE log1p helperLuna Lamb3-24/+71
2025-06-18AArch64: Optimise SVE FP64 HyperbolicsDylan Fleming3-165/+289
2025-06-18AArch64: Optimize SVE exp functionsDylan Fleming4-155/+211
2025-06-18sparc: Fix sparc32 Fix argument passing to __libc_start_main (BZ 32981)Adhemerval Zanella1-3/+4
2025-06-18Fix termios related targetsAndreas Schwab1-9/+18
2025-06-18aarch64: simplify calls to __libc_arm_za_disable in assemblyYury Khrustalev3-42/+27
2025-06-18aarch64: GCS: use internal struct in __alloc_gcsYury Khrustalev3-8/+28
2025-06-18powerpc: Remove assembler workaroundsAndreas Schwab4-101/+34
2025-06-17Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to neti...Jeremy Harris1-0/+3
2025-06-17linux/termios: regression test for termios speed functionsH. Peter Anvin (Intel)2-0/+593