Use glibc_likely instead __builtin_expect.
[jlayton/glibc.git] / nptl / nptl-init.c
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
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.