aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-12glibcextract.py: Add compile_c_snippetAdhemerval Zanella1-0/+19
2022-08-12LoongArch: Add pointer mangling support.caiyinyu3-3/+74
2022-08-11AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2-4/+4
2022-08-11libio: Improve performance of IO locksWilco Dijkstra1-9/+19
2022-08-11tst-process_madvise: Check process_madvise-syscall support.Stefan Liebler1-2/+5
2022-08-10elf.h: Add ELFCOMPRESS_ZSTDFangrui Song1-0/+1
2022-08-10inet: Turn __ivaliduser into a compatibility symbolFlorian Weimer2-13/+8
2022-08-09x86: Fix `#define STRCPY` guard in strcpy-sse2.SNoah Goldstein1-1/+1
2022-08-09elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein1-2/+3
2022-08-08soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hfKito Cheng8-0/+360
2022-08-05i386: Use cmpl instead of cmpAdhemerval Zanella2-12/+12
2022-08-05i386: Use fldt instead of fld on e_logl.SAdhemerval Zanella1-2/+2
2022-08-04i386: Replace movzx with movzblFangrui Song1-18/+18
2022-08-04dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)Florian Weimer1-1/+1
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer3-2/+3
2022-08-04i386: Remove RELA supportAdhemerval Zanella2-197/+1
2022-08-04arm: Remove RELA supportAdhemerval Zanella2-106/+1
2022-08-04Remove ldd libc4 supportAdhemerval Zanella13-136/+2
2022-08-04Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes16-394/+14
2022-08-04Remove left over LD_LIBRARY_VERSION usagesAdhemerval Zanella5-11/+0
2022-08-04Linux: Remove exit system call from _exitFlorian Weimer1-1/+0
2022-08-04LoongArch: Add vdso support for gettimeofday.caiyinyu2-0/+23
2022-08-03Update kernel version to 5.19 in header constant testsJoseph Myers3-4/+4
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer7-22/+50
2022-08-03nptl: Remove uses of assert_perrorFlorian Weimer1-8/+3
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer4-40/+25
2022-08-02Update syscall lists for Linux 5.19Joseph Myers3-2/+4
2022-08-02Use Linux 5.19 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar7-29/+276
2022-08-02Don't use unsupported format string in ld.so (bug 29427)Andreas Schwab1-1/+1
2022-08-02htl: Let pthread_self and cancellability called earlySamuel Thibault2-1/+15
2022-08-01stdlib: Simplify arc4random_uniformAdhemerval Zanella1-99/+30
2022-08-01malloc: Use __getrandom_nocancel during tcache initiailizationFlorian Weimer1-1/+2
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer2-9/+0
2022-08-01wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependencyH.J. Lu1-0/+2
2022-08-01stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h.Tom Honermann1-0/+8
2022-07-30Open master branch for glibc 2.37 developmentglibc-2.36.9000Carlos O'Donell2-2/+25
2022-07-29Create ChangeLog.old/ChangeLog.25.glibc-2.36Carlos O'Donell1-0/+10229
2022-07-29Prepare for glibc 2.36 release.Carlos O'Donell2-3/+3
2022-07-29Update install.texi, and regenerate INSTALL.Carlos O'Donell2-13/+13
2022-07-29Update NEWS bug list.Carlos O'Donell1-11/+99
2022-07-29Update libc.pot for 2.36 release.Carlos O'Donell1-197/+201
2022-07-29tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd callMark Wielaard1-0/+7
2022-07-29stdlib: Tuned down tst-arc4random-thread internal parametersAdhemerval Zanella1-6/+18
2022-07-29LoongArch: Add greg_t and gregset_t.caiyinyu1-0/+3
2022-07-29LoongArch: Fix VDSO_HASH and VDSO_NAME.caiyinyu1-2/+2
2022-07-27riscv: Update rv64 libm test ulpsDarius Rad1-1/+1
2022-07-27riscv: Update nofpu libm test ulpsDarius Rad1-31/+39
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld35-2676/+64
2022-07-26LoongArch: Update NEWS and README for the LoongArch port.caiyinyu3-1/+10