soft-fp: Use __label__ for all labels within macros.
[platform/upstream/glibc.git] / nptl /
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.
2014-10-06 Arjun ShankarWrite errors to stdout and not stderr in nptl/tst-setuid3.c
2014-09-12 Joseph MyersRemove configuration name patterns from shlib-versions.
2014-09-12 Joseph MyersMove architecture-specific shlib-versions entries to...
2014-08-21 Siddhesh PoyarekarRemove NOT_IN_libc definition for pthread_atfork
2014-08-21 Siddhesh PoyarekarRemove unnecessary uses of NOT_IN_libc
2014-08-04 Roland McGrathIA64: Define TLS_DEFINE_INIT_TP
2014-07-31 Roland McGrathAdd __safe_fatal and use it in __pthread_unwind forward...
2014-07-31 Roland McGrathSplit nptl-signals.h out from pthreadP.h
2014-07-15 Roland McGrathAdd generic/stub implementations of pthread_{kill,sigma...
2014-07-15 Roland McGrathRemove declarations of two nonexistent variables from...
2014-07-11 Florian Weimernptl: Fix abort in case of set*id failure [BZ #17135]
2014-07-10 Roland McGrathGet rid of lll_robust_dead.
2014-07-10 Roland McGrathGet rid of lll_robust_trylock.
2014-07-07 Roland McGrathNPTL is no longer an add-on!
2014-07-07 Roland McGrathGet rid of nptl/sysdeps/ entirely!
2014-07-01 Roland McGrathAdd missing #include for MIN/MAX users.
2014-06-26 Roland McGrathMove remaining S390 code out of nptl/.
2014-06-26 Roland McGrathS390: Consolidate NPTL/non versions of vfork
2014-06-26 Roland McGrathS390: Consolidate NPTL/non versions of clone
2014-06-25 Joseph MyersRemove stray includes of kernel-features.h.
2014-06-23 Andreas SchwabRemove unused label
2014-06-21 Roland McGrathMove generic smp.h to nptl/
2014-06-21 Roland McGrathRemove unused file rtld-lowlevel.h.
2014-06-21 Roland McGrathClean up stack-coloring macros.
2014-06-21 Roland McGrathMove linux bits/ files out of nptl/.
2014-06-21 Roland McGrathMove remaining SPARC code out of nptl/.
2014-06-20 Joseph MyersInclude <kernel-features.h> explicitly where required.
2014-06-20 Joseph MyersRemove __ASSUME_SOCK_CLOEXEC / SOCK_CLOEXEC conditional...
2014-06-17 Adhemerval ZanellaPowerPC: Move powerpc code out of nptl/ subdirectory
2014-06-16 Florian WeimerFix tautological comparison in non-executed part of...
2014-06-13 Roland McGrathS390: Move NPTL public headers to sysdeps/s390/nptl/.
2014-06-13 Roland McGrathMove S390 code out of nptl/sysdeps/s390/.
2014-06-13 Roland McGrathS390: Convert fork.c to arch-fork.h
2014-06-13 David S. MillerConsolidate sparc clone, fork, and vfork implementations.
2014-06-13 Andi KleenAdd adaptive elision to rwlocks
2014-06-13 Andi KleenAdd a fast path for C rd/wrlock v2
2014-06-12 Roland McGrathMove SPARC public headers out of nptl/
2014-06-12 Roland McGrathMove SPARC code out of nptl/sysdeps/sparc/.
2014-06-12 Roland McGrathSPARC: Define TLS_DEFINE_INIT_TP
2014-06-12 Roland McGrathSPARC: Convert fork.c to arch-fork.h
2014-06-12 Roland McGrathGet rid of nptl/sysdeps/pthread/ subdirectory
2014-06-12 Roland McGrathConsolidate NPTL sigprocmask.
2014-06-12 Roland McGrathMove i386 code out of nptl/ subdirectory.
2014-06-12 Roland McGrathMove SH code out of nptl/ subdirectory.
2014-06-12 Roland McGrathMove x86_64 code out of nptl/ subdirectory.
next