]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
XFAIL libm-test.inc tests as needed for ibm128.
[thirdparty/glibc.git] / nptl /
2017-01-03  Martin GalvanFix up tabs/spaces mismatches
2017-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Torvald RiegelNew condvar implementation that provides stronger order...
2016-12-26  Nick AlcockInitialize the stack guard earlier when linking statica...
2016-12-23  Carlos O'DonellFix failing pretty printer tests when CPPFLAGS has...
2016-12-19  Torvald RiegelRobust mutexes: Fix lost wake-up.
2016-12-13  Florian Weimernptl/tst-cancel7: Add missing case label
2016-12-09  Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-12-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-11-30  Florian WeimerImplement _dl_catch_error, _dl_signal_error in libc...
2016-11-24  Adhemerval ZanellaRemove cached PID/TID in clone
2016-11-08  Adhemerval ZanellaConsolidate lseek/lseek64/llseek implementations
2016-11-08  Gabriel F. T. GomesWrite messages to stdout and use write_message instead...
2016-11-08  Gabriel F. T. GomesUse write_message instead of write
2016-10-28  Tulio Magno Quites... Document a behavior of an elided pthread_rwlock_unlock
2016-10-07  Stefan LieblerUse libc_ifunc macro for siglongjmp, longjmp in libpthread.
2016-10-07  Stefan LieblerUse libc_ifunc macro for vfork in libpthread.
2016-10-07  Stefan LieblerUse libc_ifunc macro for system in libpthread.
2016-09-22  Alexandre Oliva[PR19826] fix non-LE TLS in static programs
2016-09-20  Adhemerval Zanellaposix: Correctly enable/disable cancellation on Linux...
2016-09-15  Adhemerval Zanellanptl: Consolidate sem_init implementations
2016-09-15  Adhemerval Zanellanptl: Fix sem_wait and sem_timedwait cancellation ...
2016-09-15  Adhemerval Zanellanptl: Set sem_open as a non cancellation point (BZ...
2016-09-15  Adhemerval Zanellanptl: Consolidate sem_open implementations
2016-09-14  Florian WeimerRemove the ptw-% patterns
2016-08-26  Florian Weimermalloc: Simplify static malloc interposition [BZ #20432]
2016-08-26  Florian Weimernptl: Avoid expected SIGALRM in most tests [BZ #20432]
2016-08-17  Florian Weimernptl/tst-once5: Reduce time to expected failure
2016-08-16  Florian Weimernptl/tst-tls3-malloc: Force freeing of thread stacks
2016-08-03  Florian Weimerelf: Do not use memalign for TCB/TLS blocks allocation...
2016-08-03  Florian Weimerelf: Avoid using memalign for TLS allocations [BZ ...
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).
next