Name: | compat-libpthread-nonshared |
Version: | 2.28 |
Release: | 127.0.3.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 8 |
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: |
compat-libpthread-nonshared-2.28-127.0.3.el8.x86_64.rpm
|
Source RPM: |
glibc-2.28-127.0.3.el8.src.rpm
|
Build Date: | Fri Dec 18 2020 |
Build Host: | jenkins-172-17-0-2-4ee955d9-3920-4b4f-955c-19b12029b056.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/glibc/ |
Summary: | Compatibility support for linking against libpthread_nonshared.a. |
Description: | This package provides compatibility support for applications that expect
libpthread_nonshared.a to exist. The support provided is in the form of
an empty libpthread_nonshared.a that allows dynamic links to succeed.
Such applications should be adjusted to avoid linking against
libpthread_nonshared.a which is no longer used. The static library
libpthread_nonshared.a is an internal implementation detail of the C
runtime and should not be expected to exist. |
-
Thu Oct 15 2020 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-127.0.3
- Provide glibc.pthread.mutex_spin_count tunable for pthread adaptive
- spin mutex
Orabug: 27982358.
Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
-
Thu Oct 01 2020 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-127.0.2
- revert setting of x86 non-temporal threshold to 3/4 of thread shared cache
Orabug: 31831625.
Reviewed-by: Jose Marchesi <jose.marchesi@oracle.com>
-
Wed Jul 29 2020 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.28-127.0.1
- 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>
-
Tue Jun 09 2020 Carlos O'Donell <calros@redhat.com> - 2.28-127
- Improve performance of library strstr() function (#1821531)
-
Wed May 27 2020 Florian Weimer <fweimer@redhat.com> - 2.28-126
- Do not clobber errno in nss_compat (#1836867)
-
Thu May 14 2020 Carlos O'Donell <carlos@redhat.com> - 2.28-125
- Support building rpm under newer versions of Coverity Scan (#1835999)
-
Mon May 11 2020 Florian Weimer <fweimer@redhat.com> - 2.28-124
- Enhance memory protection key support on ppc64le (#1642150)
-
Thu Apr 23 2020 Florian Weimer <fweimer@redhat.com> - 2.28-123
- Reduce IFUNC resolver usage in libpthread and librt (#1748197)
-
Thu Apr 09 2020 DJ Delorie <dj@redhat.com> - 2.28-122
- Math library optimizations for IBM Z (#1780204)
- Additional patch for s_nearbyint.c
-
Wed Apr 08 2020 Florian Weimer <fweimer@redhat.com> - 2.28-121
- elf: Assign TLS modid later during dlopen (#1774115)