summaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-125-176/+21
* NPTL: Add stubs for Linux-only extension functions.Roland McGrath2014-12-124-0/+128
* Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath2014-12-121-1/+1
* Get rid of warning comparision will always evaluate as trueStefan Liebler2014-12-122-2/+7
* Move semaphore.h to sysdeps/pthread/.Joseph Myers2014-12-111-78/+0
* Remove obsolete commentAndreas Schwab2014-12-111-3/+0
* Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab2014-12-111-5/+4
* Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2014-12-064-4/+4
* Fix warning in nptl/tst-stack4.c.Joseph Myers2014-12-021-1/+1
* Fix -Waddress warnings in nptl/tst-mutex1.c.Joseph Myers2014-12-023-2/+6
* Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell2014-11-291-2/+2
* Resize DTV if the current DTV isn't big enoughH.J. Lu2014-11-283-2/+202
* Fix nptl/tst-cancel-self-cancelstate.c warning.Joseph Myers2014-11-261-1/+1
* Fix synchronization of TPP min/max priorities.Torvald Riegel2014-11-265-32/+68
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-242-2/+2
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-242-7/+7
* Remove IS_IN_librtSiddhesh Poyarekar2014-11-241-1/+1
* NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath2014-11-211-3/+9
* NPTL: Use __libc_fatal in unwind.c.Roland McGrath2014-11-201-5/+2
* NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath2014-11-202-7/+19
* NPTL: Refactor scheduler setup in pthread_create.Roland McGrath2014-11-202-15/+41
* Use C11 atomics in pthread_once.Torvald Riegel2014-11-201-14/+9
* NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath2014-11-191-20/+1
* Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath2014-11-192-1/+99
* NPTL: Add stub createthread.cRoland McGrath2014-11-181-0/+47
* NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath2014-11-181-154/+0
* NPTL: Refactor createthread.cRoland McGrath2014-11-182-169/+216
* NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath2014-11-122-6/+5
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-053-6/+15
* Avoid local PLT reference in __nptl_main.Roland McGrath2014-10-211-1/+1
* NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath2014-10-201-7/+6
* NPTL: Add some missing #include'sRoland McGrath2014-10-205-0/+5
* pthread_once: Add fast path and remove x86 variants.Torvald Riegel2014-10-201-7/+22
* pthread_once: Clean up constants.Torvald Riegel2014-10-202-9/+18
* Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath2014-10-171-13/+0
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-173-5/+5
* NPTL: Conditionalize direct futex syscall uses.Roland McGrath2014-10-176-22/+50
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-173-4/+22
* Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath2014-10-171-0/+2
* Write errors to stdout and not stderr in nptl/tst-setuid3.cArjun Shankar2014-10-061-15/+21
* Remove configuration name patterns from shlib-versions.Joseph Myers2014-09-121-1/+1
* Move architecture-specific shlib-versions entries to sysdeps files.Joseph Myers2014-09-121-5/+0
* Remove NOT_IN_libc definition for pthread_atforkSiddhesh Poyarekar2014-08-211-2/+0
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-5/+5
* IA64: Define TLS_DEFINE_INIT_TPRoland McGrath2014-08-041-0/+2
* Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath2014-07-311-9/+6
* Split nptl-signals.h out from pthreadP.hRoland McGrath2014-07-311-16/+2
* Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.Roland McGrath2014-07-153-0/+107
* Remove declarations of two nonexistent variables from nptl/pthreadP.h.Roland McGrath2014-07-151-5/+0
* nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer2014-07-116-5/+136