about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* libc-vdso.h place consolidationAdhemerval Zanella2015-04-201-1/+1
* Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers2015-03-181-0/+15
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-6/+3
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath2015-03-101-9/+9
* Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath2015-03-043-9/+25
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-4/+9
* Make error checking effective in nptl/tst-cond25.c.Torvald Riegel2015-02-161-1/+9
* Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab2015-02-123-2/+63
* NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath2015-02-062-0/+6
* Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath2015-02-061-1/+5
* NPTL: Build tests using clone directly only for Linux.Roland McGrath2015-02-064-226/+2
* Use signal rather than sigaction in nptl/tst-cleanup2.Roland McGrath2015-02-061-8/+3
* Conditionalize some tests' use of SA_SIGINFO.Roland McGrath2015-02-062-0/+4
* Fix nptl/tst-kill5 not to presume SIGRTMAX exists.Roland McGrath2015-02-061-1/+2
* Clean up nptl/tst-join5 use of nanosleep.Roland McGrath2015-02-061-7/+7
* Clean up NPTL system to be compat-only.Roland McGrath2015-02-061-8/+40
* Clean up NPTL longjmp to be compat-only.Roland McGrath2015-02-061-6/+50
* Clean up NPTL fork to be compat-only.Roland McGrath2015-02-062-4/+52
* Also use uint64_t in __new_sem_wait_fastH.J. Lu2015-01-231-1/+1
* Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2015-01-232-6/+6
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-2113-300/+641
* 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