summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2015-06-12Fix h_errno namespace (bug 18520).Joseph Myers
2015-06-11pthread_key_create: Fix typo in commentFlorian Weimer
2015-06-10nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy
2015-06-04Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel
2015-06-04Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath
2015-05-22Remove socket.S implementationAdhemerval Zanella
2015-05-22Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath
2015-05-19BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath
2015-05-18Ensure `wint_t' is defined before use in include/stdio.hArjun Shankar
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath
2015-03-04Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath
2015-02-16Make error checking effective in nptl/tst-cond25.c.Torvald Riegel
2015-02-12Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab
2015-02-06NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath
2015-02-06Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath
2015-02-06Use signal rather than sigaction in nptl/tst-cleanup2.Roland McGrath
2015-02-06Conditionalize some tests' use of SA_SIGINFO.Roland McGrath
2015-02-06Fix nptl/tst-kill5 not to presume SIGRTMAX exists.Roland McGrath
2015-02-06Clean up nptl/tst-join5 use of nanosleep.Roland McGrath
2015-02-06Clean up NPTL system to be compat-only.Roland McGrath
2015-02-06Clean up NPTL longjmp to be compat-only.Roland McGrath
2015-02-06Clean up NPTL fork to be compat-only.Roland McGrath
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell
2015-01-08NPTL: Fix generic pthread_sigmask.Roland McGrath
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath
2015-01-08Add -Wno-trampolines as neededRichard Henderson
2015-01-06Function declaration cleanupAdhemerval Zanella
2015-01-02Use single year in copyright notice in banner in ntpl/version.c.Joseph Myers
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel
2014-12-15Fix nptl/tst-sem4: always start with a fresh semaphore.Torvald Riegel
2014-12-15Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled.Torvald Riegel
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath
2014-12-12NPTL: Add stubs for Linux-only extension functions.Roland McGrath
2014-12-12Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath