about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge translations (bg, hr, pl, sv)Andreas K. Hüttel2023-07-224-10/+106
* nptl: Unconditionally use a 32-byte rseq areaFlorian Weimer2023-07-211-4/+14
* hurd: Fix tst-openlocSamuel Thibault2023-07-201-1/+2
* scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3Adhemerval Zanella2023-07-205-30/+30
* configure: Disable building libcrypt by defaultSiddhesh Poyarekar2023-07-206-27/+40
* nptl: Make tst-tls3mod.so explicitly lazyArsen Arsenović2023-07-201-0/+1
* make ‘struct pthread’ a complete typePaul Eggert2023-07-191-4/+4
* scripts: Add fortify checks on installed headersAdhemerval Zanella2023-07-191-13/+23
* Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel2023-07-191-13/+14
* Fix getting return address in elf/tst-audit28.c.Stefan Liebler2023-07-191-6/+13
* [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-07-181-3/+12
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-07-181-2/+2
* Update i686 libm-test-ulps (again)Andreas K. Hüttel2023-07-191-1/+1
* Update i686 libm-test-ulpsAndreas K. Hüttel2023-07-181-0/+1
* Merge translations (de, ro, uk, zh_TW)Andreas K. Hüttel2023-07-1838-5087/+5184
* Regenerate libc.potAndreas K. Hüttel2023-07-171-159/+183
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-1772-2655/+4257
* Update sparc libm-test-ulpsAdhemerval Zanella2023-07-171-0/+1
* s390: Add the clone3 wrapperAdhemerval Zanella2023-07-133-0/+157
* manual: Fix typos in struct dl_find_objectBert Wesarg2023-07-131-2/+2
* sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2023-07-129-14/+66
* i386: make debug wrappers compatible with static PIEAndreas Schwab2023-07-124-8/+8
* LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu2023-07-113-11/+9
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-118-69/+244
* LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM.caiyinyu2023-07-113-0/+48
* sysdeps: Add missing hidden definitions for i386Frédéric Bérat2023-07-102-0/+2
* sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCEFrédéric Bérat2023-07-101-0/+20
* Translations: Add new ro support and update others.Carlos O'Donell2023-07-0710-67/+7910
* elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer2023-07-072-1/+12
* LoongArch: config: Rewrite check on static PIE.caiyinyu2023-07-072-14/+14
* Revert "hppa: Drop 16-byte pthread lock alignment"John David Anglin2023-07-062-9/+3
* realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar2023-07-061-8/+15
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-065-17/+197
* fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott2023-07-052-1/+34
* sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2023-07-052-14/+17
* libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-1/+1
* libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-052-48/+49
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-057-10/+46
* misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-056-4/+40
* unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-055-3/+10
* posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-055-153/+202
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-055-2/+23
* misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat2023-07-052-0/+22
* stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-059-2/+36
* string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-0528-1/+58
* sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat2023-07-0519-40/+40
* Exclude routines from fortificationFrédéric Bérat2023-07-0517-26/+248
* Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat2023-07-059-42/+167
* manual: Update documentation of strerror and related functionsFlorian Weimer2023-07-031-26/+98
* manual: Enhance documentation of the <ctype.h> functionsFlorian Weimer2023-07-031-8/+24