summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-13htl: move {,_IO_}f{,un,try}lockfile implementation into libcSamuel Thibault
2025-11-10string: Check if attribute can declared after function declarationAdhemerval Zanella
2025-11-04Add feature test macros for POSIX.1-2024.Collin Funk
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella
2025-10-31debug: mark __libc_message_wrapper as always inlineYury Khrustalev
2025-10-29argp: Move attribute_hidden to argp-fmtstream.hAdhemerval Zanella
2025-10-29include: Sync gnulib intpropsAdhemerval Zanella
2025-10-21stdio: Only use __va_arg_pack if compiler supports itAdhemerval Zanella
2025-10-21elf: Suppress unused function clang warning for __ifunc_resolverAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-21Disable __USE_EXTERN_INLINES for clangAdhemerval Zanella
2025-10-10misc: Fix several typosYury Khrustalev
2025-10-08atomic: Remove atomic_forced_readWilco Dijkstra
2025-10-01shm-directory: Truncated struct member name lengthPrasanna Paithankar
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-09-23assert: Refactor assert/assert_perrorAdhemerval Zanella
2025-09-15support: add check_mem_access functionYury Khrustalev
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella
2025-09-10atomics: Remove unused atomicsWilco Dijkstra
2025-09-09atomic: Switch atomic.h to builtin atomicsWilco Dijkstra
2025-09-09atomic: Use builtin atomics with USE_ATOMIC_COMPILER_BUILTINSWilco Dijkstra
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-22Undef __INT64_C/__UINT64_C for glibc build and testH.J. Lu
2025-07-28Bump version number to 2.42Andreas K. Hüttel
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-07-01elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]H.J. Lu
2025-06-30stdlib: Fix __libc_message_impl iovec size (BZ 32947)Adhemerval Zanella
2025-06-17include/array_length.h: add array_foreach[_const] macrosH. Peter Anvin
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)
2025-06-17io: replace local_isatty() with a proper function __isatty_nostatus()H. Peter Anvin (Intel)
2025-06-17termios: make __tcsetattr() the internal interfaceH. Peter Anvin (Intel)
2025-05-27Fix comment typo in libc-symbols.hJonathan Wakely
2025-05-16Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}Florian Weimer
2025-05-16Optimize __libc_tsd_* thread variable accessFlorian Weimer
2025-05-16Remove <libc-tsd.h>Florian Weimer
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat
2025-03-21Add missing guards in include/arpa/inet.hFrédéric Bérat
2025-03-21Prepare inet_ntop to be fortifiedFrédéric Bérat
2025-02-02elf: Merge __dl_libc_freemem into __rtld_libc_freeresFlorian Weimer
2025-02-01elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer
2025-01-28Bump version to 2.41Andreas K. Hüttel