summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich
2022-05-19linux: Add a getauxval test [BZ #23293]Szabolcs Nagy
2022-05-19rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy
2022-05-19S390: Enable static PIEStefan Liebler
2022-05-17csu: Implement and use _dl_early_allocate during static startupFlorian Weimer
2022-05-17Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer
2022-05-17Linux: Implement a useful version of _startup_fatalFlorian Weimer
2022-05-17ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer
2022-05-17Linux: Define MMAP_CALL_INTERNALFlorian Weimer
2022-05-17i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer
2022-05-17i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer
2022-05-17elf: Remove __libc_init_secureFangrui Song
2022-05-17Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer
2022-05-17Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHAREDFlorian Weimer
2022-05-17Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer
2022-05-17Linux: Consolidate auxiliary vector parsingFlorian Weimer
2022-05-17Linux: Assume that NEED_DL_SYSINFO_DSO is always definedFlorian Weimer
2022-05-17Linux: Remove DL_FIND_ARG_COMPONENTSFlorian Weimer
2022-05-17Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZEFlorian Weimer
2022-05-17elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer
2022-05-16x86: Optimize {str|wcs}rchr-evexNoah Goldstein
2022-05-16x86: Optimize {str|wcs}rchr-avx2Noah Goldstein
2022-05-16x86: Optimize {str|wcs}rchr-sse2Noah Goldstein
2022-05-16x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu
2022-05-16x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein
2022-05-16x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein
2022-05-16x86: Remove memcmp-sse4.SNoah Goldstein
2022-05-16x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein
2022-05-16x86: Small improvements for wcslenNoah Goldstein
2022-05-16x86: Remove AVX str{n}casecmpNoah Goldstein
2022-05-16x86: Add EVEX optimized str{n}casecmpNoah Goldstein
2022-05-16x86: Add AVX2 optimized str{n}casecmpNoah Goldstein
2022-05-16x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein
2022-05-16x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein
2022-05-16x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein
2022-05-16x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein
2022-05-16x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein
2022-05-16x86: Optimize strspn in strspn-c.cNoah Goldstein
2022-05-16x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein
2022-05-16x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein
2022-05-16x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein
2022-05-16x86_64: Remove bcopy optimizationsAdhemerval Zanella
2022-05-16x86-64: Define __memcmpeq in ld.soH.J. Lu
2022-05-16x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu
2022-05-16x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu
2022-05-16x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))H.J. Lu
2022-05-16fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar
2022-05-11dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer
2022-05-11manual: Document the dlinfo functionFlorian Weimer
2022-05-06NEWS: Add a bug fix entry for BZ #29109Adhemerval Zanella