aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfogentoo/2.34Florian Weimer2022-05-145-5/+159
* manual: Document the dlinfo functionFlorian Weimer2022-05-145-13/+103
* 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
* x86-64: Optimize bzeroH.J. Lu2022-05-1410-105/+382
* x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein2022-05-141-3/+4
* x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein2022-05-145-87/+152
* x86-64: Fix strcmp-evex.SH.J. Lu2022-05-141-1/+1
* x86-64: Fix strcmp-avx2.SH.J. Lu2022-05-141-1/+1
* x86: Optimize strcmp-evex.SNoah Goldstein2022-05-141-793/+919
* x86: Optimize strcmp-avx2.SNoah Goldstein2022-05-141-652/+940
* manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar2022-05-141-1/+2
* Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers2022-05-141-0/+2
* aarch64: Add HWCAP2_ECV from Linux 5.16Szabolcs Nagy2022-05-141-0/+1
* Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.hJoseph Myers2022-05-141-0/+2
* Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers2022-05-141-1/+1
* Update kernel version to 5.16 in tst-mman-consts.pyJoseph Myers2022-05-141-1/+1
* Update syscall lists for Linux 5.17Joseph Myers2022-05-1426-2/+28
* Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.hJoseph Myers2022-05-141-0/+2
* Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers2022-05-141-1/+1
* Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers2022-05-141-1/+3
* posix/glob.c: update from gnulibDJ Delorie2022-05-142-12/+59
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-05-145-6/+32
* i386: Regenerate ulpsCarlos O'Donell2022-05-142-2/+2
* linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2022-05-142-4/+4
* x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein2022-05-141-193/+56
* x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu2022-05-141-2/+5
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2022-05-142-6/+36
* x86: Shrink memcmp-sse4.S code sizeNoah Goldstein2022-05-141-1621/+646
* x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein2022-05-142-14/+20
* x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein2022-05-146-224/+381
* x86-64: Replace movzx with movzblFangrui Song2022-05-142-4/+4
* x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu2022-05-145-15/+2
* x86-64: Improve EVEX strcmp with masked loadH.J. Lu2022-05-141-218/+243
* x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein2022-05-141-2/+2
* x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein2022-05-145-95/+232
* x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein2022-05-141-192/+242
* x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein2022-05-141-2/+5
* x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu2022-05-1410-64/+11
* scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlierFlorian Weimer2022-05-141-0/+6
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-05-1415-14/+160
* INSTALL: Rephrase -with-default-link documentationFlorian Weimer2022-05-142-9/+9
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]gentoo/glibc-2.34-17Joan Bruguera2022-04-252-6/+11
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-228-118/+192
* scripts: Add glibcelf.py moduleFlorian Weimer2022-04-223-0/+1402
* nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella2022-04-221-1/+2
* mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard2022-04-182-15/+25
* hurd: Fix arbitrary error codeSamuel Thibault2022-04-181-1/+1
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-1816-91/+484