aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-18hurd: save xstate during signal handlingLuca Dariz9-25/+458
2025-04-18hurd: Check return value of mach_port_mod_refs() in the dup routine of fcntl()Zhaoming Luo2-28/+87
2025-04-16malloc: move tcache_init out of hot tcache pathsCupertino Miranda1-12/+6
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-15malloc: Use tailcalls in __libc_freeWilco Dijkstra1-7/+24
2025-04-15malloc: Inline tcache_freeWilco Dijkstra1-30/+14
2025-04-15malloc: Improve free checksWilco Dijkstra1-9/+6
2025-04-15malloc: Inline _int_free_checkWilco Dijkstra1-19/+12
2025-04-14malloc: Inline _int_freeWilco Dijkstra2-28/+12
2025-04-14malloc: Move mmap code out of __libc_free hotpathWilco Dijkstra1-30/+40
2025-04-14manual/tunables: fix a trivial typoAurelien Jarno1-1/+1
2025-04-14Fix spelling mistake "trucate" -> "truncate"Colin Ian King1-1/+1
2025-04-14Fix spelling mistake "suports" -> "supports"Colin Ian King2-2/+2
2025-04-14Fix spelling mistake "succsefully" -> "successfully"Colin Ian King1-1/+1
2025-04-14manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider.Collin Funk1-1/+2
2025-04-14manual: Update standardization of getline and getdelim [BZ #32830]Collin Funk1-11/+15
2025-04-14libio: Add test case for fflushFrédéric Bérat4-0/+208
2025-04-14libio: Synthesize ESPIPE error if lseek returns 0 after reading bytesFlorian Weimer3-0/+61
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-10conform: Add initial support for C23.Collin Funk82-151/+151
2025-04-10x86: Add ARL/PTL/CWF model detection supportSunil K Pandey1-0/+10
2025-04-10timezone: Enhance tst-bz28707 diagnosticsFlorian Weimer1-14/+20
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 Zanella11-13/+82
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf47-2/+475
2025-04-08stdio-common: In tst-setvbuf2, close helper thread descriptor only if openedFlorian Weimer1-18/+21
2025-04-07Remove duplicates from binaries-shared-tests when creating make rulesAndreas Schwab1-1/+1
2025-04-05x86: Optimize xstate size calculationSunil K Pandey2-56/+24
2025-04-05NEWS: update for GCC 12.1 requirement [BZ #32539]Sam James1-1/+1
2025-04-02stdio: fix hurd link for tst-setvbuf2DJ Delorie1-1/+2
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella8-36/+188
2025-04-02sysdeps: powerpc: restore -mlong-double-128 checkSam James2-0/+117
2025-04-01stdio: Add more setvbuf testsDJ Delorie3-1/+1041
2025-04-01add ptmx support to test-containerDJ Delorie4-0/+67
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-31elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823)John David Anglin1-1/+2
2025-03-31Raise the minimum GCC version to 12.1 [BZ #32539]H.J. Lu8-217/+9
2025-03-31Fix typo in commentYLK2-2/+2
2025-03-31manual: tidy the longopt.c exampleSamuel Zeter1-5/+5
2025-03-31manual: Document functions adopted by POSIX.1-2024.Collin Funk10-85/+116
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-28malloc: Improve performance of __libc_mallocWilco Dijkstra1-13/+20
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki38-2335/+2338
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki13-505/+510