summaryrefslogtreecommitdiff
path: root/nptl/pthreadP.h
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar
2014-10-20pthread_once: Clean up constants.Torvald Riegel
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar
2014-07-31Split nptl-signals.h out from pthreadP.hRoland McGrath
2014-07-15Remove declarations of two nonexistent variables from nptl/pthreadP.h.Roland McGrath
2014-07-11nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen
2013-07-02Add new internal mutex type flags for elision.Andi Kleen
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-04-22Consolidate pthread_attr value validationSiddhesh Poyarekar
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-05-15Remove fallback definitions of __NR_set_robust_list.Joseph Myers
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-10Consistently added return to pthread_exitUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper
2011-06-30Fix robust mutex handling after forkUlrich Drepper
2009-07-28Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper
2009-01-29* allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper
2007-08-11* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper
2007-06-18[BZ #4647]Ulrich Drepper
2007-05-26* pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Define.Ulrich Drepper
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-08-23* allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper
2006-07-292006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper
2006-04-07* sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo inUlrich Drepper
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper
2006-02-28* elf/rtld-Rules (subdir-args): New variable.Roland McGrath
2006-02-15* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper
2005-12-27* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-11-20Update.Ulrich Drepper