aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-13manual: Fix typos in struct dl_find_objectBert Wesarg1-2/+2
2023-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella9-14/+66
2023-07-12i386: make debug wrappers compatible with static PIEAndreas Schwab4-8/+8
2023-07-11LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu3-11/+9
2023-07-11LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu8-69/+244
2023-07-11LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM.caiyinyu3-0/+48
2023-07-10sysdeps: Add missing hidden definitions for i386Frédéric Bérat2-0/+2
2023-07-10sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCEFrédéric Bérat1-0/+20
2023-07-07Translations: Add new ro support and update others.Carlos O'Donell10-67/+7910
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer2-1/+12
2023-07-07LoongArch: config: Rewrite check on static PIE.caiyinyu2-14/+14
2023-07-06Revert "hppa: Drop 16-byte pthread lock alignment"John David Anglin2-9/+3
2023-07-06realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar1-8/+15
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella5-17/+197
2023-07-05fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott2-1/+34
2023-07-05sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2-14/+17
2023-07-05libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-1/+1
2023-07-05libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat2-48/+49
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat7-10/+46
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat6-4/+40
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat5-3/+10
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat5-153/+202
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat5-2/+23
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat2-0/+22
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat9-2/+36
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat28-1/+58
2023-07-05sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat19-40/+40
2023-07-05Exclude routines from fortificationFrédéric Bérat17-26/+248
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat9-42/+167
2023-07-03manual: Update documentation of strerror and related functionsFlorian Weimer1-26/+98
2023-07-03manual: Enhance documentation of the <ctype.h> functionsFlorian Weimer1-8/+24
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab2-34/+10
2023-07-03hurd: Implement MAP_EXCLSergey Bugaev2-10/+23
2023-07-03hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev1-2/+9
2023-07-03hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev1-3/+7
2023-07-03hurd: Map brk non-executableSergey Bugaev1-2/+2
2023-07-03htl: Let Mach place thread stacksSergey Bugaev1-29/+6
2023-07-02mach: strerror must not return NULL (bug 30555)Samuel Thibault1-7/+19
2023-07-01hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin1-0/+4
2023-07-01support: Build with exceptions and asynchronous unwind tables [BZ #30587]John David Anglin1-0/+3
2023-07-01hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault1-2/+7
2023-06-30Stop applying a GCC-specific workaround on clang [BZ #30550]Tulio Magno Quites Machado Filho1-1/+2
2023-06-30ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu4-1/+10
2023-06-30setenv.c: Get rid of alloca.Joe Simmons-Talbott1-34/+6
2023-06-30Add checks for wday, yday and new date formatsMartin Coufal1-14/+27
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay15-1/+597
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay15-1/+563
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay13-6/+430
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay13-123/+609
2023-06-29Switch to UTF-8 for INSTALLPaul Eggert2-249/+249