summaryrefslogtreecommitdiff
path: root/nptl/nptl-init.c
AgeCommit message (Expand)Author
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-05-22Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-11-29Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell
2014-11-12NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer
2014-04-01Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-03Remove some pre-2.6.0 Linux kernel conditionals.Joseph Myers
2012-07-19Fix comment that describes sighandler_setxidSiddhesh Poyarekar
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab
2011-06-30Fix robust mutex handling after forkUlrich Drepper
2009-10-30Fix races in setXid implementation.Daniel Jacobowitz
2009-05-16Rename nptl/init.c to nptl/nptl-init.c.Ulrich Drepper