Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of ranlib. | Ulrich Drepper | 2011-02-15 | 2 | -101/+239 |
| | |||||
* | Fix comment typos. | Roland McGrath | 2011-01-19 | 7 | -12/+21 |
| | |||||
* | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab | 2011-01-16 | 2 | -1/+5 |
| | |||||
* | Change setgroups to affect all the threads in the process. | Ulrich Drepper | 2011-01-14 | 2 | -4/+11 |
| | |||||
* | Fix PLT use due to __libc_alloca_cutoff. | Ulrich Drepper | 2011-01-13 | 2 | -1/+3 |
| | |||||
* | Handle long lines in host lookups in the right place. | Ulrich Drepper | 2011-01-13 | 2 | -0/+6 |
| | |||||
* | Fix alignment of AVX safe area on x86-64. | H.J. Lu | 2010-10-13 | 3 | -8/+11 |
| | |||||
* | Fix namespace pollution in pthread_cleanup_push. | Andreas Schwab | 2010-09-21 | 2 | -6/+12 |
| | |||||
* | Small optimization of alloca handling. | Ulrich Drepper | 2010-09-03 | 2 | -2/+7 |
| | |||||
* | Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback | Dinakar Guniguntala | 2010-08-19 | 2 | -2/+7 |
| | |||||
* | Fix last CL. | Ulrich Drepper | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | Add -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu | 2010-08-15 | 2 | -0/+7 |
| | |||||
* | Whitespace fixes. | Ulrich Drepper | 2010-08-15 | 1 | -8/+8 |
| | |||||
* | PowerPC64 ABI fixes | Alan Modra | 2010-08-12 | 2 | -25/+55 |
| | |||||
* | Fix type mismatch | Andreas Schwab | 2010-07-06 | 2 | -1/+6 |
| | |||||
* | Cleanup new tst-abstime program some more. | Ulrich Drepper | 2010-07-03 | 2 | -1/+9 |
| | |||||
* | Improve new tst-abstime test. | Ulrich Drepper | 2010-07-02 | 2 | -14/+47 |
| | |||||
* | Add missing file | Andreas Schwab | 2010-07-02 | 1 | -0/+65 |
| | |||||
* | Work around kernel rejecting valid absolute timestamps | Andreas Schwab | 2010-07-01 | 9 | -8/+73 |
| | |||||
* | Fix build with newer linker. | Ulrich Drepper | 2010-07-01 | 2 | -1/+6 |
| | |||||
* | [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME. | Takashi Yoshii | 2010-06-14 | 2 | -2/+7 |
| | |||||
* | Fix typo in last commit. | Ulrich Drepper | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Implement interfaces to set and get names of threads. | Ulrich Drepper | 2010-04-09 | 6 | -2/+159 |
| | | | | | | | | At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed. | ||||
* | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | 2010-04-05 | 4 | -76/+9 |
| | |||||
* | Enable common version of pthread_cond_timedwait to use clock_gettime in VDSO | Luis Machado | 2010-03-24 | 2 | -2/+17 |
| | |||||
* | Fix a few more problem with the recent setxid changes. | Ulrich Drepper | 2010-03-09 | 3 | -29/+28 |
| | |||||
* | Revert to original version of setxid race fix | Andreas Schwab | 2010-03-08 | 3 | -3/+15 |
| | |||||
* | Fix setxid race with thread creation | Ulrich Drepper | 2010-03-05 | 4 | -8/+39 |
| | |||||
* | Fix pthread_cond_*wait with requeue-PI on i386. | Michal Schmidt | 2010-01-15 | 3 | -11/+24 |
| | |||||
* | Actually define and export pthread_mutexattr_[sg]etrobust. | Ulrich Drepper | 2010-01-14 | 4 | -6/+14 |
| | |||||
* | Actually define pthread_mutex_consistent. | Ulrich Drepper | 2010-01-14 | 3 | -2/+12 |
| | |||||
* | Fix up pthread.h for XPG7. | Ulrich Drepper | 2010-01-12 | 2 | -7/+7 |
| | |||||
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 2 | -8/+12 |
| | | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | ||||
* | Fix s390 startup code in libpthread. | Thomas Schwinge | 2009-12-22 | 3 | -16/+8 |
| | |||||
* | Small optimization of pthread_rwlock_init. | Ulrich Drepper | 2009-12-17 | 2 | -13/+9 |
| | |||||
* | More whitespace fixes. | Ulrich Drepper | 2009-12-13 | 1 | -2/+2 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2009-12-13 | 2 | -6/+6 |
| | |||||
* | Add Requeue-PI support for x86 arch. | Dinakar Guniguntala | 2009-12-13 | 6 | -28/+198 |
| | |||||
* | Invalid timeouts in i386 sem_timedwait. | Ulrich Drepper | 2009-12-12 | 2 | -9/+14 |
| | | | | We adjusted nwaiters even though this isn't necessary. | ||||
* | SH calling __gmon_start__ from pt-initfini.c. | Thomas Schwinge | 2009-11-30 | 2 | -19/+7 |
| | |||||
* | Fix infloop in __pthread_disable_asynccancel on x86_64 | Andreas Schwab | 2009-11-27 | 2 | -2/+8 |
| | |||||
* | Once again forgot to add new test file. | Ulrich Drepper | 2009-11-24 | 1 | -0/+46 |
| | |||||
* | New NPTL POSIX semaphore test. | Ulrich Drepper | 2009-11-24 | 2 | -1/+6 |
| | |||||
* | Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL. | Roland McGrath | 2009-11-22 | 2 | -50/+10 |
| | |||||
* | Minor optimizations and cleanups of x86 cond_broadcast. | Ulrich Drepper | 2009-11-18 | 3 | -11/+15 |
| | |||||
* | Update cfi offsets for pthread_cond_broadcast and signal fir x86. | Dinakar Guniguntala | 2009-11-18 | 3 | -38/+23 |
| | |||||
* | Minimal unwind section size reduction. | Ulrich Drepper | 2009-11-17 | 2 | -17/+17 |
| | |||||
* | Use cfi directives in x86 pthread_cond_{,timed}wait. | Ulrich Drepper | 2009-11-17 | 3 | -344/+140 |
| | |||||
* | Make name of libgcc_s library configurable | Andreas Schwab | 2009-11-03 | 3 | -4/+13 |
| | |||||
* | Fix aliasing problem in tst-sem11. | Ulrich Drepper | 2009-10-30 | 2 | -8/+12 |
| |