aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella1-0/+10
2025-12-03time: Add TIME_MONOTONIC, TIME_ACTIVE, and TIME_THREAD_ACTIVEAdhemerval Zanella1-0/+12
2025-12-02misc: fix some typosYury Khrustalev1-1/+1
2025-11-27Define C23 header version macrosJoseph Myers1-1/+4
2025-11-22pthread: Simplify condition for hidden protoSamuel Thibault1-4/+0
2025-11-22htl: Also use __libc_thread_freeres to clean TLS stateSamuel Thibault1-5/+1
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella10-9/+50
2025-11-17math: Handle fabsf128 !__USE_EXTERN_INLINESAdhemerval Zanella1-3/+8
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella1-6/+16
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella2-10/+5
2025-11-13htl: move {,_IO_}f{,un,try}lockfile implementation into libcSamuel Thibault1-2/+4
2025-11-10string: Check if attribute can declared after function declarationAdhemerval Zanella1-0/+5
2025-11-04Add feature test macros for POSIX.1-2024.Collin Funk1-7/+23
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella1-1/+1
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra1-8/+0
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella1-1/+1
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella1-1/+1
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella1-1/+1
2025-10-31debug: mark __libc_message_wrapper as always inlineYury Khrustalev1-2/+3
2025-10-29argp: Move attribute_hidden to argp-fmtstream.hAdhemerval Zanella1-18/+0
2025-10-29include: Sync gnulib intpropsAdhemerval Zanella2-332/+432
2025-10-21stdio: Only use __va_arg_pack if compiler supports itAdhemerval Zanella1-2/+5
2025-10-21elf: Suppress unused function clang warning for __ifunc_resolverAdhemerval Zanella1-1/+5
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella1-0/+3
2025-10-21Disable __USE_EXTERN_INLINES for clangAdhemerval Zanella1-1/+1
2025-10-10misc: Fix several typosYury Khrustalev1-1/+1
2025-10-08atomic: Remove atomic_forced_readWilco Dijkstra1-5/+0
2025-10-01shm-directory: Truncated struct member name lengthPrasanna Paithankar1-2/+2
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers1-0/+9
2025-09-23assert: Refactor assert/assert_perrorAdhemerval Zanella1-24/+23
2025-09-15support: add check_mem_access functionYury Khrustalev1-1/+1
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella1-0/+2
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella1-0/+1
2025-09-10atomics: Remove unused atomicsWilco Dijkstra1-433/+1
2025-09-09atomic: Switch atomic.h to builtin atomicsWilco Dijkstra1-165/+0
2025-09-09atomic: Use builtin atomics with USE_ATOMIC_COMPILER_BUILTINSWilco Dijkstra1-0/+43
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda2-1/+35
2025-08-22Undef __INT64_C/__UINT64_C for glibc build and testH.J. Lu1-0/+5
2025-07-28Bump version number to 2.42Andreas K. Hüttel1-1/+1
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer1-0/+2
2025-07-01elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]H.J. Lu1-0/+13
2025-06-30stdlib: Fix __libc_message_impl iovec size (BZ 32947)Adhemerval Zanella1-0/+4
2025-06-17include/array_length.h: add array_foreach[_const] macrosH. Peter Anvin1-0/+14
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)1-3/+22
2025-06-17io: replace local_isatty() with a proper function __isatty_nostatus()H. Peter Anvin (Intel)1-0/+1
2025-06-17termios: make __tcsetattr() the internal interfaceH. Peter Anvin (Intel)1-1/+1
2025-05-27Fix comment typo in libc-symbols.hJonathan Wakely1-1/+1
2025-05-16Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}Florian Weimer1-0/+5
2025-05-16Optimize __libc_tsd_* thread variable accessFlorian Weimer2-4/+8
2025-05-16Remove <libc-tsd.h>Florian Weimer2-10/+7