Age | Commit message (Expand) | Author |
2011-08-09 | Fix stack alignment on x86_64 | Andreas Schwab |
2011-07-22 | Add read barriers in cancellation initialization | Ulrich Drepper |
2011-07-14 | Quash a warning in nptl/allocatestack.c | Roland McGrath |
2011-07-06 | Rebuild configure scripts | Ulrich Drepper |
2011-06-30 | Fix robust mutex handling after fork | Ulrich Drepper |
2011-06-14 | Quash two memset undeclared warnings. | Andreas Jaeger |
2011-05-11 | Translate kernel error into what pthread_create should return | Ulrich Drepper |
2011-04-22 | Remove doubled words. | Jim Meyering |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper |
2011-02-15 | Remove use of ranlib. | Ulrich Drepper |
2011-01-19 | Fix comment typos. | Roland McGrath |
2011-01-16 | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab |
2011-01-14 | Change setgroups to affect all the threads in the process. | Ulrich Drepper |
2011-01-13 | Fix PLT use due to __libc_alloca_cutoff. | Ulrich Drepper |
2011-01-13 | Handle long lines in host lookups in the right place. | Ulrich Drepper |
2010-10-13 | Fix alignment of AVX safe area on x86-64. | H.J. Lu |
2010-09-21 | Fix namespace pollution in pthread_cleanup_push. | Andreas Schwab |
2010-09-03 | Small optimization of alloca handling. | Ulrich Drepper |
2010-08-19 | Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback | Dinakar Guniguntala |
2010-08-16 | Fix last CL. | Ulrich Drepper |
2010-08-15 | Add -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu |
2010-08-15 | Whitespace fixes. | Ulrich Drepper |
2010-08-12 | PowerPC64 ABI fixes | Alan Modra |
2010-07-06 | Fix type mismatch | Andreas Schwab |
2010-07-03 | Cleanup new tst-abstime program some more. | Ulrich Drepper |
2010-07-02 | Improve new tst-abstime test. | Ulrich Drepper |
2010-07-02 | Add missing file | Andreas Schwab |
2010-07-01 | Work around kernel rejecting valid absolute timestamps | Andreas Schwab |
2010-07-01 | Fix build with newer linker. | Ulrich Drepper |
2010-06-14 | [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME. | Takashi Yoshii |
2010-04-09 | Fix typo in last commit. | Ulrich Drepper |
2010-04-09 | Implement interfaces to set and get names of threads. | Ulrich Drepper |
2010-04-05 | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath |
2010-03-24 | Enable common version of pthread_cond_timedwait to use clock_gettime in VDSO | Luis Machado |
2010-03-09 | Fix a few more problem with the recent setxid changes. | Ulrich Drepper |
2010-03-08 | Revert to original version of setxid race fix | Andreas Schwab |
2010-03-05 | Fix setxid race with thread creation | Ulrich Drepper |
2010-01-15 | Fix pthread_cond_*wait with requeue-PI on i386. | Michal Schmidt |
2010-01-14 | Actually define and export pthread_mutexattr_[sg]etrobust. | Ulrich Drepper |
2010-01-14 | Actually define pthread_mutex_consistent. | Ulrich Drepper |
2010-01-12 | Fix up pthread.h for XPG7. | Ulrich Drepper |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper |
2009-12-22 | Fix s390 startup code in libpthread. | Thomas Schwinge |
2009-12-17 | Small optimization of pthread_rwlock_init. | Ulrich Drepper |
2009-12-13 | More whitespace fixes. | Ulrich Drepper |
2009-12-13 | Fix whitespaces. | Ulrich Drepper |
2009-12-13 | Add Requeue-PI support for x86 arch. | Dinakar Guniguntala |
2009-12-12 | Invalid timeouts in i386 sem_timedwait. | Ulrich Drepper |
2009-11-30 | SH calling __gmon_start__ from pt-initfini.c. | Thomas Schwinge |
2009-11-27 | Fix infloop in __pthread_disable_asynccancel on x86_64 | Andreas Schwab |