aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Test case for bug 30619fw/bug30619Florian Weimer3-0/+143
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
2023-06-22sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat2-2/+2
2023-06-20hurd: readv: Get rid of allocaJoe Simmons-Talbott1-16/+12
2023-06-20hurd: writev: Add back cleanup handlerJoe Simmons-Talbott1-3/+7
2023-06-19Fix misspellings -- BZ 25337Paul Pluzhnikov2-2/+2
2023-06-19C2x scanf %b supportJoseph Myers5-9/+248
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers11-15/+851
2023-06-19tests: replace system by xsystemFrédéric Bérat8-6/+85
2023-06-19tests: replace read by xreadFrédéric Bérat11-10/+56
2023-06-19hurd: writev: Get rid of allocaJoe Simmons-Talbott1-23/+14