aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21wcsmbs: Add wcsdup() tests. (BZ #30266)azanella/bz30266Joe Simmons-Talbott
2023-04-21string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott
2023-04-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev
2023-04-20hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda
2023-04-20malloc: Add missing shared thread library flagsAdhemerval Zanella
2023-04-20linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella
2023-04-20posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella
2023-04-19build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie
2023-04-18hurd: Microoptimize sigreturnSergey Bugaev
2023-04-18rcmd.c: Fix indentation in last commitSiddhesh Poyarekar
2023-04-18inet/rcmd.c: fix warn unused resultFrédéric Bérat
2023-04-18hurd: Avoid leaking task & thread portsSergey Bugaev
2023-04-18hurd: Simplify _S_catch_exception_raiseSergey Bugaev
2023-04-17hurd: Run init_pids () before init_dtable ()Sergey Bugaev
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev
2023-04-17wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer
2023-04-17debug: Re-flow and sort routines variable in MakefileFlorian Weimer
2023-04-17hurd: Avoid extra ctty RPCs in init_dtable ()Sergey Bugaev
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra
2023-04-17Benchtests: Adjust timingWilco Dijkstra
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev
2023-04-14malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella
2023-04-13malloc: Assure that THP mode is always null terminatedAdhemerval Zanella
2023-04-13hurd: Mark two tests as unsupportedSamuel Thibault
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault
2023-04-12aio: Fix freeing memorySamuel Thibault
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-10elf: Stop including tls.h in ldsodefs.hSergey Bugaev
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev
2023-04-10hurd: Implement x86_64/intr-msg.hSergey Bugaev
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev
2023-04-10hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz
2023-04-08manual: update AddressSanitizer discussionPaul Eggert
2023-04-08manual: document snprintf truncation betterPaul Eggert
2023-04-08manual: improve string section wordingPaul Eggert
2023-04-08manual: fix texinfo typoPaul Eggert
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer
2023-04-06<string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer
2023-04-05<sys/platform/x86.h>: Add PREFETCHI supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AMX-COMPLEX supportH.J. Lu
2023-04-05<sys/platform/x86.h>: Add AVX-NE-CONVERT supportH.J. Lu