about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Linux 6.4 in build-many-glibcs.pyJoseph Myers2023-06-271-1/+1
* x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella2023-06-261-1/+1
* elf: Update list of RISC-V relocationsAndreas Schwab2023-06-261-1/+4
* Fix tests-clean Makefile target (bug 30545)Maxim Kuvyrkov2023-06-262-19/+9
* check_native: Get rid of allocaJoe Simmons-Talbott2023-06-261-24/+11
* ifaddrs: Get rid of allocaJoe Simmons-Talbott2023-06-261-26/+20
* x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2023-06-262-0/+0
* elf: Port ldconfig away from stack-allocated pathsSergey Bugaev2023-06-261-37/+22
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-228-21/+21
* benchtests: fix warn unused resultFrederic Berat2023-06-222-2/+7
* sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Fix warn unused resultFrederic Berat2023-06-221-1/+3
* rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat2023-06-221-2/+2
* debug/readlink{, at}_chk.c: Harmonize declaration and definitionFrederic Berat2023-06-222-2/+4
* wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat2023-06-223-192/+173
* stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2023-06-222-11/+12
* sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat2023-06-222-2/+2
* hurd: readv: Get rid of allocaJoe Simmons-Talbott2023-06-201-16/+12