summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar
2022-08-02Don't use unsupported format string in ld.so (bug 29427)Andreas Schwab
2022-08-02htl: Let pthread_self and cancellability called earlySamuel Thibault
2022-08-01stdlib: Simplify arc4random_uniformAdhemerval Zanella
2022-08-01malloc: Use __getrandom_nocancel during tcache initiailizationFlorian Weimer
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer
2022-08-01wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependencyH.J. Lu
2022-08-01stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h.Tom Honermann
2022-07-30Open master branch for glibc 2.37 developmentglibc-2.36.9000Carlos O'Donell
2022-07-29Create ChangeLog.old/ChangeLog.25.glibc-2.36Carlos O'Donell
2022-07-29Prepare for glibc 2.36 release.Carlos O'Donell
2022-07-29Update install.texi, and regenerate INSTALL.Carlos O'Donell
2022-07-29Update NEWS bug list.Carlos O'Donell
2022-07-29Update libc.pot for 2.36 release.Carlos O'Donell
2022-07-29tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd callMark Wielaard
2022-07-29stdlib: Tuned down tst-arc4random-thread internal parametersAdhemerval Zanella
2022-07-29LoongArch: Add greg_t and gregset_t.caiyinyu
2022-07-29LoongArch: Fix VDSO_HASH and VDSO_NAME.caiyinyu
2022-07-27riscv: Update rv64 libm test ulpsDarius Rad
2022-07-27riscv: Update nofpu libm test ulpsDarius Rad
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-26LoongArch: Update NEWS and README for the LoongArch port.caiyinyu
2022-07-26LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu
2022-07-26LoongArch: Hard Float Supportcaiyinyu
2022-07-26LoongArch: Build Infrastructurecaiyinyu
2022-07-26LoongArch: Add ABI Listscaiyinyu
2022-07-26LoongArch: Linux ABIcaiyinyu
2022-07-26LoongArch: Linux Syscall Interfacecaiyinyu
2022-07-26LoongArch: Atomic and Locking Routinescaiyinyu
2022-07-26LoongArch: Generic <math.h> and soft-fp Routinescaiyinyu
2022-07-26LoongArch: Thread-Local Storage Supportcaiyinyu
2022-07-26LoongArch: ABI Implementationcaiyinyu
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu
2022-07-26LoongArch: Add LoongArch entries to config.h.incaiyinyu
2022-07-25struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)
2022-07-25Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer
2022-07-22manual: Add documentation for arc4random functionsAdhemerval Zanella Netto
2022-07-22s390x: Add optimized chacha20Adhemerval Zanella Netto
2022-07-22powerpc64: Add optimized chacha20Adhemerval Zanella Netto
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto
2022-07-22benchtests: Add arc4random benchtestAdhemerval Zanella Netto
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-22locale: Optimize tst-localedef-path-normAdhemerval Zanella
2022-07-21malloc: Simplify implementation of __malloc_assertFlorian Weimer
2022-07-19Update scripts/config.* files from upstream GNU config versionAdhemerval Zanella
2022-07-19linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle
2022-07-16x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein