aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-2/+3
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath2-0/+5
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath2-2/+3
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath2-3/+2
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel2-9/+21
2014-12-15Fix nptl/tst-sem4: always start with a fresh semaphore.Torvald Riegel1-2/+6
2014-12-15Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled.Torvald Riegel1-3/+0
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath5-176/+21
2014-12-12NPTL: Add stubs for Linux-only extension functions.Roland McGrath4-0/+128
2014-12-12Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath1-1/+1
2014-12-12Get rid of warning comparision will always evaluate as trueStefan Liebler2-2/+7
2014-12-11Move semaphore.h to sysdeps/pthread/.Joseph Myers1-78/+0
2014-12-11Remove obsolete commentAndreas Schwab1-3/+0
2014-12-11Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab1-5/+4
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers4-4/+4
2014-12-02Fix warning in nptl/tst-stack4.c.Joseph Myers1-1/+1
2014-12-02Fix -Waddress warnings in nptl/tst-mutex1.c.Joseph Myers3-2/+6
2014-11-29Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell1-2/+2
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu3-2/+202
2014-11-26Fix nptl/tst-cancel-self-cancelstate.c warning.Joseph Myers1-1/+1
2014-11-26Fix synchronization of TPP min/max priorities.Torvald Riegel5-32/+68
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar2-2/+2
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar2-7/+7
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar1-1/+1
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath1-3/+9
2014-11-20NPTL: Use __libc_fatal in unwind.c.Roland McGrath1-5/+2
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath2-7/+19
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath2-15/+41
2014-11-20Use C11 atomics in pthread_once.Torvald Riegel1-14/+9
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath1-20/+1
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath2-1/+99
2014-11-18NPTL: Add stub createthread.cRoland McGrath1-0/+47
2014-11-18NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath1-154/+0
2014-11-18NPTL: Refactor createthread.cRoland McGrath2-169/+216
2014-11-12NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath2-6/+5
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar3-6/+15
2014-10-21Avoid local PLT reference in __nptl_main.Roland McGrath1-1/+1
2014-10-20NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath1-7/+6
2014-10-20NPTL: Add some missing #include'sRoland McGrath5-0/+5
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel1-7/+22
2014-10-20pthread_once: Clean up constants.Torvald Riegel2-9/+18
2014-10-17Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath1-13/+0
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath3-5/+5
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath6-22/+50
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath3-4/+22
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath1-0/+2
2014-10-06Write errors to stdout and not stderr in nptl/tst-setuid3.cArjun Shankar1-15/+21
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers1-1/+1
2014-09-12Move architecture-specific shlib-versions entries to sysdeps files.Joseph Myers1-5/+0
2014-08-21Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar1-2/+0