Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-01-12 | Fix up pthread.h for XPG7. | Ulrich Drepper | 2 | -7/+7 |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 2 | -8/+12 |
2009-12-22 | Fix s390 startup code in libpthread. | Thomas Schwinge | 3 | -16/+8 |
2009-12-17 | Small optimization of pthread_rwlock_init. | Ulrich Drepper | 2 | -13/+9 |
2009-12-13 | More whitespace fixes. | Ulrich Drepper | 1 | -2/+2 |
2009-12-13 | Fix whitespaces. | Ulrich Drepper | 2 | -6/+6 |
2009-12-13 | Add Requeue-PI support for x86 arch. | Dinakar Guniguntala | 6 | -28/+198 |
2009-12-12 | Invalid timeouts in i386 sem_timedwait. | Ulrich Drepper | 2 | -9/+14 |
2009-11-30 | SH calling __gmon_start__ from pt-initfini.c. | Thomas Schwinge | 2 | -19/+7 |
2009-11-27 | Fix infloop in __pthread_disable_asynccancel on x86_64 | Andreas Schwab | 2 | -2/+8 |
2009-11-24 | Once again forgot to add new test file. | Ulrich Drepper | 1 | -0/+46 |
2009-11-24 | New NPTL POSIX semaphore test. | Ulrich Drepper | 2 | -1/+6 |
2009-11-22 | Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL. | Roland McGrath | 2 | -50/+10 |
2009-11-18 | Minor optimizations and cleanups of x86 cond_broadcast. | Ulrich Drepper | 3 | -11/+15 |
2009-11-18 | Update cfi offsets for pthread_cond_broadcast and signal fir x86. | Dinakar Guniguntala | 3 | -38/+23 |
2009-11-17 | Minimal unwind section size reduction. | Ulrich Drepper | 2 | -17/+17 |