about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* scripts: Add fortify checks on installed headers azanella/check-headersAdhemerval Zanella2023-07-101-13/+23
* Update sparc libm-test-ulpsAdhemerval Zanella2023-07-101-0/+1
* 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
* Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab2023-07-032-34/+10
* hurd: Implement MAP_EXCLSergey Bugaev2023-07-032-10/+23
* hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev2023-07-031-2/+9
* hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev2023-07-031-3/+7
* hurd: Map brk non-executableSergey Bugaev2023-07-031-2/+2
* htl: Let Mach place thread stacksSergey Bugaev2023-07-031-29/+6
* mach: strerror must not return NULL (bug 30555)Samuel Thibault2023-07-021-7/+19
* hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin2023-07-011-0/+4
* support: Build with exceptions and asynchronous unwind tables [BZ #30587]John David Anglin2023-07-011-0/+3
* hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault2023-07-011-2/+7
* Stop applying a GCC-specific workaround on clang [BZ #30550]Tulio Magno Quites Machado Filho2023-06-301-1/+2
* ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu2023-06-304-1/+10
* setenv.c: Get rid of alloca.Joe Simmons-Talbott2023-06-301-34/+6
* Add checks for wday, yday and new date formatsMartin Coufal2023-06-301-14/+27
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-3015-1/+597
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-3015-1/+563
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-3013-6/+430
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-3013-123/+609
* Switch to UTF-8 for INSTALLPaul Eggert2023-06-292-249/+249
* Make sure INSTALL is ASCII plaintextSiddhesh Poyarekar2023-06-292-3/+3
* Update syscall lists for Linux 6.4Joseph Myers2023-06-285-2/+7
* linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella2023-06-281-12/+16
* linux: Split tst-ttynameAdhemerval Zanella2023-06-284-206/+259