summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Create ChangeLog.old/ChangeLog.25. glibc-2.36Carlos O'Donell2022-07-291-0/+10229
* Prepare for glibc 2.36 release.Carlos O'Donell2022-07-292-3/+3
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2022-07-292-13/+13
* Update NEWS bug list.Carlos O'Donell2022-07-291-11/+99
* Update libc.pot for 2.36 release.Carlos O'Donell2022-07-291-197/+201
* tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd callMark Wielaard2022-07-291-0/+7
* stdlib: Tuned down tst-arc4random-thread internal parametersAdhemerval Zanella2022-07-291-6/+18
* LoongArch: Add greg_t and gregset_t.caiyinyu2022-07-291-0/+3
* LoongArch: Fix VDSO_HASH and VDSO_NAME.caiyinyu2022-07-291-2/+2
* riscv: Update rv64 libm test ulpsDarius Rad2022-07-271-1/+1
* riscv: Update nofpu libm test ulpsDarius Rad2022-07-271-31/+39
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-2735-2676/+64
* LoongArch: Update NEWS and README for the LoongArch port.caiyinyu2022-07-263-1/+10
* LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu2022-07-261-0/+5
* LoongArch: Hard Float Supportcaiyinyu2022-07-2622-0/+2372
* LoongArch: Build Infrastructurecaiyinyu2022-07-2615-0/+434
* LoongArch: Add ABI Listscaiyinyu2022-07-2611-0/+3385
* LoongArch: Linux ABIcaiyinyu2022-07-2617-0/+826
* LoongArch: Linux Syscall Interfacecaiyinyu2022-07-268-0/+947
* LoongArch: Atomic and Locking Routinescaiyinyu2022-07-261-0/+147
* LoongArch: Generic <math.h> and soft-fp Routinescaiyinyu2022-07-265-0/+321
* LoongArch: Thread-Local Storage Supportcaiyinyu2022-07-264-0/+249
* LoongArch: ABI Implementationcaiyinyu2022-07-2618-0/+959
* LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu2022-07-262-2/+69
* LoongArch: Add LoongArch entries to config.h.incaiyinyu2022-07-261-0/+6
* struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)2022-07-251-1/+1
* Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer2022-07-252-6/+8
* manual: Add documentation for arc4random functionsAdhemerval Zanella Netto2022-07-221-0/+46
* s390x: Add optimized chacha20Adhemerval Zanella Netto2022-07-224-1/+626
* powerpc64: Add optimized chacha20Adhemerval Zanella Netto2022-07-227-1/+347
* x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto2022-07-225-7/+359
* x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto2022-07-224-2/+352
* aarch64: Add optimized chacha20Adhemerval Zanella Netto2022-07-226-2/+408
* benchtests: Add arc4random benchtestAdhemerval Zanella Netto2022-07-225-3/+230
* stdlib: Add arc4random testsAdhemerval Zanella Netto2022-07-225-0/+860
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-2255-15/+800
* locale: Optimize tst-localedef-path-normAdhemerval Zanella2022-07-222-111/+128
* malloc: Simplify implementation of __malloc_assertFlorian Weimer2022-07-211-10/+5
* Update scripts/config.* files from upstream GNU config versionAdhemerval Zanella2022-07-192-878/+1252
* linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle2022-07-191-19/+6
* x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein2022-07-1630-158/+382
* x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein2022-07-168-12/+103
* x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein2022-07-1688-618/+1157
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-07-151-4/+5
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-145-68/+125
* S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler2022-07-141-0/+0
* x86: Add missing rtm tests for strcmp familyNoah Goldstein2022-07-136-2/+150
* x86: Remove unneeded rtld-wmemcmpNoah Goldstein2022-07-131-18/+0
* x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein2022-07-132-219/+218
* x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.SNoah Goldstein2022-07-132-142/+138