| Age | Commit message (Expand) | Author |
| 2005-02-10 | If $PTHREAD_CONCURRENCY is not set, set it to ncpu | christos |
| 2005-02-03 | Add charles' mlock fixes, protected with PTHREAD_MLOCK_KLUDGE and enabled | christos |
| 2005-02-01 | Document PTHREAD_CONCURRENCY, ack by wiz@. | daniel |
| 2005-01-09 | pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock(): | nathanw |
| 2005-01-09 | pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock(): | nathanw |
| 2005-01-06 | Fix a pasto. | mycroft |
| 2005-01-06 | Replace the even-odd test for incrementing unblockgen with a simple | mycroft |
| 2005-01-06 | Add some additional assertions and debugging printf()s. | mycroft |
| 2005-01-06 | Use TIMER_RELTIME rather than the constant 0 in one place. | mycroft |
| 2005-01-06 | gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to | mycroft |
| 2004-12-29 | Avoid passing zero-valued timespecs to timer_settime() when we want to set | nathanw |
| 2004-12-29 | Implement pthread_attr_{set,get}schedpolicy() at the same level as the other | nathanw |
| 2004-12-15 | Grammar improvements. | wiz |
| 2004-12-15 | Fix typo in comment. | wiz |
| 2004-12-14 | document sched_yield. | yamt |
| 2004-12-13 | Add #defines to make use of libc stubs for pthread_cond_wait() and | nathanw |
| 2004-12-10 | Correctly return ETIMEDOUT when the absolute time is in the past, in | nathanw |
| 2004-12-10 | Use CPP macros to cause many libpthread functions used by applications | nathanw |
| 2004-12-01 | pt_sleepuc was removed a long time ago. | skrll |
| 2004-11-30 | Punt to setcontext() system call if the PSL_T bit (single-step trap) | nathanw |
| 2004-11-10 | save&restore %fs and %gs registers for USER_LDT applications. | kent |
| 2004-10-21 | Fix thread context switching to take the stack ABI into account. | fvdl |
| 2004-10-12 | Remove pt_blockuc. If the debugger attempts to muck with the state of a | mycroft |
| 2004-08-24 | In nanosleep(), loop until the timer fires or a signal is taken; other | nathanw |
| 2004-08-24 | Mark when a thread has taken a signal. | nathanw |
| 2004-08-24 | Local whitespace police. | nathanw |
| 2004-08-24 | Add a flag that indicates that a thread took a signal. | nathanw |
| 2004-08-21 | Use RET macro for returning. | rearnsha |
| 2004-08-17 | redo the fix for PR 26392 differently: instead of changing the stack bounds | chs |
| 2004-08-12 | - fix pthread_detach with an already exit'ed thread. | yamt |
| 2004-08-03 | pthread_rwlock_timedrdlock/pthread_rwlock_timedwrlock: | yamt |
| 2004-08-03 | pthread_rwlock_timedwrlock: return ETIMEDOUT appropriately. | yamt |
| 2004-07-27 | In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the | nathanw |
| 2004-07-25 | in pthread__initmain(), don't reuse the part of the initial stack that | chs |
| 2004-07-20 | Cast result of pthread__uc_pc() via intptr_t before using as a pointer. | he |
| 2004-07-20 | fix some stack-pointer math in the previous revision. | chs |
| 2004-07-19 | add hppa MD libpthread bits. translated from MIPS. | chs |
| 2004-07-18 | enhance MI pthreads code to support hppa: | chs |
| 2004-07-10 | When _SOFT_FLOAT is defined, don't save or restore user FP context. | nathanw |
| 2004-07-07 | Fix a comment to say "Edit" instead of "Exit". | nathanw |
| 2004-07-03 | Catch up with changes to __fpregset_t. | simonb |
| 2004-06-25 | const'ify the arguments to pthread__assertfunc and _errorfunc; | drochner |
| 2004-06-24 | If the sleep sleeps for its full time and rmtp is non-NULL, clear it; | nathanw |
| 2004-06-03 | simplify and make more efficient (YAMAMOTO Takashi) | christos |
| 2004-06-02 | Remove a comment made obsolete by the previous commit. | nathanw |
| 2004-06-02 | pthread_spin_lock.3 also describes pthread_spin_trylock(), | pooka |
| 2004-05-28 | Fix typo in comment. | uwe |
| 2004-05-24 | Oops, forgot to commit this. | christos |
| 2004-05-22 | Provide access to _res in the non-threaded case, and abort in the threaded | christos |
| 2004-05-21 | IEEE Std 1003.1-2001/Cor 2-2004, item XSH/TC2/D6/5: fdatasync() shall | kleink |