summaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* NPTL: Fix generic pthread_sigmask.Roland McGrath2015-01-081-1/+5
* NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath2015-01-081-0/+2
* NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath2015-01-084-29/+35
* Add -Wno-trampolines as neededRichard Henderson2015-01-081-0/+1
* Function declaration cleanupAdhemerval Zanella2015-01-066-18/+8
* Use single year in copyright notice in banner in ntpl/version.c.Joseph Myers2015-01-021-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02387-387/+387
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-2/+3
* NPTL: Move fork state variables to initializer files.Roland McGrath2014-12-172-0/+5
* Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath2014-12-162-2/+3
* Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath2014-12-162-3/+2
* Add comments for the generic lowlevellock implementation.Torvald Riegel2014-12-152-9/+21
* Fix nptl/tst-sem4: always start with a fresh semaphore.Torvald Riegel2014-12-151-2/+6
* Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled.Torvald Riegel2014-12-151-3/+0
* 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