summaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove documentation of lowlevellock systemtap probes.Torvald Riegel2015-06-301-16/+0
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-302-8/+4
* NPTL: Use unsigned type for setxid_futex.Roland McGrath2015-06-241-1/+1
* Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers2015-06-173-2/+5
* Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers2015-06-172-4/+5
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-121-2/+2
* pthread_key_create: Fix typo in commentFlorian Weimer2015-06-111-1/+1
* nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2015-06-102-2/+6
* Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel2015-06-047-6/+271
* Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel2015-06-043-0/+135
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-264-84/+131
* Remove socket.S implementationAdhemerval Zanella2015-05-221-0/+6
* Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath2015-05-221-11/+19
* NaCl: Set tid field to a unique value.Roland McGrath2015-05-202-4/+31
* BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath2015-05-193-3/+103
* Ensure `wint_t' is defined before use in include/stdio.hArjun Shankar2015-05-181-2/+5
* 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