aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-26LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu1-0/+5
2022-07-26LoongArch: Hard Float Supportcaiyinyu22-0/+2372
2022-07-26LoongArch: Build Infrastructurecaiyinyu15-0/+434
2022-07-26LoongArch: Add ABI Listscaiyinyu11-0/+3385
2022-07-26LoongArch: Linux ABIcaiyinyu17-0/+826
2022-07-26LoongArch: Linux Syscall Interfacecaiyinyu8-0/+947
2022-07-26LoongArch: Atomic and Locking Routinescaiyinyu1-0/+147
2022-07-26LoongArch: Generic <math.h> and soft-fp Routinescaiyinyu5-0/+321
2022-07-26LoongArch: Thread-Local Storage Supportcaiyinyu4-0/+249
2022-07-26LoongArch: ABI Implementationcaiyinyu18-0/+959
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu2-2/+69
2022-07-26LoongArch: Add LoongArch entries to config.h.incaiyinyu1-0/+6
2022-07-25struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)1-1/+1
2022-07-25Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer2-6/+8
2022-07-22manual: Add documentation for arc4random functionsAdhemerval Zanella Netto1-0/+46
2022-07-22s390x: Add optimized chacha20Adhemerval Zanella Netto4-1/+626
2022-07-22powerpc64: Add optimized chacha20Adhemerval Zanella Netto7-1/+347
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto5-7/+359
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto4-2/+352
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto6-2/+408
2022-07-22benchtests: Add arc4random benchtestAdhemerval Zanella Netto5-3/+230
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto5-0/+860
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto55-15/+800
2022-07-22locale: Optimize tst-localedef-path-normAdhemerval Zanella2-111/+128
2022-07-21malloc: Simplify implementation of __malloc_assertFlorian Weimer1-10/+5