Age | Commit message (Expand) | Author | Files | Lines |
2015-05-22 | Remove socket.S implementation | Adhemerval Zanella | 1 | -0/+6 |
2015-05-22 | Fix nptl-init.c use of INTERNAL_SYSCALL_DECL. | Roland McGrath | 1 | -11/+19 |
2015-05-20 | NaCl: Set tid field to a unique value. | Roland McGrath | 2 | -4/+31 |
2015-05-19 | BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS]. | Roland McGrath | 3 | -3/+103 |
2015-05-18 | Ensure `wint_t' is defined before use in include/stdio.h | Arjun Shankar | 1 | -2/+5 |
2015-04-20 | libc-vdso.h place consolidation | Adhemerval Zanella | 1 | -1/+1 |
2015-03-18 | Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138). | Joseph Myers | 1 | -0/+15 |
2015-03-17 | Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage | Alexandre Oliva | 1 | -6/+3 |
2015-03-10 | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath | 1 | -9/+9 |
2015-03-04 | Conditionalize some test code for SIGRTMIN, SA_SIGINFO. | Roland McGrath | 3 | -9/+25 |
2015-03-04 | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 1 | -4/+9 |
2015-02-16 | Make error checking effective in nptl/tst-cond25.c. | Torvald Riegel | 1 | -1/+9 |
2015-02-12 | Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #... | Andreas Schwab | 3 | -2/+63 |
2015-02-06 | NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID. | Roland McGrath | 2 | -0/+6 |
2015-02-06 | Conditionalize use of SIGRTMIN in nptl/tst-locale1.c. | Roland McGrath | 1 | -1/+5 |
2015-02-06 | NPTL: Build tests using clone directly only for Linux. | Roland McGrath | 4 | -226/+2 |
2015-02-06 | Use signal rather than sigaction in nptl/tst-cleanup2. | Roland McGrath | 1 | -8/+3 |
2015-02-06 | Conditionalize some tests' use of SA_SIGINFO. | Roland McGrath | 2 | -0/+4 |
2015-02-06 | Fix nptl/tst-kill5 not to presume SIGRTMAX exists. | Roland McGrath | 1 | -1/+2 |
2015-02-06 | Clean up nptl/tst-join5 use of nanosleep. | Roland McGrath | 1 | -7/+7 |
2015-02-06 | Clean up NPTL system to be compat-only. | Roland McGrath | 1 | -8/+40 |
2015-02-06 | Clean up NPTL longjmp to be compat-only. | Roland McGrath | 1 | -6/+50 |
2015-02-06 | Clean up NPTL fork to be compat-only. | Roland McGrath | 2 | -4/+52 |
2015-01-23 | Also use uint64_t in __new_sem_wait_fast | H.J. Lu | 1 | -1/+1 |
2015-01-23 | Use uint64_t and (uint64_t) 1 for 64-bit int | H.J. Lu | 2 | -6/+6 |
2015-01-21 | Fix semaphore destruction (bug 12674). | Carlos O'Donell | 13 | -300/+641 |
2015-01-08 | NPTL: Fix generic pthread_sigmask. | Roland McGrath | 1 | -1/+5 |
2015-01-08 | NPTL: Fixed missed conditionalization of setxid hooey. | Roland McGrath | 1 | -0/+2 |
2015-01-08 | NPTL: Refactor cpu_set_t validation to be sysdeps-controlled | Roland McGrath | 4 | -29/+35 |
2015-01-08 | Add -Wno-trampolines as needed | Richard Henderson | 1 | -0/+1 |
2015-01-06 | Function declaration cleanup | Adhemerval Zanella | 6 | -18/+8 |
2015-01-02 | Use single year in copyright notice in banner in ntpl/version.c. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 387 | -387/+387 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -2/+3 |
2014-12-17 | NPTL: Move fork state variables to initializer files. | Roland McGrath | 2 | -0/+5 |
2014-12-16 | Revert "Use pragmas rather than makefiles for necessary options for unwind co... | Roland McGrath | 2 | -2/+3 |
2014-12-16 | Use pragmas rather than makefiles for necessary options for unwind code. | Roland McGrath | 2 | -3/+2 |
2014-12-15 | Add comments for the generic lowlevellock implementation. | Torvald Riegel | 2 | -9/+21 |
2014-12-15 | Fix nptl/tst-sem4: always start with a fresh semaphore. | Torvald Riegel | 1 | -2/+6 |
2014-12-15 | Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled. | Torvald Riegel | 1 | -3/+0 |
2014-12-12 | NPTL: Refactor named semaphore code to use shm-directory.h | Roland McGrath | 5 | -176/+21 |
2014-12-12 | NPTL: Add stubs for Linux-only extension functions. | Roland McGrath | 4 | -0/+128 |
2014-12-12 | Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case. | Roland McGrath | 1 | -1/+1 |
2014-12-12 | Get rid of warning comparision will always evaluate as true | Stefan Liebler | 2 | -2/+7 |
2014-12-11 | Move semaphore.h to sysdeps/pthread/. | Joseph Myers | 1 | -78/+0 |
2014-12-11 | Remove obsolete comment | Andreas Schwab | 1 | -3/+0 |
2014-12-11 | Properly handle forced elision in pthread_mutex_trylock (bug 16657) | Andreas Schwab | 1 | -5/+4 |
2014-12-06 | Fix pthreads getrlimit, gettimeofday namespace (bug 17682). | Joseph Myers | 4 | -4/+4 |
2014-12-02 | Fix warning in nptl/tst-stack4.c. | Joseph Myers | 1 | -1/+1 |