]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/nptl-init.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nptl / nptl-init.c
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.