Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix races in setXid implementation. | Daniel Jacobowitz | 2009-10-30 | 3 | -24/+123 |
| | |||||
* | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 2009-09-15 | 2 | -62/+38 |
| | |||||
* | Fix malformed #pragma. | Andreas Schwab | 2009-09-07 | 2 | -1/+5 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | Fix timer_create to initialize timer_t properly. | Suzuki Poulose | 2009-09-02 | 2 | -1/+10 |
| | |||||
* | SH lowlevellock broken for FUTEX_CLOCK_REALTIME. | Andrew Stubbs | 2009-08-28 | 2 | -9/+14 |
| | |||||
* | Handle AVX saving on x86-64 in interrupted smbol lookups. | Ulrich Drepper | 2009-08-25 | 2 | -2/+15 |
| | | | | | | | | | If a signal arrived during a symbol lookup and the signal handler also required a symbol lookup, the end of the lookup in the signal handler reset the flag whether restoring AVX/SSE registers is needed. Resetting means in this case that the tail part of the outer lookup code will try to restore the registers and this can fail miserably. We now restore to the previous value which makes nesting calls possible. | ||||
* | Hint to kernel that thread stack memory can be removed. | Ulrich Drepper | 2009-08-24 | 2 | -11/+30 |
| | |||||
* | More namespace cleanups. | Ulrich Drepper | 2009-08-23 | 2 | -4/+10 |
| |