Age | Commit message (Expand) | Author | Files | Lines |
2014-11-19 | NPTL: Don't (re)validate sched_priority in pthread_create. | Roland McGrath | 1 | -20/+1 |
2014-11-19 | Test that pthread_create diagnoses invalid scheduling parameters. | Roland McGrath | 2 | -1/+99 |
2014-11-18 | NPTL: Add stub createthread.c | Roland McGrath | 1 | -0/+47 |
2014-11-18 | NPTL: Move Linux-specific createthread.c to sysdeps. | Roland McGrath | 1 | -154/+0 |
2014-11-18 | NPTL: Refactor createthread.c | Roland McGrath | 2 | -169/+216 |
2014-11-12 | NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.c | Roland McGrath | 2 | -6/+5 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 3 | -6/+15 |
2014-10-21 | Avoid local PLT reference in __nptl_main. | Roland McGrath | 1 | -1/+1 |
2014-10-20 | NPTL: Clean up gratuitous Linuxism in libpthread.so entry point. | Roland McGrath | 1 | -7/+6 |
2014-10-20 | NPTL: Add some missing #include's | Roland McGrath | 5 | -0/+5 |
2014-10-20 | pthread_once: Add fast path and remove x86 variants. | Torvald Riegel | 1 | -7/+22 |
2014-10-20 | pthread_once: Clean up constants. | Torvald Riegel | 2 | -9/+18 |
2014-10-17 | Remove obsolete TLS_DEFINE_INIT_TP fallback. | Roland McGrath | 1 | -13/+0 |
2014-10-17 | NPTL: Clean up THREAD_SYSINFO macros. | Roland McGrath | 3 | -5/+5 |
2014-10-17 | NPTL: Conditionalize direct futex syscall uses. | Roland McGrath | 6 | -22/+50 |
2014-10-17 | NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID. | Roland McGrath | 3 | -4/+22 |
2014-10-17 | Fix NPTL build error when missing __NR_set_robust_list. | Roland McGrath | 1 | -0/+2 |
2014-10-06 | Write errors to stdout and not stderr in nptl/tst-setuid3.c | Arjun Shankar | 1 | -15/+21 |
2014-09-12 | Remove configuration name patterns from shlib-versions. | Joseph Myers | 1 | -1/+1 |
2014-09-12 | Move architecture-specific shlib-versions entries to sysdeps files. | Joseph Myers | 1 | -5/+0 |
2014-08-21 | Remove NOT_IN_libc definition for pthread_atfork | Siddhesh Poyarekar | 1 | -2/+0 |
2014-08-21 | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 1 | -5/+5 |
2014-08-04 | IA64: Define TLS_DEFINE_INIT_TP | Roland McGrath | 1 | -0/+2 |
2014-07-31 | Add __safe_fatal and use it in __pthread_unwind forwarder fallback. | Roland McGrath | 1 | -9/+6 |
2014-07-31 | Split nptl-signals.h out from pthreadP.h | Roland McGrath | 1 | -16/+2 |
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 |