aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Make error checking effective in nptl/tst-cond25.c.Torvald Riegel1-1/+9
2015-02-12Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab3-2/+63
2015-02-06NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath2-0/+6
2015-02-06Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath1-1/+5
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath4-226/+2
2015-02-06Use signal rather than sigaction in nptl/tst-cleanup2.Roland McGrath1-8/+3
2015-02-06Conditionalize some tests' use of SA_SIGINFO.Roland McGrath2-0/+4
2015-02-06Fix nptl/tst-kill5 not to presume SIGRTMAX exists.Roland McGrath1-1/+2
2015-02-06Clean up nptl/tst-join5 use of nanosleep.Roland McGrath1-7/+7
2015-02-06Clean up NPTL system to be compat-only.Roland McGrath1-8/+40
2015-02-06Clean up NPTL longjmp to be compat-only.Roland McGrath1-6/+50
2015-02-06Clean up NPTL fork to be compat-only.Roland McGrath2-4/+52
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu1-1/+1
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2-6/+6
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell13-300/+641
2015-01-08NPTL: Fix generic pthread_sigmask.Roland McGrath1-1/+5
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath1-0/+2
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath4-29/+35
2015-01-08Add -Wno-trampolines as neededRichard Henderson1-0/+1
2015-01-06Function declaration cleanupAdhemerval Zanella6-18/+8
2015-01-02Use single year in copyright notice in banner in ntpl/version.c.Joseph Myers1-1/+1
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers387-387/+387
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