summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* csu: Implement and use _dl_early_allocate during static startupgentoo/glibc-2.35-7Florian Weimer2022-05-177-10/+202
* Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer2022-05-175-78/+71
* Linux: Implement a useful version of _startup_fatalFlorian Weimer2022-05-173-19/+65
* ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2022-05-172-13/+15
* Linux: Define MMAP_CALL_INTERNALFlorian Weimer2022-05-173-12/+30
* i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer2022-05-173-3/+37
* i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer2022-05-171-3/+0
* elf: Remove __libc_init_secureFangrui Song2022-05-178-99/+0
* Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer2022-05-177-183/+118
* Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHAREDFlorian Weimer2022-05-171-1/+2
* Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer2022-05-176-106/+180
* Linux: Consolidate auxiliary vector parsingFlorian Weimer2022-05-176-181/+107
* Linux: Assume that NEED_DL_SYSINFO_DSO is always definedFlorian Weimer2022-05-172-9/+3
* Linux: Remove DL_FIND_ARG_COMPONENTSFlorian Weimer2022-05-171-15/+10
* Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZEFlorian Weimer2022-05-172-66/+1
* elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer2022-05-172-362/+337
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-05-171-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-05-171-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-05-174-444/+339
* x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu2022-05-171-0/+4
* x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein2022-05-172-8/+6
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-05-171-37/+61
* x86: Remove memcmp-sse4.SNoah Goldstein2022-05-174-813/+0
* x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein2022-05-178-376/+575
* x86: Small improvements for wcslenNoah Goldstein2022-05-171-45/+41
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-05-176-197/+105
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-05-176-40/+321
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-05-178-31/+331
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein2022-05-171-48/+35
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein2022-05-171-35/+29
* x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2022-05-172-116/+4
* x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2022-05-172-8/+4
* x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2022-05-172-123/+4
* x86: Optimize strspn in strspn-c.cNoah Goldstein2022-05-171-47/+39
* x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein2022-05-171-46/+37
* x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein2022-05-171-66/+80
* x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein2022-05-171-97/+107
* x86_64: Remove bcopy optimizationsAdhemerval Zanella2022-05-171-7/+0
* x86-64: Define __memcmpeq in ld.soH.J. Lu2022-05-171-1/+3
* x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu2022-05-171-3/+1
* x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu2022-05-171-30/+48
* x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))H.J. Lu2022-05-171-1/+2
* fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar2022-05-171-1/+1
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-05-145-5/+159
* manual: Document the dlinfo functionFlorian Weimer2022-05-141-1/+70
* NEWS: Add a bug fix entry for BZ #29109Adhemerval Zanella2022-05-141-0/+2
* linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella2022-05-141-1/+1
* x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein2022-05-142-1/+16
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-05-143-5/+17
* x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein2022-05-141-0/+1