]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/pthread_create.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / nptl / pthread_create.c
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-01  Adhemerval Zanellanptl: Fix pthread_create.c build with clang
2022-09-26  Wilco DijkstraUse atomic_exchange_release/acquire
2022-09-23  Wilco DijkstraUse C11 atomics instead of atomic_decrement_and_test
2022-09-23  Wilco DijkstraUse C11 atomics instead of atomic_increment(_val)
2022-09-23  Wilco DijkstraUse C11 atomics instead of atomic_and/or
2022-09-13  Wilco DijkstraUse relaxed atomics since there is no MO dependence
2022-09-09  Wilco DijkstraUse C11 atomics instead of atomic_decrement(_val)
2022-06-30  Adhemerval ZanellaRefactor internal-signals.h
2022-06-24  Adhemerval Zanellamisc: Optimize internal usage of __libc_single_threaded
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-09  Florian Weimernptl: rseq failure after registration on main thread...
2021-12-09  Florian Weimernptl: Add glibc.pthread.rseq tunable to control rseq...
2021-12-09  Florian Weimernptl: Add rseq registration
2021-11-24  Florian Weimernptl: Do not set signal mask on second setjmp return...
2021-09-23  Florian Weimernptl: Avoid setxid deadlock with blocked signals in...
2021-09-13  Florian Weimernptl: Fix race between pthread_kill and thread exit...
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-14  H.J. LuAdd an internal wrapper for clone, clone2 and clone3
2021-07-09  Florian WeimerForce building with -fno-common
2021-06-28  Florian Weimernptl: Export libthread_db-used symbols under GLIBC_PRIVATE
2021-06-09  Adhemerval Zanellanptl: Avoid async cancellation to wrongly update __nptl...
2021-06-09  Adhemerval Zanellanptl: Install cancellation handler on pthread_cancel
2021-06-09  Adhemerval Zanellanptl: Deallocate the thread stack on setup failure...
2021-06-04  Adhemerval Zanellanptl: Remove exit-thread.h
2021-05-27  Adhemerval Zanellanptl: Move createthread to pthread_create
2021-05-27  Florian Weimernptl: Install SIGSETXID handler with SA_ONSTACK [BZ...
2021-05-21  Florian Weimernptl: Move pthread_create, thrd_create into libc
2021-05-21  Florian Weimernptl: Move semi-public __pthread_get_minstack symbol...
2021-05-21  Florian Weimernptl: Perform signal initialization upon pthread_create
2021-05-11  Florian Weimernptl: Move __free_tcb into libc
2021-05-11  Florian Weimernptl: Move stack cache management, __libpthread_freeres...
2021-05-11  Florian Weimernptl: Remove always-disabled debugging support
2021-05-05  Florian Weimernptl: Consolidate async cancel enable/disable implement...
2021-04-21  Florian Weimernptl: Move part of TCB initialization from libpthread...
2021-04-21  Florian Weimernptl: Move __nptl_deallocate_tsd into libc
2021-04-21  Florian Weimernptl: Move internal __nptl_nthreads variable into libc
2021-04-21  Florian Weimernptl_db: Support different libpthread/ld.so load orders...
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-11-16  Florian Weimernptl: Move stack list variables into _rtld_global
2020-10-30  Joseph MyersDisable spurious -Wstringop-overflow for setjmp/longjmp...
2020-07-16  Florian WeimerLinux: Remove rseq support
2020-07-06  Florian WeimerAdd the __libc_single_threaded variable
2020-07-06  Mathieu DesnoyersLinux: Perform rseq registration at C startup and threa...
2020-06-25  Szabolcs Nagynptl: Don't madvise user provided stack
2020-06-02  Florian Weimernptl: Add pthread_attr_setsigmask_np, pthread_attr_gets...
2020-06-02  Florian Weimernptl: Make pthread_attr_t dynamically extensible
2020-06-02  Florian Weimernptl: Change type of __default_pthread_attr
2020-06-02  Florian Weimernptl: Use __pthread_getattr_default_np in pthread_create
2020-05-12  Andreas Schwabnptl: wait for pending setxid request also in detached...
2020-04-27  Florian Weimernptl: Start new threads with all signals blocked [BZ...
2020-03-03  Florian WeimerLinux: set_robust_list syscall number is always available
2020-02-15  Adhemerval Zanellalinux: Remove INTERNAL_SYSCALL_DECL
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-10-18  Florian Weimernptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-07-24  Adhemerval Zanellanptl: Add C11 threads thrd_* functions
2018-07-14  H.J. Lux86: Rename __glibc_reserved1 to feature_1 in tcbhead_t...
2018-05-02  H.J. Lux86: Use pad in pthread_unwind_buf to preserve shadow...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-07  Adhemerval Zanellanptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
2017-08-31  Florian Weimernptl: Remove internal_function attribute
2017-08-29  Adhemerval Zanellaia64: Fix thread stack allocation permission set (BZ...
2017-07-04  Szabolcs NagySingle threaded stdio optimization
2017-06-23  Adhemerval ZanellaClean pthread functions namespaces for C11 threads
2017-05-03  Carlos O'DonellBug 20116: Clarify behaviour of PD->lock.
2017-04-04  Adhemerval ZanellaRemove CALL_THREAD_FCT macro
2017-01-29  Carlos O'DonellBug 20116: Fix use after free in pthread_create()
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-02-19  Carlos O'Donellnptl: support thread stacks that grow up
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-20  Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-07-10  Torvald RiegelAdd and use new glibc-internal futex API.
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-12  Roland McGrathFix NPTL build for !__ASSUME_SET_ROBUST_LIST case.
2014-11-21  Roland McGrathNPTL: Fix pthread_create regression from default-sched...
2014-11-20  Roland McGrathNPTL: Refactor scheduler setup in pthread_create.
2014-11-20  Roland McGrathNPTL: Don't (re)validate sched_priority in pthread_create.
2014-11-18  Roland McGrathNPTL: Refactor createthread.c
2014-10-17  Roland McGrathNPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
2014-07-10  Roland McGrathGet rid of lll_robust_dead.
2014-05-13  Roland McGrathClean up __exit_thread.
2014-03-14  Roland McGrathFix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-06-15  Siddhesh PoyarekarNew API to set default thread attributes
2013-05-16  Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-03-28  Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-03-19  Siddhesh PoyarekarMove __default_stacksize into __default_pthread_attr
2013-02-18  Siddhesh PoyarekarC++11 thread_local destructors support
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-04  Roland McGrathName space hygeine for madvise.
2012-10-02  Siddhesh PoyarekarFix clone flag name in comment to CLONE_CHILD_CLEARTID.
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-25  Roland McGrathAdd systemtap static probe points in generic and x86_64...
2012-05-25  Roland McGrathAdd --enable-systemtap configuration to define static...
next