]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
Port the 0x7efe...feff pattern to GCC 6.
[thirdparty/glibc.git] / nptl /
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.
2014-12-15  Torvald RiegelFix nptl/tst-sem4: always start with a fresh semaphore.
2014-12-15  Torvald RiegelFix nptl/tst-mutex5.c: Do not skip tests if elision...
2014-12-12  Roland McGrathNPTL: Refactor named semaphore code to use shm-directory.h
2014-12-12  Roland McGrathNPTL: Add stubs for Linux-only extension functions.
2014-12-12  Roland McGrathFix NPTL build for !__ASSUME_SET_ROBUST_LIST case.
2014-12-12  Stefan LieblerGet rid of warning comparision will always evaluate...
2014-12-11  Joseph MyersMove semaphore.h to sysdeps/pthread/.
2014-12-11  Andreas SchwabRemove obsolete comment
2014-12-11  Andreas SchwabProperly handle forced elision in pthread_mutex_trylock...
2014-12-06  Joseph MyersFix pthreads getrlimit, gettimeofday namespace (bug...
2014-12-02  Joseph MyersFix warning in nptl/tst-stack4.c.
2014-12-02  Joseph MyersFix -Waddress warnings in nptl/tst-mutex1.c.
2014-11-29  Carlos O'DonellUse ALIGN_UP in nptl/nptl-init.c
2014-11-28  H.J. LuResize DTV if the current DTV isn't big enough
2014-11-26  Joseph MyersFix nptl/tst-cancel-self-cancelstate.c warning.
2014-11-26  Torvald RiegelFix synchronization of TPP min/max priorities.
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-24  Siddhesh PoyarekarRemove IS_IN_libpthread
2014-11-24  Siddhesh PoyarekarRemove IS_IN_librt
2014-11-21  Roland McGrathNPTL: Fix pthread_create regression from default-sched...
2014-11-20  Roland McGrathNPTL: Use __libc_fatal in unwind.c.
2014-11-20  Roland McGrathNPTL: Conditionalize asynchronous cancellation support...
2014-11-20  Roland McGrathNPTL: Refactor scheduler setup in pthread_create.
2014-11-20  Torvald RiegelUse C11 atomics in pthread_once.
2014-11-20  Roland McGrathNPTL: Don't (re)validate sched_priority in pthread_create.
2014-11-20  Roland McGrathTest that pthread_create diagnoses invalid scheduling...
2014-11-18  Roland McGrathNPTL: Add stub createthread.c
2014-11-18  Roland McGrathNPTL: Move Linux-specific createthread.c to sysdeps.
2014-11-18  Roland McGrathNPTL: Refactor createthread.c
2014-11-12  Roland McGrathNPTL: Move __libc_multiple_threads_ptr defn to nptl...
2014-11-05  Arjun ShankarModify several tests to use test-skeleton.c
2014-10-21  Roland McGrathAvoid local PLT reference in __nptl_main.
2014-10-20  Roland McGrathNPTL: Clean up gratuitous Linuxism in libpthread.so...
2014-10-20  Roland McGrathNPTL: Add some missing #include's
2014-10-20  Torvald Riegelpthread_once: Add fast path and remove x86 variants.
2014-10-20  Torvald Riegelpthread_once: Clean up constants.
2014-10-17  Roland McGrathRemove obsolete TLS_DEFINE_INIT_TP fallback.
2014-10-17  Roland McGrathNPTL: Clean up THREAD_SYSINFO macros.
2014-10-17  Roland McGrathNPTL: Conditionalize direct futex syscall uses.
2014-10-17  Roland McGrathNPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
2014-10-17  Roland McGrathFix NPTL build error when missing __NR_set_robust_list.
next