Age | Commit message (Expand) | Author | Files | Lines |
2014-07-15 | Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}. | Roland McGrath | 3 | -0/+107 |
2014-07-15 | Remove declarations of two nonexistent variables from nptl/pthreadP.h. | Roland McGrath | 1 | -5/+0 |
2014-07-11 | nptl: Fix abort in case of set*id failure [BZ #17135] | Florian Weimer | 6 | -5/+136 |
2014-07-10 | Get rid of lll_robust_dead. | Roland McGrath | 1 | -1/+2 |
2014-07-10 | Get rid of lll_robust_trylock. | Roland McGrath | 1 | -2/+3 |
2014-07-07 | NPTL is no longer an add-on! | Roland McGrath | 4 | -298/+0 |
2014-07-07 | Get rid of nptl/sysdeps/ entirely! | Roland McGrath | 60 | -2677/+108 |
2014-07-01 | Add missing #include for MIN/MAX users. | Roland McGrath | 3 | -0/+3 |
2014-06-26 | Move remaining S390 code out of nptl/. | Roland McGrath | 25 | -1444/+0 |
2014-06-26 | S390: Consolidate NPTL/non versions of vfork | Roland McGrath | 4 | -219/+0 |
2014-06-26 | S390: Consolidate NPTL/non versions of clone | Roland McGrath | 2 | -18/+0 |
2014-06-25 | Remove stray includes of kernel-features.h. | Joseph Myers | 18 | -19/+0 |
2014-06-23 | Remove unused label | Andreas Schwab | 1 | -1/+0 |
2014-06-20 | Move generic smp.h to nptl/ | Roland McGrath | 1 | -1/+1 |
2014-06-20 | Remove unused file rtld-lowlevel.h. | Roland McGrath | 1 | -43/+0 |
2014-06-20 | Clean up stack-coloring macros. | Roland McGrath | 2 | -0/+30 |
2014-06-20 | Move linux bits/ files out of nptl/. | Roland McGrath | 2 | -290/+0 |
2014-06-20 | Move remaining SPARC code out of nptl/. | Roland McGrath | 35 | -1998/+0 |
2014-06-20 | Include <kernel-features.h> explicitly where required. | Joseph Myers | 4 | -0/+4 |
2014-06-20 | Remove __ASSUME_SOCK_CLOEXEC / SOCK_CLOEXEC conditionals in Linux-specific code. | Joseph Myers | 1 | -28/+1 |
2014-06-17 | PowerPC: Move powerpc code out of nptl/ subdirectory | Adhemerval Zanella | 6 | -382/+0 |
2014-06-16 | Fix tautological comparison in non-executed part of tst-setuid2 (BZ #17058) | Florian Weimer | 1 | -1/+1 |
2014-06-13 | S390: Move NPTL public headers to sysdeps/s390/nptl/. | Roland McGrath | 2 | -287/+0 |
2014-06-13 | Move S390 code out of nptl/sysdeps/s390/. | Roland McGrath | 8 | -385/+0 |
2014-06-13 | S390: Convert fork.c to arch-fork.h | Roland McGrath | 1 | -30/+0 |
2014-06-13 | Consolidate sparc clone, fork, and vfork implementations. | David S. Miller | 6 | -202/+0 |
2014-06-13 | Add adaptive elision to rwlocks | Andi Kleen | 6 | -0/+36 |
2014-06-13 | Add a fast path for C rd/wrlock v2 | Andi Kleen | 2 | -44/+103 |
2014-06-12 | Move SPARC public headers out of nptl/ | Roland McGrath | 3 | -365/+0 |
2014-06-12 | Move SPARC code out of nptl/sysdeps/sparc/. | Roland McGrath | 15 | -411/+0 |
2014-06-12 | SPARC: Define TLS_DEFINE_INIT_TP | Roland McGrath | 1 | -0/+3 |
2014-06-12 | SPARC: Convert fork.c to arch-fork.h | Roland McGrath | 1 | -28/+0 |
2014-06-12 | Get rid of nptl/sysdeps/pthread/ subdirectory | Roland McGrath | 37 | -4479/+1 |
2014-06-12 | Consolidate NPTL sigprocmask. | Roland McGrath | 1 | -19/+0 |
2014-06-12 | Move i386 code out of nptl/ subdirectory. | Roland McGrath | 12 | -809/+0 |
2014-06-12 | Move SH code out of nptl/ subdirectory. | Roland McGrath | 31 | -6483/+0 |
2014-06-11 | Move x86_64 code out of nptl/ subdirectory. | Roland McGrath | 13 | -738/+0 |
2014-06-11 | S390: Define TLS_DEFINE_INIT_TP | Roland McGrath | 1 | -0/+3 |
2014-06-11 | PowerPC: Define TLS_DEFINE_INIT_TP | Roland McGrath | 1 | -0/+4 |
2014-06-09 | SH: Define TLS_DEFINE_INIT_TP | Roland McGrath | 2 | -23/+2 |
2014-06-09 | Start cleaning up TLS initial value for pthread_create. | Roland McGrath | 3 | -22/+47 |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers | 1 | -5/+5 |
2014-06-06 | Move NPTL public ABI headers for SH to sysdeps/sh/nptl/. | Roland McGrath | 2 | -222/+0 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2 | -6/+7 |
2014-06-06 | Inline nested function check_list | Siddhesh Poyarekar | 1 | -20/+17 |
2014-06-03 | New test for pthread_spin_lock (bug 16882) | Guo Yixuan | 2 | -1/+110 |
2014-06-03 | Fixed pthread_spin_lock on sparc32/64 (bug 16882) | Guo Yixuan | 2 | -4/+4 |
2014-06-02 | SH: Consolidate NPTL/non versions of vfork | Roland McGrath | 2 | -135/+0 |
2014-05-28 | SH: Consolidate NPTL/non versions of clone | Roland McGrath | 1 | -9/+0 |
2014-05-27 | SH: Convert fork.c to arch-fork.h | Roland McGrath | 1 | -29/+0 |