]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/nptl-init.c
nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
[thirdparty/glibc.git] / nptl / nptl-init.c
2019-03-05  Adhemerval Zanellanptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-01  Kemi WangMutex: Add pthread mutex tunables
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-05-17  H.J. Lunptl: Remove __ASSUME_PRIVATE_FUTEX
2018-01-08  Szabolcs Nagy[BZ #22637] Fix stack guard size accounting
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-11-07  Adhemerval Zanellanptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-26  Nick AlcockInitialize the stack guard earlier when linking statica...
2016-11-30  Florian WeimerImplement _dl_catch_error, _dl_signal_error in libc...
2016-11-24  Adhemerval ZanellaRemove cached PID/TID in clone
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-09-17  H.J. LuUse __pthread_setcancelstate in libc.a
2015-07-10  Torvald RiegelAdd and use new glibc-internal futex API.
2015-05-22  Roland McGrathFix nptl-init.c use of INTERNAL_SYSCALL_DECL.
2015-05-20  Roland McGrathNaCl: Set tid field to a unique value.
2015-01-08  Roland McGrathNPTL: Fixed missed conditionalization of setxid hooey.
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-06  Joseph MyersFix pthreads getrlimit, gettimeofday namespace (bug...
2014-11-29  Carlos O'DonellUse ALIGN_UP in nptl/nptl-init.c
2014-11-12  Roland McGrathNPTL: Move __libc_multiple_threads_ptr defn to nptl...
2014-10-17  Roland McGrathNPTL: Clean up THREAD_SYSINFO macros.
2014-10-17  Roland McGrathNPTL: Conditionalize direct futex syscall uses.
2014-10-17  Roland McGrathNPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
2014-10-17  Roland McGrathFix NPTL build error when missing __NR_set_robust_list.
2014-07-11  Florian Weimernptl: Fix abort in case of set*id failure [BZ #17135]
2014-04-01  Florian WeimerCheck for syscall error in the SETXID implementation...
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-03-19  Siddhesh PoyarekarMove __default_stacksize into __default_pthread_attr
2013-03-01  Carlos O'DonellRevert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.
2013-03-01  Siddhesh PoyarekarSet default stack size from program environment
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-03  Joseph MyersRemove some pre-2.6.0 Linux kernel conditionals.
2012-07-19  Siddhesh PoyarekarFix comment that describes sighandler_setxid
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-29  Andreas SchwabRemove use of INTDEF/INTUSE in nptl
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-12-23  Ulrich DrepperCreate internal threads with sufficient stack size
2011-09-15  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-15  Andreas SchwabAvoid race between {,__de}allocate_stack and __reclaim_...
2011-07-01  Ulrich DrepperFix robust mutex handling after fork
2009-10-30  Daniel JacobowitzFix races in setXid implementation.
2009-05-16  Ulrich DrepperRename nptl/init.c to nptl/nptl-init.c.