summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2025-01-24Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer
2025-01-23stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer
2025-01-07include/string.h: Also redirect calls if not inlined in libpthreadSamuel Thibault
2025-01-03Redirect mempcpy and stpcpy only in libc.aH.J. Lu
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-12-23Fix build without stack protector [BZ #32494]H.J. Lu
2024-12-22Add clang specific warning suppression macrosAdhemerval Zanella
2024-12-22Add include/libc-misc.hH.J. Lu
2024-12-21Don't use glibc <tgmath.h> when testing with ClangH.J. Lu
2024-12-14include/bits/sigstksz.h: Avoid #elif IS_IN (libsupport)H.J. Lu
2024-12-12math: Remove __XXX math functions from installed math.h [BZ #32418]H.J. Lu
2024-12-07math: Exclude internal math symbols for tests [BZ #32414]H.J. Lu
2024-11-04Add feature test macro _ISOC2Y_SOURCELenard Mollenkopf
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella
2024-09-06stdlib: Do not use GLIBC_PRIVATE ABI for errno in libc_nonshared.aFlorian Weimer
2024-08-09Define __libc_initial for the static libcFlorian Weimer
2024-08-05elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer
2024-07-21Increase version number to 2.40Andreas K. Hüttel
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella
2024-03-01riscv: Enable multi-arg ifunc resolversEvan Green
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella
2024-02-06string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-31version.h, include/features.h: Bump version to 2.39Andreas K. Hüttel
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella