]> sourceware.org Git - glibc.git/history - nptl
hurd: Add hurd thread library
[glibc.git] / nptl /
2018-03-05 Adhemerval Zanellanptl: Fix tst-cancel4 sendto tests
2018-03-01 Florian Weimernptl: Turn libpthread.so into a symbolic link to the...
2018-03-01 Florian Weimernptl: Drop libpthread_nonshared.a from libpthread.so
2018-03-01 Florian Weimernptl: Move pthread_atfork to libc_nonshared.a
2018-02-22 Adhemerval ZanellaRefactor atfork handlers
2018-02-22 Adhemerval ZanellaRename nptl-signals.h to internal-signals.h
2018-02-16 Stefan LieblerAdd runtime check if mutex will be elided in tst-mutex8...
2018-01-26 Carlos O'DonellRevert Intel CET changes to __jmp_buf_tag (Bug 22743)
2018-01-16 Florian Weimernptl/tst-thread-exit-clobber: Run with any C++ compiler
2018-01-16 Florian Weimernptl/tst-minstack-throw: Compile in C++11 mode with...
2018-01-15 Florian Weimernptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]
2018-01-11 Florian Weimernptl: Add tst-minstack-cancel, tst-minstack-exit [BZ...
2018-01-08 Szabolcs Nagy[BZ #22637] Fix stack guard size accounting
2018-01-08 Florian Weimernptl: Add test for callee-saved register restore in...
2018-01-07 Palmer DabbeltAvoid race conditions when rebuilding librt.so
2018-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-20 Adhemerval Zanellanptl: Consolidate pthread_{timed,try}join{_np}
2017-12-20 Florian Weimernptl: Implement pthread_self in libc.so [BZ #22635]
2017-12-19 H.J. LuLinux/x86: Update cancel_jmp_buf to match __jmp_buf_tag...
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.
next
This page took 0.134214 seconds and 8 git commands to generate.