Name: | glibc |
---|---|
Version: | 2.28 |
Release: | 127.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 15559727 |
License: | LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL |
RPM: | glibc-2.28-127.0.1.el8.x86_64.rpm |
Source RPM: | glibc-2.28-127.0.1.el8.src.rpm |
Build Date: | Tue Nov 03 2020 |
Build Host: | jenkins-172-17-0-2-a80fd80f-6f38-4568-b0c3-eb071920e81a.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/glibc/ |
Summary: | The GNU libc libraries |
Description: | The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and shared between programs. This particular package contains the most important sets of shared libraries: the standard C library and the standard math library. Without these two libraries, a Linux system will not function. |
- add Ampere emag to tunable cpu list (Patrick McGehearty) - add optimized memset for emag - add an ASIMD variant of strlen for falkor - Orabug: 2700101. - Modify glibc-ora28849085.patch so it works with RHCK kernels. - Orabug: 28849085. - Make _IO_funlockfile match __funlockfile and _IO_flockfile match __flockfile - Both should test - if (stream->_flags & _IO_USER_LOCK) == 0) - _IO_lock_lock (*stream->_lock); - OraBug: 28481550. Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
- Improve performance of library strstr() function (#1821531)
- Do not clobber errno in nss_compat (#1836867)
- Support building rpm under newer versions of Coverity Scan (#1835999)
- Enhance memory protection key support on ppc64le (#1642150)
- Reduce IFUNC resolver usage in libpthread and librt (#1748197)
- Math library optimizations for IBM Z (#1780204) - Additional patch for s_nearbyint.c
- elf: Assign TLS modid later during dlopen (#1774115)
- x86-64: Automatically install nss_db.i686 for 32-bit environments (#1807824)
- ppc64le: Enable protection key support (#1642150)