]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/nptl
sparc: Assume GOTDATA support in the toolchain
[thirdparty/glibc.git] / sysdeps / nptl /
2019-10-07  Florian Weimernptl: Move pthread_attr_setschedparam implementation...
2019-10-07  Florian Weimernptl: Move pthread_attr_getschedparam implementation...
2019-10-04  Florian Weimernptl: Move pthread_attr_setinheritsched implementation...
2019-10-01  Alistair FrancisSplit up endian.h to minimize exposure of BYTE_ORDER.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-30  Florian Weimernptl: Move pthread_attr_getinheritsched implementation...
2019-08-28  Florian Weimernptl: Move pthread_attr_setdetachstate implementation...
2019-08-16  Florian Weimernptl: Move pthread_attr_getdetachstate implementation...
2019-08-15  Florian Weimernptl: Move pthread_attr_init implementation into libc
2019-08-15  Florian Weimernptl: Move pthread_attr_destroy implementation into...
2019-08-15  Florian Weimernptl: Move pthread_equal implementation into libc
2019-07-18  Mike Crowenptl: Remove unnecessary forwarding of pthread_cond_clo...
2019-07-12  Mike Crowenptl: Remove futex_supports_exact_relative_timeouts
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_mutex_clocklock
2019-07-12  Mike Crowenptl: Rename lll_timedlock to lll_clocklock and add...
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_rwlock_clockrdlock...
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_cond_clockwait
2019-07-12  Mike Crowenptl: Add clockid parameter to futex timed wait calls
2019-05-14  Adhemerval Zanellax86: Remove arch-specific low level lock implementation
2019-05-14  Adhemerval ZanellaAssume LLL_LOCK_INITIALIZER is 0
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-03-05  Adhemerval Zanellanptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
2019-02-16  Florian WeimerMove remaining nptl_db headers to sysdeps/nptl
2019-02-14  Adhemerval Zanellanptl: Reinstate pthread_timedjoin_np as a cancellation...
2019-02-08  Florian Weimernptl: Avoid fork handler lock for async-signal-safe...
2019-01-03  Adhemerval Zanellanptl: Cleanup cancellation macros
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-05  Zack WeinbergUse PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug...
2018-12-01  Kemi WangMutex: Add pthread mutex tunables
2018-10-17  Stefan LieblerFix race in pthread_mutex_lock while promoting to PTHRE...
2018-09-01  Paul Pluzhnikov[BZ #20271] Add newlines in __libc_fatal calls.
2018-07-25  Adhemerval ZanellaFix ISO C threads installed header and HURD assumption
2018-07-25  Adhemerval ZanellaFix C11 conformance issues
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-05-08  Andreas SchwabFix comment typo
2018-05-04  Stefan LieblerFix blocking pthread_join. [BZ #23137]
2018-04-26  Tulio Magno Quites... Increase robustness of internal dlopen() by using RTLD_...
2018-04-03  Adhemerval ZanellaFilter out NPTL internal signals (BZ #22391)
2018-03-07  Adhemerval ZanellaRefactor Linux ARCH_FORK implementation
2018-03-01  Florian Weimernptl: Move pthread_atfork to libc_nonshared.a
2018-02-26  Samuel ThibaultMove NPTL-specific code to NPTL-specific header
2018-02-22  Adhemerval ZanellaRefactor atfork handlers
2018-02-22  Adhemerval ZanellaRename nptl-signals.h to internal-signals.h
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-01-26  Carlos O'DonellRevert Intel CET changes to __jmp_buf_tag (Bug 22743)
2018-01-10  Florian Weimernptl: Open libgcc.so with RTLD_NOW during pthread_cance...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
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-11-07  Adhemerval Zanellanptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
2017-10-05  Joseph MyersRemove add-ons mechanism.
2017-07-24  Andreas SchwabRemove extra semicolons in struct pthread_mutex (bug...
2017-07-09  John David AnglinUse generic pthread support on hppa.
2017-07-06  Matthew Krupcalenptl: Fix typo on __have_pthread_attr_t (BZ#21715)
2017-05-12  Florian Weimerfork: Remove bogus parent PID assertions [BZ #21386]
2017-05-11  Zack WeinbergRemove _IO_MTSAFE_IO from public headers.
2017-05-09  Adhemerval ZanellaMove shared pthread definitions to common headers
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-06  Stefan LieblerAdd __glibc_unlikely hint in lll_trylock, lll_cond_trylock.
2017-01-13  Torvald RiegelClear list of acquired robust mutexes in the child...
2017-01-13  Torvald Riegelrobust mutexes: Fix broken x86 assembly by removing it
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Torvald RiegelNew condvar implementation that provides stronger order...
2016-11-24  Adhemerval ZanellaRemove cached PID/TID in clone
2016-09-23  Zack WeinbergInstalled-header hygiene (BZ#20366): time.h types.
2016-09-21  Florian Weimermalloc: Manual part of conversion to __libc_lock
2016-09-14  Florian WeimerRemove the ptw-% patterns
2016-08-26  Florian Weimermalloc: Simplify static malloc interposition [BZ #20432]
2016-05-12  Florian WeimerIncrease fork signal safety for single-threaded process...
2016-04-14  Florian Weimermalloc: Remove unused definitions of thread_atfork...
2016-04-14  Florian Weimermalloc: Run fork handler as late as possible [BZ #19431]
2016-01-15  Torvald RiegelNew pthread_barrier algorithm to fulfill barrier destru...
2016-01-15  Martin SeborFix build errors with -DNDEBUG.
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-23  Torvald RiegelDo not violate mutex destruction requirements.
2015-11-24  Florian WeimerReplace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER...
2015-10-27  Joseph MyersRemove sysdeps/nptl/configure.ac.
2015-10-17  Florian Weimermalloc: Rewrite with explicit TLS access using __thread
2015-10-15  Joseph MyersRemove NPTL configure errors based on top-level configu...
2015-09-18  H.J. LuUse __libc_ptf_call in _longjmp_unwind
2015-09-17  H.J. LuUse __pthread_setcancelstate in libc.a
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-04  Joseph MyersRename bits/stdio-lock.h to stdio-lock.h (bug 14912).
2015-09-03  Joseph MyersRename bits/libc-tsd.h to libc-tsd.h (bug 14912).
2015-07-10  Torvald RiegelAdd and use new glibc-internal futex API.
2015-06-25  Roland McGrathUse unsigned types for counters in getaddrinfo_a code.
2015-06-25  Roland McGrathUse unsigned types for counters in AIO code.
2015-03-28  Martin GalvanNPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_M...
2015-01-29  Andreas SchwabInclude <signal.h> in sysdeps/nptl/allocrtsig.c
2015-01-23  H.J. LuUse uint64_t and (uint64_t) 1 for 64-bit int
2015-01-21  Carlos O'DonellFix semaphore destruction (bug 12674).
2015-01-13  Torvald RiegelFix wake-up in sysdeps/nptl/fork.c.
2015-01-08  Roland McGrathClean up allocrtsig code.
2015-01-08  Roland McGrathFix copyright year on new stub sys/procfs.h file.
2015-01-08  Roland McGrathAdd stub sys/procfs.h file
2015-01-05  Roland McGrathARM: Consolidate with generic unwinder wrapper code
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-17  Roland McGrathNPTL: Move fork state variables to initializer files.
2014-12-17  Roland McGrathNPTL: Remove gratuitous Linuxisms from gai_misc.h.
2014-12-16  Roland McGrathRevert "Use pragmas rather than makefiles for necessary...
next