]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
* manual/setjmp.texi: Document MTASC-safety properties.
[thirdparty/glibc.git] / nptl /
2014-01-23  Stefan LieblerS/390: Increase tst-tls7 test case timeout
2014-01-18  H.J. LuDon't check asynchronous cancellation on system
2014-01-12  Paul PluzhnikovFix a race in tst-tls7, which caused crashes on ppc32.
2014-01-07  Andreas KrebbelS/390: Make jmp_buf extendible.
2014-01-03  Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03  Andrew HunterAsync-signal safe TLS.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19  Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
2013-12-12  Adhemerval ZanellaPowerPC: Add DSO and TAR fields to TLS
2013-12-12  Carlos O'DonellAdd test case for pthread_[sg]etname_np.
2013-12-11  Roland McGrathChangeLog whitespace fix.
2013-12-09  Andreas SchwabFix CFI annotations in pthread_cond_timedwait for i486+
2013-12-04  Ulrich WeigandPowerPC64 ELFv2 ABI 4/6: Stack frame layout changes
2013-12-04  Ulrich WeigandPowerPC64: Add __private_ss field to TCB header
2013-11-26  Ondřej BílkaUse __glibc_reserved instead __unused.
2013-11-25  Paul PluzhnikovFix intermittent failure in tst-getpid2.
2013-11-20  Paul PluzhnikovFix missing > on email.
2013-11-20  Paul PluzhnikovFix failure in tst-cleanup2 and tst-cleanupx2 with...
2013-11-20  Paul PluzhnikovRevert "Fix failure in nptl/tst-cleanup when building...
2013-11-20  Paul PluzhnikovFix failure in nptl/tst-cleanup when building with
2013-10-30  Mike Frysingerrename configure.in to configure.ac
2013-10-04  Maciej W. Rozyckinptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure
2013-10-04  Alan ModraPowerPC LE configury
2013-10-04  Alan ModraPowerPC ugly symbol versioning
2013-10-01  Siddhesh PoyarekarFix PI mutex check in pthread_cond_broadcast and pthrea...
2013-09-27  Siddhesh PoyarekarMove ChangeLog entry
2013-09-27  Siddhesh PoyarekarUse the mutex member of the argumen in __libc_lock_...
2013-09-04  Chris LeonardUpdate iso-1427.def and related occurrences.
2013-09-04  Joseph MyersRemove --disable-versioning.
2013-09-03  Siddhesh PoyarekarMark success return value as volatile to work around...
2013-08-30  Ondřej BílkaFix typos.
2013-08-21  Ondřej BílkaFix typos.
2013-07-23  David S. MillerRemove Linux kernel version ambiguity in comment added...
2013-07-23  David S. MillerIncrease nptl test case buffer size so we really block...
2013-07-19  Dominik VogtClean up whitespace in lock elision patches.
2013-07-19  Dominik VogtRemove remains of rwlock elision which is not implement...
2013-07-03  H.J. LuAdd x86 init-arch to nptl
2013-07-02  Andi KleenAdd a configure option to enable lock elision and disab...
2013-07-02  Andi KleenDisable elision for any pthread_mutexattr_settype call
2013-07-02  Andi KleenAdd elision to pthread_mutex_{try,timed,un}lock
2013-07-02  Andi KleenAdd minimal test suite changes for elision enabled...
2013-07-02  Andi KleenAdd new internal mutex type flags for elision.
2013-07-02  Andi KleenAdd the low level infrastructure for pthreads lock...
2013-06-24  Vladimir NikulichevBZ #12310: pthread_exit in static app. segfaults
2013-06-22  Joseph MyersInclude <string.h> in nptl/pthread_setattr_default_np.c.
2013-06-17  Adhemerval ZanellaPowerPC: Reserve TCB space for EBB framework
2013-06-15  Siddhesh PoyarekarNew API to set default thread attributes
2013-06-13  Siddhesh PoyarekarAvoid access beyond memory bounds in pthread_attr_getaf...
2013-06-10  Carlos O'Donellx86*: Return syscall error for lll_futex_wake.
2013-06-08  Ondrej BilkaFix previous commit.
2013-06-08  Ondrej BilkaSilence warning: __inline is not at beginning of declar...
2013-06-06  Ondrej BilkaFix leading whitespaces.
2013-06-06  Joseph MyersRemove trailing whitespace in nptl.
2013-05-31  Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-16  Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-15  Andreas JaegerReserve new TLS field for x86 and x86_64
2013-05-09  Andi KleenFix tst-mutexpi8
2013-04-22  Siddhesh PoyarekarConsolidate pthread_attr value validation
2013-04-11  Andreas SchwabExtend i486 pthread_cond_timedwait to use futex syscall...
2013-04-07  Carlos O'Donellsem_post.c: Include atomic.h.
2013-04-04  Siddhesh PoyarekarFix static build when configured with --disable-hidden-plt
2013-03-28  Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-03-19  Siddhesh PoyarekarFix up ChangeLog
2013-03-19  Siddhesh PoyarekarMove __default_stacksize into __default_pthread_attr
2013-03-18  Siddhesh PoyarekarRename some static variables
2013-03-13  Carlos O'DonellInclude atomic.h in generic lowlevellock.c.
2013-03-04  Roland McGrathRejigger i386 dl-sysdep.h files.
2013-03-01  Carlos O'DonellRevert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.
2013-03-01  Siddhesh PoyarekarFix build warning
2013-03-01  Siddhesh PoyarekarSet default stack size from program environment
2013-02-21  David S. MillerAdd priority inheritance futex support on sparc.
2013-02-21  Carlos O'Donellnptl: Fix comment typo in fork.c.
2013-02-18  Siddhesh PoyarekarFix ChangeLogs
2013-02-18  Siddhesh PoyarekarC++11 thread_local destructors support
2013-02-18  Siddhesh PoyarekarFix build warnings in some test cases
2013-02-18  Siddhesh PoyarekarFUTEX_*_REQUEUE_PI support for non-x86 code
2013-02-15  Joseph MyersRemove bounded-pointers build system support.
2013-02-14  Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-04  Andreas SchwabDon't use GLIBC_PRIVATE errno outside of libraries
2013-01-16  Andreas SchwabHide reference to mktemp in libpthread
2013-01-12  Carlos O'DonellRemove unnecessary assert on attr in allocate_stack().
2013-01-11  H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-10  Andreas SchwabRevert "Extend i486 pthread_cond_timedwait to use futex...
2013-01-10  Andreas SchwabExtend i486 pthread_cond_timedwait to use futex syscall...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01  Joseph MyersAdd script to update copyright notices and reformat...
2012-12-28  Andi KleenConvert pthread_rwlock_try(rd/wr)lock to prototypes
2012-12-27  David S. MillerAdd sparc implementation of lll_futex_timed_wait_bitset
2012-12-27  Siddhesh Poyarekar[s390] Replace lll_futex_* assembly code with INTERNAL_...
2012-12-08  Siddhesh PoyarekarFix some build warnings on s390x
2012-12-04  Joseph MyersRemove unused variable from powerpc sem_post.c.
2012-12-03  Allan McRaeRemove unneeded linking in nptl testsuite
2012-11-27  H.J. LuCast to __intptr_t before casting pointer to int64
2012-11-21  Joseph MyersRemove unused variable from sem_post.c.
2012-11-21  Joseph MyersRemove unused variable from pthread_cond_timedwait.c.
2012-11-14  Marcus ShawcroftAdding missing -fexception CFLAGS
2012-11-06  Chris MetcalfBump timeouts on some new nptl tests to support tilepro.
2012-11-05  Siddhesh Poyarekar[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait...
2012-11-03  David S. MillerFix coding style in sparc lowlevellock.h
2012-11-03  H.J. LuCompile x86 rtld with -mno-sse -mno-mmx
next