-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to glibc-2.28-72.el8_1.1.src.rpm
- Loading branch information
Showing
446 changed files
with
35,034 additions
and
4,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
2019-03-25 Mike Crowe <[email protected]> | ||
|
||
* nptl/tst-rwlock14.c (do_test): Replace duplicate calls to | ||
pthread_rwlock_timedrdlock with calls to | ||
pthread_rwlock_timedwrlock to ensure that the latter is tested | ||
too. Use new function name in diagnostic messages too. | ||
|
||
2019-01-31 Carlos O'Donell <[email protected]> | ||
Torvald Riegel <[email protected]> | ||
Rik Prohaska <[email protected]> | ||
|
||
[BZ# 23844] | ||
* nptl/Makefile (tests): Add tst-rwlock-tryrdlock-stall, and | ||
tst-rwlock-trywrlock-stall. | ||
* nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock): | ||
Wake waiters if PTHREAD_RWLOCK_FUTEX_USED is set. | ||
* nptl/pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): | ||
Set __wrphase_fute to 1 only if we started the write phase. | ||
* nptl/tst-rwlock-tryrdlock-stall.c: New file. | ||
* nptl/tst-rwlock-trywrlock-stall.c: New file. | ||
* support/Makefile (libsupport-routines): Add xpthread_rwlock_destroy. | ||
* support/xpthread_rwlock_destroy.c: New file. | ||
* support/xthread.h: Declare xpthread_rwlock_destroy. | ||
|
||
2018-08-01 Carlos O'Donel <[email protected]> | ||
|
||
* version.h (RELEASE): Set to "stable". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.