| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __asm__("rsp") to get CURRENT_STACK_FRAME | H.J. Lu | 2012-03-19 | 1 | -1/+1 |
* | Use __NR_futex to define SYS_futex | H.J. Lu | 2012-03-19 | 1 | -1/+1 |
* | Fix libc-lowlevellock.c sysdep finding more generically. | David S. Miller | 2012-03-16 | 2 | -2/+1 |
* | Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c imple... | David S. Miller | 2012-03-15 | 1 | -0/+1 |
* | Make pthread.h define all symbols from time.h. | Joseph Myers | 2012-03-09 | 1 | -4/+0 |
* | Update copyright year after my most recent changes. | David S. Miller | 2012-03-08 | 1 | -1/+1 |
* | Work around kernel rejecting valid absolute timestamps. | Thomas Schwinge | 2012-03-08 | 1 | -2/+8 |
* | Invalid timeouts in SH sem_timedwait. | Thomas Schwinge | 2012-03-08 | 1 | -4/+5 |
* | Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8. | Thomas Schwinge | 2012-03-08 | 1 | -3/+6 |
* | Weaken two NPTL configure link tests to compile tests. | Joseph Myers | 2012-03-07 | 2 | -29/+19 |
* | Get rid of superfluous assignments in sem_timedwait | Thomas Schwinge | 2012-03-07 | 3 | -6/+3 |
* | Remove private information from libc-lock.h | Ulrich Drepper | 2012-03-06 | 2 | -398/+440 |
* | Fix several build warnings on sparc. | David S. Miller | 2012-03-06 | 1 | -4/+5 |
* | Fix stray references to __pthread_attr | David S. Miller | 2012-02-27 | 6 | -6/+6 |
* | Fix name mangling of pthread_attr_t after change | Ulrich Drepper | 2012-02-26 | 6 | -6/+6 |
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 1 | -0/+3 |
* | Work around problem of pthread_attr_t definition with old compilers | Ulrich Drepper | 2012-02-26 | 6 | -12/+36 |
* | Fix up POSIX testing in conformtest | Ulrich Drepper | 2012-02-26 | 7 | -19/+14 |
* | Remove old initfini mechanism. | Joseph Myers | 2012-02-21 | 1 | -124/+0 |
* | s390: Convert to crt[in].S. | Richard Henderson | 2012-02-16 | 2 | -274/+0 |
* | Add SH target specific crti.S and crtn.S and remove initfini files. | Kaz Kojima | 2012-02-16 | 1 | -125/+0 |
* | Move sparc away from the deprecated inifini.c scheme. | David S. Miller | 2012-02-16 | 1 | -0/+5 |
* | Remove unused Makefile. | Marek Polacek | 2012-02-15 | 1 | -4/+0 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 298 | -895/+596 |
* | Support crti.S and crtn.S provided directly by architectures. | Joseph Myers | 2012-02-08 | 1 | -3/+0 |
* | Consistently use macros for x86 PIC thunks. | Joseph Myers | 2012-02-03 | 6 | -61/+15 |
* | Add const attribute to pthread_equal | Ulrich Drepper | 2012-01-10 | 1 | -1/+2 |
* | Consistently added return to pthread_exit | Ulrich Drepper | 2012-01-10 | 1 | -2/+2 |
* | Use __pthread_get_minstack for AIO helper thread | Adhemerval Zanella | 2012-01-08 | 1 | -2/+2 |
* | Quash implicit declaration warning | Marek Polacek | 2012-01-08 | 1 | -0/+1 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 3 | -55/+53 |
* | Remove IA-64 support from NPTL | Ulrich Drepper | 2012-01-07 | 31 | -2005/+0 |
* | Use __pthread_get_minstack in more places | Ulrich Drepper | 2011-12-22 | 2 | -4/+6 |
* | Create internal threads with sufficient stack size | Ulrich Drepper | 2011-12-22 | 1 | -2/+2 |
* | Fix reading thread name from comm file | Ulrich Drepper | 2011-12-21 | 1 | -1/+10 |
* | Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI | Andreas Schwab | 2011-11-30 | 2 | -2/+154 |
* | Add missing register initialization in x86-64 pthread_cond_timedwait | Ulrich Drepper | 2011-10-29 | 1 | -3/+3 |
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 1 | -19/+19 |
* | Remove unnecessary include from x86-32 tls.h | Ulrich Drepper | 2011-10-23 | 1 | -1/+0 |
* | Fix strnlen change | Ulrich Drepper | 2011-10-23 | 1 | -1/+1 |
* | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 2011-09-15 | 1 | -8/+23 |
* | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 7 | -43/+9 |
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 1 | -1/+2 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 13 | -193/+49 |
* | Fix macro used in test | H.J. Lu | 2011-09-08 | 1 | -1/+1 |
* | Remove gettimeofday vsyscall use from x86-86 libpthread | Ulrich Drepper | 2011-09-07 | 5 | -45/+29 |
* | Don't call gettimeofday vsyscall in x86-64 sem_timedwait | Ulrich Drepper | 2011-09-06 | 1 | -8/+5 |
* | Fix nptl semaphore cleanup invocation. | David S. Miller | 2011-09-05 | 6 | -57/+93 |
* | Align x86 TCB to 64 bytes (cache line size), important for Atom. | Roland McGrath | 2011-08-14 | 2 | -7/+21 |
* | Fix stack alignment on x86_64 | Andreas Schwab | 2011-08-09 | 3 | -7/+9 |