aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-06arm: Add string-fza.hRichard Henderson
2023-02-06alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.hRichard Henderson
2023-02-06hppa: Add string-fza.h, string-fzc.h, and string-fzi.hRichard Henderson
2023-02-06hppa: Add memcopy.hRichard Henderson
2023-02-06string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella
2023-02-06string: Improve generic memrchrAdhemerval Zanella
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella
2023-02-06string: Improve generic memchrAdhemerval Zanella
2023-02-06string: Improve generic strcpyAdhemerval Zanella
2023-02-06string: Improve generic stpcpyAdhemerval Zanella
2023-02-06string: Improve generic strncmpAdhemerval Zanella
2023-02-06string: Improve generic strcmpAdhemerval Zanella
2023-02-06string: Improve generic strchrAdhemerval Zanella
2023-02-06string: Improve generic strchrnulAdhemerval Zanella
2023-02-06string: Improve generic strlenAdhemerval Zanella
2023-02-06Add string vectorized find and detection functionsAdhemerval Zanella
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-02-06AArch64: Improve SVE memcpy and memmoveWilco Dijkstra
2023-02-06Account for grouping in printf width (bug 30068)Carlos O'Donell
2023-02-05Move RETURN_TO to x86/sysdep.h and implement x86_64 version.Flavio Cruz
2023-02-03Remove pthread-pi-defines.symAndreas Schwab
2023-02-02stdlib: tests: don't double-define _FORTIFY_SOURCESam James
2023-02-03LoongArch: Add new relocation types.caiyinyu
2023-02-02Remove sysdeps/mach/i386/machine-sp.hFlavio Cruz
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar
2023-02-02hurd: Move some i386 bits to x86Samuel Thibault
2023-02-01Remove support setting custom demuxers during signal handling.Flavio Cruz
2023-02-01hurd: Implement SHM_ANONSergey Bugaev
2023-02-01hurd: Implement O_TMPFILESergey Bugaev
2023-02-01hurd: Consolidate file_name_lookup implementationSergey Bugaev
2023-02-01Linux: optimize clone3 internal usageAdhemerval Zanella Netto
2023-02-01aarch64: Add the clone3 wrapperAdhemerval Zanella Netto
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto
2023-02-01Linux: Do not align the stack for __clone3Adhemerval Zanella Netto
2023-02-01linux: Extend internal clone3 documentationAdhemerval Zanella Netto
2023-02-01linux: Do not reset signal handler in posix_spawn if it is already SIG_DFLAdhemerval Zanella Netto
2023-01-31Open master branch for glibc 2.38 developmentglibc-2.37.9000Carlos O'Donell
2023-01-31Create ChangeLog.old/ChangeLog.26.glibc-2.37Carlos O'Donell
2023-01-31Prepare for glibc 2.37 release.Carlos O'Donell
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein
2023-01-31Update install.texi, and regenerate INSTALL.Carlos O'Donell
2023-01-31Update manual/contrib.texi.Carlos O'Donell
2023-01-31Update NEWS file with bug fixes.Carlos O'Donell
2023-01-31Regenerate configure.Carlos O'Donell
2023-01-31Update all PO files in preparation for release.Carlos O'Donell
2023-01-31doc: correct _FORTIFY_SOURCE doc in features.hfanquake
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer
2023-01-30Account for octal marker in %#o formatAndreas Schwab