platform/upstream/glibc.git
2020-08-04 Maciej W. RozyckiRISC-V: Update lp64d libm-test-ulps according to HiFive...
2020-08-03 Szabolcs Nagyaarch64: update NEWS about branch protection
2020-08-03 Aurelien JarnoAdd NEWS entry for CVE-2016-10228 (bug 19519)
2020-08-03 Florian Weimerpowerpc: Fix incorrect cache line size load in memset...
2020-08-03 Chung-Lin TangUpdate Nios II libm-test-ulps file.
2020-07-31 Florian WeimerMove NEWS entry for CVE-2020-1751 to the 2.31 section
2020-07-31 Florian WeimerNEWS: Deprecate weak libpthread symbols for single...
2020-07-31 Florian WeimerNEWS: Deprecate nss_hesiod
2020-07-27 H.J. Lunptl: Zero-extend arguments to SETXID syscalls [BZ...
2020-07-27 Joseph MyersUse binutils 2.35 branch in build-many-glibcs.py.
2020-07-27 Szabolcs Nagyaarch64: Use future HWCAP2_MTE in ifunc resolver
2020-07-25 Andreas K.... Update x86-64 libm-test-ulps
2020-07-24 Szabolcs Nagyaarch64: Respect p_flags when protecting code with...
2020-07-23 Arjun ShankarDisable warnings due to deprecated libselinux symbols...
2020-07-23 Carlos O'DonellRegenerate INSTALL for ARC port updates.
2020-07-23 Carlos O'DonellUpdate libc.pot for 2.32 release.
2020-07-21 Tulio Magno... powerpc: Fix POWER10 selection
2020-07-21 Paul E. Murphypowerpc64le: guarantee a .gnu.attributes section [BZ...
2020-07-21 Florian Weimerlibio: Remove __libc_readline_unlocked
2020-07-21 Florian Weimershadow: Implement fgetspent_r using __nss_fgetent_r
2020-07-21 Florian Weimerpwd: Implement fgetpwent_r using __nss_fgetent_r
2020-07-21 Florian Weimergshadow: Implement fgetsgent_r using __nss_fgetent_r...
2020-07-21 Florian Weimergrp: Implement fgetgrent_r using __nss_fgetent_r
2020-07-21 Florian Weimernss: Add __nss_fgetent_r
2020-07-21 Florian Weimerlibio: Add fseterr_unlocked for internal use
2020-07-21 Florian Weimernss_files: Use generic result pointer in parse_line
2020-07-21 Florian Weimernss_files: Consolidate line parse declarations in ...
2020-07-21 Florian Weimernss_compat: Do not use mmap to read database files...
2020-07-21 Florian Weimernss_files: Consolidate file opening in __nss_files_fopen
2020-07-20 Joseph MyersUpdate powerpc-nofpu libm-test-ulps.
2020-07-20 Joseph MyersUse MPFR 4.1.0 in build-many-glibcs.py.
2020-07-20 Florian Weimerelf: Change TLS static surplus default back to 1664
2020-07-18 Samuel Thibaulthurd: Fix longjmp check for sigstate
2020-07-18 Samuel Thibaulthurd: Fix longjmp early in initialization
2020-07-17 Florian Weimermanual: New signal and errno string functions are AS...
2020-07-17 Wilco DijkstraAArch64: Improve strlen_asimd performance (bug 25824)
2020-07-17 Florian WeimerMove <rpc/netdb.h> from sunrpc to inet
2020-07-16 Carlos O'Donellen_US: Minimize changes to date_fmt (Bug 25923)
2020-07-16 Florian WeimerLinux: Remove rseq support
2020-07-16 Florian Weimermanual: Use Unicode instead HTML entities for character...
2020-07-16 Aurelien JarnoAdd NEWS entry for CVE-2020-6096 (bug 25620)
2020-07-16 Aurelien Jarnoarm: remove string/tst-memmove-overflow XFAIL
2020-07-15 Wilco DijkstraAArch64: Rename IS_ARES to IS_NEOVERSE_N1
2020-07-15 Wilco DijkstraAArch64: Add optimized Q-register memcpy
2020-07-15 Wilco DijkstraAArch64: Align ENTRY to a cacheline
2020-07-14 H.J. LuCorrect timespec implementation [BZ #26232]
2020-07-13 Petr VorelRemove --enable-obsolete-rpc configure flag
2020-07-13 Adhemerval... hurd: Fix build-many-glibcs.py
2020-07-13 H.J. Lux86: Support usable check for all CPU features
2020-07-13 Adhemerval... string: Make tst-strerror/tst-strsignal unsupported...
2020-07-13 Florian Weimermalloc: Deprecate more hook-related functionality
2020-07-12 Florian Weimerelf: Support at least 32-byte alignment in static dlopen
2020-07-11 H.J. Lux86: Remove __ASSEMBLER__ check in init-arch.h
2020-07-11 H.J. Lux86: Remove the unused __x86_prefetchw
2020-07-10 Vineet GuptaDocumentation for ARC port
2020-07-10 Vineet Guptabuild-many-glibcs.py: Enable ARC builds
2020-07-10 Vineet GuptaARC: Build Infrastructure
2020-07-10 Vineet GuptaARC: ABI lists
2020-07-10 Vineet GuptaARC: Linux Startup and Dynamic Loading
2020-07-10 Vineet GuptaARC: Linux ABI
2020-07-10 Vineet GuptaARC: Linux Syscall Interface
2020-07-10 Vineet GuptaARC: hardware floating point support
2020-07-10 Vineet GuptaARC: math soft float support
2020-07-10 Vineet GuptaARC: Atomics and Locking primitives
2020-07-10 Vineet GuptaARC: Thread Local Storage support
2020-07-10 Vineet GuptaARC: startup and dynamic linking code
2020-07-10 Vineet GuptaARC: ABI Implementation
2020-07-10 Lucas A. M... Fix time/tst-cpuclock1 intermitent failures
2020-07-10 Tulio Magno... powerpc64: Fix calls when r2 is not used [BZ #26173]
2020-07-10 Mike FABIANAdd NEWS entry for Update to Unicode 13.0.0 [BZ #25819]
2020-07-10 Patsy FranklinUpdate i686 libm-test-ulps
2020-07-09 Joseph MyersFix memory leak in __printf_fp_l (bug 26215).
2020-07-09 Joseph MyersFix double free in __printf_fp_l (bug 26214).
2020-07-09 Maciej W. Rozyckilinux: Fix syscall list generation instructions
2020-07-09 Adhemerval... sysv: linux: Add 64-bit time_t variant for shmctl
2020-07-09 Adhemerval... sysvipc: Remove the linux shm-pad.h file
2020-07-09 Adhemerval... sysvipc: Split out linux struct shmid_ds
2020-07-09 Adhemerval... sysv: linux: Add 64-bit time_t variant for msgctl
2020-07-09 Adhemerval... sysvipc: Remove the linux msq-pad.h file
2020-07-09 Adhemerval... sysvipc: Split out linux struct semid_ds
2020-07-09 Adhemerval... sysv: linux: Add 64-bit time_t variant for semctl
2020-07-08 Szabolcs Nagyrtld: Avoid using up static TLS surplus for optimizatio...
2020-07-08 Szabolcs Nagyrtld: Account static TLS surplus for audit modules
2020-07-08 Szabolcs Nagyrtld: Add rtld.nns tunable for the number of supported...
2020-07-08 Petr VorelRemove --enable-obsolete-nsl configure flag
2020-07-08 Florian WeimerMove non-deprecated RPC-related functions from sunrpc...
2020-07-08 Szabolcs Nagyaarch64: add NEWS entry about branch protection support
2020-07-08 Szabolcs Nagyaarch64: redefine RETURN_ADDRESS to strip PAC
2020-07-08 Szabolcs Nagyaarch64: fix pac-ret support in _mcount
2020-07-08 Szabolcs Nagyaarch64: Add pac-ret support to assembly files
2020-07-08 Szabolcs Nagyaarch64: configure check for pac-ret code generation
2020-07-08 Szabolcs Nagyaarch64: ensure objects are BTI compatible
2020-07-08 Sudakshina Dasaarch64: enable BTI at runtime
2020-07-08 Szabolcs Nagyaarch64: fix RTLD_START for BTI
2020-07-08 Szabolcs Nagyaarch64: fix swapcontext for BTI
2020-07-08 Sudakshina Dasaarch64: Add BTI support to assembly files
2020-07-08 Szabolcs Nagyaarch64: Rename place holder .S files to .c
2020-07-08 Szabolcs Nagyaarch64: configure test for BTI support
2020-07-08 Szabolcs NagyRewrite abi-note.S in C.
2020-07-08 Szabolcs Nagyrtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
next