aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-21nptl: Unconditionally use a 32-byte rseq areaFlorian Weimer
2023-07-20hurd: Fix tst-openlocSamuel Thibault
2023-07-20scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3Adhemerval Zanella
2023-07-20configure: Disable building libcrypt by defaultSiddhesh Poyarekar
2023-07-20nptl: Make tst-tls3mod.so explicitly lazyArsen Arsenović
2023-07-19make ‘struct pthread’ a complete typePaul Eggert
2023-07-19scripts: Add fortify checks on installed headersAdhemerval Zanella
2023-07-19Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel
2023-07-19Fix getting return address in elf/tst-audit28.c.Stefan Liebler
2023-07-18[PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-07-18x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-07-19Update i686 libm-test-ulps (again)Andreas K. Hüttel
2023-07-18Update i686 libm-test-ulpsAndreas K. Hüttel
2023-07-18Merge translations (de, ro, uk, zh_TW)Andreas K. Hüttel
2023-07-17Regenerate libc.potAndreas K. Hüttel
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-07-17Update sparc libm-test-ulpsAdhemerval Zanella
2023-07-13s390: Add the clone3 wrapperAdhemerval Zanella
2023-07-13manual: Fix typos in struct dl_find_objectBert Wesarg
2023-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella
2023-07-12i386: make debug wrappers compatible with static PIEAndreas Schwab
2023-07-11LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu
2023-07-11LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu
2023-07-11LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM.caiyinyu
2023-07-10sysdeps: Add missing hidden definitions for i386Frédéric Bérat
2023-07-10sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCEFrédéric Bérat
2023-07-07Translations: Add new ro support and update others.Carlos O'Donell
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer
2023-07-07LoongArch: config: Rewrite check on static PIE.caiyinyu
2023-07-06Revert "hppa: Drop 16-byte pthread lock alignment"John David Anglin
2023-07-06realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella
2023-07-05fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott
2023-07-05sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat
2023-07-05libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-07-05sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat
2023-07-03manual: Update documentation of strerror and related functionsFlorian Weimer
2023-07-03manual: Enhance documentation of the <ctype.h> functionsFlorian Weimer
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab