Update sparc ULPs.
[jlayton/glibc.git] / nptl /
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
2012-10-30 Aurelien JarnoFix nptl/tst-cancel7 for non-bash shells.
2012-10-29 David S. MillerDefine a BUSY_WAIT_NOP for sparc.
2012-10-26 Roland McGrathFix build breakage in tst-cond-except.c.
2012-10-25 Joseph MyersUse bash to run nptl/tst-tls6.sh.
2012-10-25 Roland McGrathFix compiler warnings in some NPTL tests.
2012-10-24 Joseph MyersSupport cross-testing.
2012-10-24 Roland McGrathBZ#14743: Move clock_* symbols from librt to libc.
2012-10-24 Joseph MyersDon't set resource limits in tst-oddstacklimit-ENV.
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-10-23 Jim BlandyAdd and use $(host-built-program-cmd).
2012-10-21 Jim BlandyUse $(NM) not nm in tst-cancel-wrappers.
2012-10-17 Siddhesh PoyarekarFix typo in nptl/ChangeLog
2012-10-17 Siddhesh PoyarekarDon't check error return for pthread_cancel in tst...
2012-10-16 Siddhesh PoyarekarAdjust mutex lock in condvar_cleanup if we got it from...
2012-10-11 Carlos O'DonellFixup nptl/ChangeLog for last commit.
2012-10-11 Carlos O'DonellFix formatting in nptl/sysdeps/pthread/pthread.h.
2012-10-10 Siddhesh PoyarekarTake lock in pthread_cond_wait cleanup handler only...
2012-10-09 Roland McGrathAdd missing magic to GLIBC_PROVIDES.
2012-10-06 David S. MillerCorrect libthreadb register access for 64-bit sparc.
2012-10-05 H.J. LuAdd test cases for BZ #14557
2012-10-05 Siddhesh PoyarekarUnlock mutex before going back to waiting for PI mutexes
2012-10-04 Roland McGrathName space hygeine for madvise.
2012-10-02 H.J. LuUpdate copyright years
2012-10-02 Siddhesh PoyarekarFix clone flag name in comment to CLONE_CHILD_CLEARTID.
2012-10-01 Siddhesh PoyarekarFix exception table for i386 pthread_cond_wait
2012-09-25 Alan ModraFix bugs in powerpc pthread_once.
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-25 Dmitry V. LevinAdd copyright notices to testsuite shell scripts
2012-09-24 H.J. LuAdd "()" when casting to uint64_t for 64-bit store
2012-09-19 H.J. LuCast to uint64_t for 64-bit store
2012-09-14 Jeff Law [BZ #14583]
2012-09-13 H.J. LuRemove unused __rtld_lock_init_recursive macro
2012-09-10 H.J. LuFix a typo in ChangeLog
2012-09-07 H.J. LuRename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
2012-09-06 H.J. LuAdd tst-cancel21-static.c
2012-09-01 Joseph MyersRemove __ASSUME_POSIX_CPU_TIMERS.
2012-08-31 Joseph MyersFix sem_post race (bug 14532).
2012-08-17 Roland McGrathMake libio compile without _IO_MTSAFE_IO.
2012-08-17 Roland McGrathClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-16 Joseph MyersRemove __ASSUME_POSIX_TIMERS.
2012-08-15 Maxim KuvyrkovOptimize __libc_lock_lock and __libc_lock_trylock for...
2012-08-15 Maxim KuvyrkovAdd generic versions of pthread_spin_lock and pthread_s...
2012-08-08 Joseph MyersRemove __ASSUME_TGKILL.
2012-08-07 Joseph MyersRemove some pre-2.6.16 Linux kernel conditionals.
2012-08-03 Joseph MyersRemove some pre-2.6.0 Linux kernel conditionals.
2012-07-28 Siddhesh PoyarekarFix tst-pthread-getattr test case
2012-07-25 Andreas SchwabRemove unused pseudo_end label
2012-07-25 Siddhesh PoyarekarRevert fix to tst-pthread-getattr since it fails on...
2012-07-20 Siddhesh PoyarekarFix tst-pthread-getattr test case
2012-07-19 Siddhesh PoyarekarFix comment that describes sighandler_setxid
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-06-23 Thomas SchwingeSH: __lll_robust_timedlock_wait: Simplify CFI directives.
2012-06-20 Siddhesh PoyarekarAccount for the extra stack size when rlimit is small...
2012-06-07 Carlos Sánchez de... Fix build on non-v9 sparc32.
2012-06-04 Siddhesh PoyarekarWrap __builtin_expect in pthread.h
2012-05-31 H.J. LuUse x86-64 bits/pthreadtypes.h/semaphore.h for i386...
2012-05-30 Andreas SchwabMove CL entry
2012-05-29 Andreas SchwabRemove use of INTDEF/INTUSE in nptl
2012-05-27 Chung-Lin TangSH: Add CFI directives.
2012-05-27 Chung-Lin TangSH: Add CFI directives.
2012-05-26 Siddhesh PoyarekarFix stack size and address inconsistency due to executa...
2012-05-25 Rayson Hoi386 port of the pthread SystemTap probes
next