]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
Disable -Wrestrict for two nptl/tst-attr3.c tests.
[thirdparty/glibc.git] / nptl /
2017-12-18  Joseph MyersDisable -Wrestrict for two nptl/tst-attr3.c tests.
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-05  Rogerio AlvesAdd elision tunables
2017-11-21  Adhemerval Zanellanptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE...
2017-11-16  Siddhesh PoyarekarPrefer https for Sourceware links
2017-11-07  Andreas SchwabRemove traces of tst-typesizes
2017-11-07  Adhemerval Zanellanptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
2017-11-07  Adhemerval Zanellanptl: Change tst-typesizes to _Static_assert
2017-11-07  Adhemerval Zanellanptl: Add tests for internal pthread_mutex_t offsets
2017-10-13  Peter Zeleznynptl: Preserve error in setxid thread broadcast in...
2017-09-26  H.J. LuMark __dso_handle as hidden [BZ #18822]
2017-09-21  Joseph MyersRemove non-add-on Banner files.
2017-09-01  H.J. LuRemove Roland McGrath/Ulrich Drepper et al. from DSO...
2017-09-01  Zack WeinbergMove all old ChangeLogs to a top-level ChangeLog.old...
2017-08-31  Florian Weimernptl: Remove internal_function attribute
2017-08-30  Florian WeimerDo not scale NPTL tests with available number of CPUs
2017-08-29  Adhemerval Zanellaia64: Fix thread stack allocation permission set (BZ...
2017-08-22  Adhemerval ZanellaConsolidate non cancellable nanosleep call
2017-08-22  Adhemerval ZanellaConsolidate non cancellable pause call
2017-08-13  Florian WeimerNPTL: Remove internal_function from stack marking functions
2017-08-09  Andreas SchwabAdd test for bug 21041
2017-08-08  Andreas SchwabDon't use IFUNC resolver for longjmp or system in libpt...
2017-08-07  Andreas SchwabFix missing redirects in testsuite targets
2017-07-29  Carlos O'Donellmutex: Fix robust mutex lock acquire (Bug 21778)
2017-07-28  Carlos O'Donellrwlock: Fix explicit hand-over (bug 21298)
2017-07-15  John David AnglinFix guard alignment in allocate_stack when stack grows up.
2017-07-14  Szabolcs NagyDisable single thread optimization for open_memstream
2017-07-06  Joseph MyersIncrease some test timeouts.
2017-07-04  Szabolcs NagySingle threaded stdio optimization
2017-06-23  Adhemerval ZanellaClean pthread functions namespaces for C11 threads
2017-06-14  Adhemerval Zanellanptl: Invert the mmap/mprotect logic on allocated stack...
2017-06-06  Stefan LieblerOptimize generic spinlock code and use C11 like atomic...
2017-05-31  Adhemerval Zanellaposix: Implement preadv2 and pwritev2
2017-05-31  Andreas SchwabUse test-driver in nptl/tst-fork3.c
2017-05-25  Tulio Magno Quites... Move tst-mutex*8* to tests-internal
2017-05-20  Zack WeinbergRemove __need_list_t and __need_res_state.
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux fsync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux fdatasync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux msync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux sigsuspend implementation
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux nanosleep syscall
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-11  Adhemerval ZanellaConsolidate Linux write syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux read syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux close syscall generation
2017-05-10  Andreas SchwabUse test-driver in ntpl/tst-fork1.c
2017-05-03  Carlos O'DonellBug 20116: Clarify behaviour of PD->lock.
2017-05-01  Adhemerval Zanellanptl: Using libsupport for tst-cancel4*
2017-04-25  Joseph MyersFix sys/socket.h namespace issues from sys/uio.h inclus...
2017-04-04  Adhemerval ZanellaRemove CALL_THREAD_FCT macro
2017-04-04  Adhemerval ZanellaRemove __ASSUME_REQUEUE_PI
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-03-02  Zack WeinbergMiscellaneous low-risk changes preparing for _ISOMAC...
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-16  Zack WeinbergAdd missing header files throughout the testsuite.
2017-02-06  Adhemerval Zanellanptl: Remove COLORING_INCREMENT
2017-02-04  Alexandre OlivaBug 20915: Do not initialize DTV of other threads.
2017-01-29  Carlos O'DonellBug 20116: Fix use after free in pthread_create()
2017-01-27  Florian Weimernptl: Add tst-robust-fork
2017-01-20  Torvald RiegelFix mutex pretty printer test and pretty printer output.
2017-01-13  Torvald RiegelAdd compiler barriers around modifications of the robus...
2017-01-13  Torvald Riegelrobust mutexes: Fix broken x86 assembly by removing it
2017-01-10  Torvald RiegelNew pthread rwlock that is more scalable.
2017-01-03  Martin GalvanFix up tabs/spaces mismatches
2017-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Torvald RiegelNew condvar implementation that provides stronger order...
2016-12-26  Nick AlcockInitialize the stack guard earlier when linking statica...
2016-12-23  Carlos O'DonellFix failing pretty printer tests when CPPFLAGS has...
2016-12-19  Torvald RiegelRobust mutexes: Fix lost wake-up.
2016-12-13  Florian Weimernptl/tst-cancel7: Add missing case label
2016-12-09  Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-12-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-11-30  Florian WeimerImplement _dl_catch_error, _dl_signal_error in libc...
2016-11-24  Adhemerval ZanellaRemove cached PID/TID in clone
2016-11-08  Adhemerval ZanellaConsolidate lseek/lseek64/llseek implementations
2016-11-08  Gabriel F. T. GomesWrite messages to stdout and use write_message instead...
2016-11-08  Gabriel F. T. GomesUse write_message instead of write
2016-10-28  Tulio Magno Quites... Document a behavior of an elided pthread_rwlock_unlock
2016-10-07  Stefan LieblerUse libc_ifunc macro for siglongjmp, longjmp in libpthread.
2016-10-07  Stefan LieblerUse libc_ifunc macro for vfork in libpthread.
2016-10-07  Stefan LieblerUse libc_ifunc macro for system in libpthread.
2016-09-22  Alexandre Oliva[PR19826] fix non-LE TLS in static programs
2016-09-20  Adhemerval Zanellaposix: Correctly enable/disable cancellation on Linux...
2016-09-15  Adhemerval Zanellanptl: Consolidate sem_init implementations
2016-09-15  Adhemerval Zanellanptl: Fix sem_wait and sem_timedwait cancellation ...
2016-09-15  Adhemerval Zanellanptl: Set sem_open as a non cancellation point (BZ...
2016-09-15  Adhemerval Zanellanptl: Consolidate sem_open implementations
2016-09-14  Florian WeimerRemove the ptw-% patterns
2016-08-26  Florian Weimermalloc: Simplify static malloc interposition [BZ #20432]
2016-08-26  Florian Weimernptl: Avoid expected SIGALRM in most tests [BZ #20432]
2016-08-17  Florian Weimernptl/tst-once5: Reduce time to expected failure
2016-08-16  Florian Weimernptl/tst-tls3-malloc: Force freeing of thread stacks
2016-08-03  Florian Weimerelf: Do not use memalign for TCB/TLS blocks allocation...
2016-08-03  Florian Weimerelf: Avoid using memalign for TLS allocations [BZ ...
2016-07-11  Siddhesh PoyarekarRevert "Add pretty printers for the NPTL lock types"
2016-07-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-07-07  Andreas SchwabAdd test case for bug 20263
2016-07-07  Jiyoung YunFix robust mutex daedlock [BZ #20263]
2016-07-05  Adhemerval Zanellanptl: Add more coverage in tst-cancel4
next