aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-29Make sure INSTALL is ASCII plaintextSiddhesh Poyarekar2-3/+3
2023-06-28Update syscall lists for Linux 6.4Joseph Myers5-2/+7
2023-06-28linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella1-12/+16
2023-06-28linux: Split tst-ttynameAdhemerval Zanella4-206/+259
2023-06-27Use Linux 6.4 in build-many-glibcs.pyJoseph Myers1-1/+1
2023-06-26x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella1-1/+1
2023-06-26elf: Update list of RISC-V relocationsAndreas Schwab1-1/+4
2023-06-26Fix tests-clean Makefile target (bug 30545)Maxim Kuvyrkov2-19/+9
2023-06-26check_native: Get rid of allocaJoe Simmons-Talbott1-24/+11
2023-06-26ifaddrs: Get rid of allocaJoe Simmons-Talbott1-26/+20
2023-06-26x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2-0/+0
2023-06-26elf: Port ldconfig away from stack-allocated pathsSergey Bugaev1-37/+22
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert8-21/+21
2023-06-22benchtests: fix warn unused resultFrederic Berat2-2/+7
2023-06-22sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused resultFrederic Berat1-1/+3
2023-06-22rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat1-2/+2
2023-06-22debug/readlink{, at}_chk.c: Harmonize declaration and definitionFrederic Berat2-2/+4
2023-06-22wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat3-192/+173
2023-06-22stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2-11/+12