aboutsummaryrefslogtreecommitdiff
path: root/nptl/nptl-init.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-1/+0
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-4/+0
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer1-1/+0
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe1-1/+0
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+1
2019-05-27nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer1-0/+8
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella1-2/+0
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-3/+0
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella1-29/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-0/+5
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-15/+0
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu1-18/+0
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy1-4/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer1-1/+0
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-16/+0
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-4/+0
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-13/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-1/+1
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-2/+3
2015-05-22Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath1-11/+19
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath1-4/+2
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath1-0/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers1-1/+1
2014-11-29Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell1-2/+2
2014-11-12NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath1-0/+5
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath1-0/+2
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath1-3/+5
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath1-4/+17
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath1-0/+2
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer1-3/+3
2014-04-01Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer1-2/+7
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-0/+2
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar1-1/+2
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell1-52/+22
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar1-22/+52
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-08-03Remove some pre-2.6.0 Linux kernel conditionals.Joseph Myers1-12/+0
2012-07-19Fix comment that describes sighandler_setxidSiddhesh Poyarekar1-1/+3