]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
malloc: Preserve arena free list/thread count invariant [BZ #20370]
[thirdparty/glibc.git] / nptl /
2016-07-11  Siddhesh PoyarekarRevert "Add pretty printers for the NPTL lock types"
2016-07-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-07-07  Andreas SchwabAdd test case for bug 20263
2016-07-07  Jiyoung YunFix robust mutex daedlock [BZ #20263]
2016-07-05  Adhemerval Zanellanptl: Add more coverage in tst-cancel4
2016-06-30  H.J. LuCompile tst-cleanupx4 test with -fexceptions
2016-06-24  Torvald RiegelRemove atomic_compare_and_exchange_bool_rel.
2016-06-13  Adhemerval Zanellanptl: Add sendmmsg and recvmmsg cancellation tests
2016-06-13  Adhemerval ZanellaRemove __ASSUME_FUTEX_LOCK_PI
2016-06-10  Adhemerval ZanellaRevert {send,sendm,recv,recvm}msg conformance changes
2016-06-06  Adhemerval ZanellaConsolidate pwritev/pwritev64 implementations
2016-06-06  Adhemerval ZanellaConsolidate preadv/preadv64 implementation
2016-06-01  Florian Weimerfork in libpthread cannot use IFUNC resolver [BZ #19861]
2016-05-26  Adhemerval Zanellanetwork: Fix missing bits from {recv,send}{m}msg standa...
2016-05-25  Adhemerval Zanellanetwork: recvmsg and sendmsg standard compliance (BZ...
2016-05-17  Stefan LieblerFix tst-cancel17/tst-cancelx17, which sometimes segfaul...
2016-02-19  Carlos O'Donellnptl: support thread stacks that grow up
2016-01-25  Andreas SchwabDon't do lock elision on an error checking mutex (bug...
2016-01-22  Paul E. MurphyFix nptl/tst-setuid3.c
2016-01-15  Torvald Riegelnptl: Add first-line description for barrier tests.
2016-01-15  Torvald RiegelFix pthread_barrier_init typo.
2016-01-15  Torvald RiegelNew pthread_barrier algorithm to fulfill barrier destru...
2016-01-07  Marko MyllynenMake shebang interpreter directives consistent
2016-01-04  Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-23  Torvald RiegelDo not violate mutex destruction requirements.
2015-12-02  Adhemerval Zanellanptl: Fix racy pipe closing in tst-cancel{20,21}
2015-11-24  Florian WeimerRemove CPU set size checking from affinity functions...
2015-11-04  Florian WeimerRemove a spurious attribution
2015-10-27  Joseph MyersAdd -std=gnu11 and -std=c11 NPTL initializers tests.
2015-10-27  Joseph MyersRemove sysdeps/nptl/configure.ac.
2015-10-20  Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-10-19  Joseph MyersConvert 69 more function definitions to prototype style...
2015-10-16  Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15  Paul Murphynptl: Add adapt_count parameter to lll_unlock_elision
2015-10-09  Adhemerval Zanellanptl: Add NPTL cases for cancellation failures cases
2015-10-06  Florian WeimerAdd a test case for C++11 thread_local support
2015-09-22  H.J. LuRemove ignored symbols from nptl/Versions
2015-09-17  H.J. LuUse __pthread_setcancelstate in libc.a
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-08-09  Mike Frysingergawk: fix gensub usage
2015-08-05  Mike Frysingernptl: fix set-but-unused warning w/_STACK_GROWS_UP
2015-07-26  Chung-Lin TangAdd #include <string.h> to nptl/tst-join7mod.c to silen...
2015-07-24  Siddhesh PoyarekarUse IE model for static variables in libc.so, libpthrea...
2015-07-14  Adhemerval ZanellaAvoid C++ tests when the C++ cannot be linked
2015-07-10  Torvald RiegelClean up semaphore EINTR handling after Linux futex...
2015-07-10  Torvald RiegelAdd and use new glibc-internal futex API.
2015-07-09  Martin SeborThe patch committed to fix bug #18435 caused regression...
2015-07-01  Martin SeborThe C++ 2011 std::call_once function is specified to...
2015-06-30  Torvald RiegelRemove documentation of lowlevellock systemtap probes.
2015-06-30  Torvald RiegelClean up BUSY_WAIT_NOP and atomic_delay.
2015-06-25  Roland McGrathNPTL: Use unsigned type for setxid_futex.
2015-06-17  Joseph MyersFix mq_notify pthread_barrier_* namespace (bug 18544).
2015-06-17  Joseph MyersFix sem_* tdelete, tfind, tsearch, twalk namespace...
2015-06-12  Joseph MyersFix h_errno namespace (bug 18520).
2015-06-11  Florian Weimerpthread_key_create: Fix typo in comment
2015-06-10  Gleb Fotengauer... nptl: restore .interp section in libpthread.so
2015-06-04  Torvald RiegelFix missing wake-ups in pthread_rwlock_rdlock.
2015-06-04  Torvald RiegelFix lost wake-up when pthread_rwlock_timedrwlock times...
2015-05-26  Roland McGrathSplit timed-wait functions out of nptl/lowlevellock.c.
2015-05-22  Adhemerval ZanellaRemove socket.S implementation
2015-05-22  Roland McGrathFix nptl-init.c use of INTERNAL_SYSCALL_DECL.
2015-05-20  Roland McGrathNaCl: Set tid field to a unique value.
2015-05-19  Roland McGrathBZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B...
2015-05-18  Arjun ShankarEnsure `wint_t' is defined before use in include/stdio.h
2015-04-20  Adhemerval Zanellalibc-vdso.h place consolidation
2015-03-18  Joseph MyersMake sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).
2015-03-17  Alexandre OlivaFix DTV race, assert, DTV_SURPLUS Static TLS limit...
2015-03-10  Roland McGrathLet tests result in UNSUPPORTED; use that for unbuildab...
2015-03-04  Roland McGrathConditionalize some test code for SIGRTMIN, SA_SIGINFO.
2015-03-04  Roland McGrathAvoid C++ tests when the C++ cannot be linked.
2015-02-16  Torvald RiegelMake error checking effective in nptl/tst-cond25.c.
2015-02-12  Andreas SchwabFilter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_m...
2015-02-06  Roland McGrathNPTL: Conditionalize some sanity tests for SIGCANCEL...
2015-02-06  Roland McGrathConditionalize use of SIGRTMIN in nptl/tst-locale1.c.
2015-02-06  Roland McGrathNPTL: Build tests using clone directly only for Linux.
2015-02-06  Roland McGrathUse signal rather than sigaction in nptl/tst-cleanup2.
2015-02-06  Roland McGrathConditionalize some tests' use of SA_SIGINFO.
2015-02-06  Roland McGrathFix nptl/tst-kill5 not to presume SIGRTMAX exists.
2015-02-06  Roland McGrathClean up nptl/tst-join5 use of nanosleep.
2015-02-06  Roland McGrathClean up NPTL system to be compat-only.
2015-02-06  Roland McGrathClean up NPTL longjmp to be compat-only.
2015-02-06  Roland McGrathClean up NPTL fork to be compat-only.
2015-01-24  H.J. LuAlso use uint64_t in __new_sem_wait_fast
2015-01-23  H.J. LuUse uint64_t and (uint64_t) 1 for 64-bit int
2015-01-21  Carlos O'DonellFix semaphore destruction (bug 12674).
2015-01-08  Roland McGrathNPTL: Fix generic pthread_sigmask.
2015-01-08  Roland McGrathNPTL: Fixed missed conditionalization of setxid hooey.
2015-01-08  Roland McGrathNPTL: Refactor cpu_set_t validation to be sysdeps-contr...
2015-01-08  Richard HendersonAdd -Wno-trampolines as needed
2015-01-06  Adhemerval ZanellaFunction declaration cleanup
2015-01-02  Joseph MyersUse single year in copyright notice in banner in ntpl...
2015-01-02  Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30  H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-17  Roland McGrathNPTL: Move fork state variables to initializer files.
2014-12-16  Roland McGrathRevert "Use pragmas rather than makefiles for necessary...
2014-12-16  Roland McGrathUse pragmas rather than makefiles for necessary options...
2014-12-15  Torvald RiegelAdd comments for the generic lowlevellock implementation.
next