Age | Commit message (Expand) | Author | Files | Lines |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | 2 | -1/+4 |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 14 | -193/+64 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 9 | -59/+23 |
2011-09-08 | Fix macro used in test | H.J. Lu | 2 | -1/+8 |
2011-09-07 | Remove gettimeofday vsyscall use from x86-86 libpthread | Ulrich Drepper | 6 | -45/+37 |
2011-09-06 | Don't call gettimeofday vsyscall in x86-64 sem_timedwait | Ulrich Drepper | 2 | -8/+10 |
2011-09-05 | Fix nptl semaphore cleanup invocation. | David S. Miller | 7 | -57/+107 |
2011-08-31 | Fix setxid race handling exiting threads | Andreas Schwab | 2 | -1/+15 |
2011-08-20 | Fix typo in tst-cleanup0.out rule. | David S. Miller | 2 | -1/+5 |
2011-08-14 | Align x86 TCB to 64 bytes (cache line size), important for Atom. | Roland McGrath | 3 | -7/+26 |
2011-08-09 | Fix stack alignment on x86_64 | Andreas Schwab | 4 | -7/+16 |
2011-07-22 | Add read barriers in cancellation initialization | Ulrich Drepper | 2 | -3/+19 |
2011-07-14 | Quash a warning in nptl/allocatestack.c | Roland McGrath | 2 | -1/+6 |
2011-07-06 | Rebuild configure scripts | Ulrich Drepper | 2 | -4/+4 |
2011-06-30 | Fix robust mutex handling after fork | Ulrich Drepper | 5 | -15/+66 |
2011-06-14 | Quash two memset undeclared warnings. | Andreas Jaeger | 2 | -1/+6 |
2011-05-11 | Translate kernel error into what pthread_create should return | Ulrich Drepper | 2 | -1/+6 |
2011-04-22 | Remove doubled words. | Jim Meyering | 3 | -6/+6 |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2 | -1/+13 |
2011-02-15 | Remove use of ranlib. | Ulrich Drepper | 2 | -101/+239 |
2011-01-19 | Fix comment typos. | Roland McGrath | 7 | -12/+21 |
2011-01-16 | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab | 2 | -1/+5 |
2011-01-14 | Change setgroups to affect all the threads in the process. | Ulrich Drepper | 2 | -4/+11 |
2011-01-13 | Fix PLT use due to __libc_alloca_cutoff. | Ulrich Drepper | 2 | -1/+3 |
2011-01-13 | Handle long lines in host lookups in the right place. | Ulrich Drepper | 2 | -0/+6 |
2010-10-13 | Fix alignment of AVX safe area on x86-64. | H.J. Lu | 3 | -8/+11 |
2010-09-21 | Fix namespace pollution in pthread_cleanup_push. | Andreas Schwab | 2 | -6/+12 |
2010-09-03 | Small optimization of alloca handling. | Ulrich Drepper | 2 | -2/+7 |
2010-08-19 | Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback | Dinakar Guniguntala | 2 | -2/+7 |
2010-08-16 | Fix last CL. | Ulrich Drepper | 1 | -1/+1 |
2010-08-15 | Add -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu | 2 | -0/+7 |
2010-08-15 | Whitespace fixes. | Ulrich Drepper | 1 | -8/+8 |
2010-08-12 | PowerPC64 ABI fixes | Alan Modra | 2 | -25/+55 |
2010-07-06 | Fix type mismatch | Andreas Schwab | 2 | -1/+6 |
2010-07-03 | Cleanup new tst-abstime program some more. | Ulrich Drepper | 2 | -1/+9 |
2010-07-02 | Improve new tst-abstime test. | Ulrich Drepper | 2 | -14/+47 |
2010-07-02 | Add missing file | Andreas Schwab | 1 | -0/+65 |
2010-07-01 | Work around kernel rejecting valid absolute timestamps | Andreas Schwab | 9 | -8/+73 |
2010-07-01 | Fix build with newer linker. | Ulrich Drepper | 2 | -1/+6 |
2010-06-14 | [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME. | Takashi Yoshii | 2 | -2/+7 |
2010-04-09 | Fix typo in last commit. | Ulrich Drepper | 1 | -1/+1 |
2010-04-09 | Implement interfaces to set and get names of threads. | Ulrich Drepper | 6 | -2/+159 |
2010-04-05 | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | 4 | -76/+9 |
2010-03-24 | Enable common version of pthread_cond_timedwait to use clock_gettime in VDSO | Luis Machado | 2 | -2/+17 |
2010-03-09 | Fix a few more problem with the recent setxid changes. | Ulrich Drepper | 3 | -29/+28 |
2010-03-08 | Revert to original version of setxid race fix | Andreas Schwab | 3 | -3/+15 |
2010-03-05 | Fix setxid race with thread creation | Ulrich Drepper | 4 | -8/+39 |
2010-01-15 | Fix pthread_cond_*wait with requeue-PI on i386. | Michal Schmidt | 3 | -11/+24 |
2010-01-14 | Actually define and export pthread_mutexattr_[sg]etrobust. | Ulrich Drepper | 4 | -6/+14 |
2010-01-14 | Actually define pthread_mutex_consistent. | Ulrich Drepper | 3 | -2/+12 |