summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2026-03-12Support loading libunwind instead of libgcc_sAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2026-01-01Pass glibc pre-commit checksPaul Eggert
2025-12-22misc: Enable tst-atomic for clangAdhemerval Zanella
2025-12-17atomic: Reinstate HAVE_64B_ATOMICS configure checkWilco Dijkstra
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-20Implement C23 const-preserving standard library macrosJoseph Myers
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-11cdefs: Fix some typos in comments.Bruno Haible
2025-11-07posix: Fix invalid flags test for p{write,read}v2Yury Khrustalev
2025-10-30cdefs: allow __attribute__ on tccEric Wong
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-22misc: Fix clang -Wstring-plus-int warnings on syslogAdhemerval Zanella
2025-09-10atomics: Remove unused atomicsWilco Dijkstra
2025-09-08misc: Add support for Linux uio.h RWF_DONTCACHE flagXi Ruoyao
2025-09-05testsuite: Update tests for 'xfclose' useMaciej W. Rozycki
2025-09-05testsuite: Update tests for 'xfmemopen' useMaciej W. Rozycki
2025-06-17termios: make __tcsetattr() the internal interfaceH. Peter Anvin (Intel)
2025-01-02mlock, mlock2, munlock: Use __attr_access_none macroSam James
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-01-01mlock, mlock2, munlock: Tell the compiler we don't dereference the pointerXi Ruoyao
2024-12-23Suppress Clang -Wimplicit-fallthrough warningsH.J. Lu
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-12-22tst-atomic.c: Mark as UNSUPPORTED when compiled with ClangH.J. Lu
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-12-14Return EXIT_UNSUPPORTED if __builtin_mul_overflow unavailableH.J. Lu
2024-12-05Fix and sort variables in MakefilesH.J. Lu
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-11-20misc: remove extra va_end in error_tail (bug 32233)Andreas Schwab
2024-10-10misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella
2024-09-24misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library)Florian Weimer
2024-09-21misc: FUSE-based tests for mkstempFlorian Weimer
2024-08-01Add mremap testsH.J. Lu
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella
2024-02-28cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar
2024-02-27debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella
2024-02-27syslog: Improve fortify with clangAdhemerval Zanella
2024-02-27cdefs.h: Add clang fortify directivesAdhemerval Zanella
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella