]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2022-08-03  Florian Weimernptl: Remove uses of assert_perror
2022-08-03  Florian Weimerstdio: Clean up __libc_message after unconditional...
2022-08-02  Joseph MyersUpdate syscall lists for Linux 5.19
2022-08-02  Joseph MyersUse Linux 5.19 in build-many-glibcs.py
2022-08-02  Arjun Shankarsocket: Check lengths before advancing pointer in CMSG_...
2022-08-02  Andreas SchwabDon't use unsupported format string in ld.so (bug 29427)
2022-08-01  Samuel Thibaulthtl: Let pthread_self and cancellability called early
2022-08-01  Adhemerval... stdlib: Simplify arc4random_uniform
2022-08-01  Florian Weimermalloc: Use __getrandom_nocancel during tcache initiail...
2022-08-01  Florian WeimerRemove spurious references to _dl_open_hook
2022-08-01  H.J. Luwcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency
2022-08-01  Tom Honermannstdlib: Suppress gcc diagnostic that char8_t is a keywo...
2022-07-30  Carlos O'DonellOpen master branch for glibc 2.37 development glibc-2.36.9000
2022-07-29  Carlos O'DonellCreate ChangeLog.old/ChangeLog.25. glibc-2.36
2022-07-29  Carlos O'DonellPrepare for glibc 2.36 release.
2022-07-29  Carlos O'DonellUpdate install.texi, and regenerate INSTALL.
2022-07-29  Carlos O'DonellUpdate NEWS bug list.
2022-07-29  Carlos O'DonellUpdate libc.pot for 2.36 release.
2022-07-29  Mark Wielaardtst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd...
2022-07-29  Adhemerval... stdlib: Tuned down tst-arc4random-thread internal param...
2022-07-29  caiyinyuLoongArch: Add greg_t and gregset_t.
2022-07-29  caiyinyuLoongArch: Fix VDSO_HASH and VDSO_NAME.
2022-07-27  Darius Radriscv: Update rv64 libm test ulps
2022-07-27  Darius Radriscv: Update nofpu libm test ulps
2022-07-27  Jason A. Donenfeldarc4random: simplify design for better safety
2022-07-26  caiyinyuLoongArch: Update NEWS and README for the LoongArch...
2022-07-26  caiyinyuLoongArch: Update build-many-glibcs.py for the LoongArc...
2022-07-26  caiyinyuLoongArch: Hard Float Support
2022-07-26  caiyinyuLoongArch: Build Infrastructure
2022-07-26  caiyinyuLoongArch: Add ABI Lists
2022-07-26  caiyinyuLoongArch: Linux ABI
2022-07-26  caiyinyuLoongArch: Linux Syscall Interface
2022-07-26  caiyinyuLoongArch: Atomic and Locking Routines
2022-07-26  caiyinyuLoongArch: Generic <math.h> and soft-fp Routines
2022-07-26  caiyinyuLoongArch: Thread-Local Storage Support
2022-07-26  caiyinyuLoongArch: ABI Implementation
2022-07-26  caiyinyuLoongArch: Add relocations and ELF flags to elf.h and...
2022-07-26  caiyinyuLoongArch: Add LoongArch entries to config.h.in
2022-07-25  Arnout Vandecappelle... struct stat is not posix conformant on microblaze with...
2022-07-25  Florian WeimerLinux: dirent/tst-readdir64-compat needs to use TEST_CO...
2022-07-22  Adhemerval... manual: Add documentation for arc4random functions
2022-07-22  Adhemerval... s390x: Add optimized chacha20
2022-07-22  Adhemerval... powerpc64: Add optimized chacha20
2022-07-22  Adhemerval... x86: Add AVX2 optimized chacha20
2022-07-22  Adhemerval... x86: Add SSE2 optimized chacha20
2022-07-22  Adhemerval... aarch64: Add optimized chacha20
2022-07-22  Adhemerval... benchtests: Add arc4random benchtest
2022-07-22  Adhemerval... stdlib: Add arc4random tests
2022-07-22  Adhemerval... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-22  Adhemerval... locale: Optimize tst-localedef-path-norm
2022-07-21  Florian Weimermalloc: Simplify implementation of __malloc_assert
2022-07-19  Adhemerval... Update scripts/config.* files from upstream GNU config...
2022-07-18  Michael Hudson... linux: return UNSUPPORTED from tst-mount if entering...
2022-07-16  Noah Goldsteinx86: Add support to build st{p|r}{n}{cpy|cat} with...
2022-07-16  Noah Goldsteinx86: Add support to build wcscpy with explicit ISA...
2022-07-16  Noah Goldsteinx86: Add support to build strcmp/strlen/strchr with...
2022-07-15  Adhemerval... elf: Fix wrong fscanf usage on tst-pldd
2022-07-14  Tulio Magno... Apply asm redirections in stdio.h before first use...
2022-07-14  Stefan LieblerS390: Define SINGLE_THREAD_BY_GLOBAL only on s390x
2022-07-13  Noah Goldsteinx86: Add missing rtm tests for strcmp family
2022-07-13  Noah Goldsteinx86: Remove unneeded rtld-wmemcmp
2022-07-13  Noah Goldsteinx86: Move wcslen SSE2 implementation to multiarch/wcsle...
2022-07-13  Noah Goldsteinx86: Move wcschr SSE2 implementation to multiarch/wcsch...
2022-07-13  Noah Goldsteinx86: Move strcat SSE2 implementation to multiarch/strca...
2022-07-13  Noah Goldsteinx86: Move strchr SSE2 implementation to multiarch/strch...
2022-07-13  Noah Goldsteinx86: Move strrchr SSE2 implementation to multiarch...
2022-07-13  Noah Goldsteinx86: Move memrchr SSE2 implementation to multiarch...
2022-07-13  Noah Goldsteinx86: Move strcpy SSE2 implementation to multiarch/strcp...
2022-07-13  Noah Goldsteinx86: Move strlen SSE2 implementation to multiarch/strle...
2022-07-13  Noah Goldsteinx86: Move strcmp SSE42 implementation to multiarch...
2022-07-13  Noah Goldsteinx86: Move wcscmp SSE2 implementation to multiarch/wcscm...
2022-07-13  Noah Goldsteinx86: Move strcmp SSE2 implementation to multiarch/strcm...
2022-07-13  Noah Goldsteinx86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_N...
2022-07-13  Adhemerval... nptl: Fix ___pthread_unregister_cancel_restore asynchro...
2022-07-12  Noah Goldsteinx86: Remove __mmask intrinsics in strstr-avx512.c
2022-07-12  Noah Goldsteinx86: Remove generic strncat, strncpy, and stpncpy imple...
2022-07-12  Fangrui Songi386: Remove -Wa,-mtune=i686
2022-07-08  H.J. Lux86-64: Remove redundant strcspn-generic/strpbrk-generi...
2022-07-08  Florian Weimerelf: Rename tst-audit26 to tst-audit28
2022-07-07  H.J. Lux86-64: Don't mark symbols as hidden in strcmp-XXX.S
2022-07-06  Tom Honermannstdlib: Tests for mbrtoc8, c8rtomb, and the char8_t...
2022-07-06  Tom Honermannstdlib: Implement mbrtoc8, c8rtomb, and the char8_t...
2022-07-06  Tom Honermanngconv: Correct Big5-HKSCS conversion to preserve all...
2022-07-06  Danila Kuteninaarch64: Optimize string functions with shrn instruction
2022-07-06  Xi Ruoyaotest-container: return UNSUPPORTED for ENOSPC on clone()
2022-07-05  Noah Goldsteinx86: Add support for building {w}memcmp{eq} with explic...
2022-07-05  Noah Goldsteinx86: Add support for building {w}memset{_chk} with...
2022-07-05  Noah Goldsteinx86: Add support for building {w}memmove{_chk} with...
2022-07-05  Noah Goldsteinx86: Add support for building str{c|p}{brk|spn} with...
2022-07-05  Noah Goldsteinx86: Add comment explaining no Slow_SSE4_2 check in...
2022-07-05  Adhemerval... Replace __libc_multiple_threads with __libc_single_threaded
2022-07-05  Adhemerval... linux: Add mount_setattr
2022-07-05  Adhemerval... linux: Add tst-mount to check for Linux new mount API
2022-07-05  Adhemerval... linux: Add open_tree
2022-07-05  Adhemerval... linux: Add fspick
2022-07-05  Adhemerval... linux: Add fsconfig
2022-07-05  Tejas BelagodAArch64: Reset HWCAP2_AFP bits in FPCR for default...
2022-07-05  Florian Weimerelf: Fix direction of NODELETE log messages during...
2022-07-05  Florian Weimermalloc: Simplify checked_request2size interface
2022-07-05  Florian Weimerstdlib: Simplify buffer management in canonicalize
next